@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
select:where([multiple]),select:where([size]:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
input:where([type='checkbox']),input:where([type='radio']){
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
input:where([type='checkbox']){
  border-radius: 0px;
}
input:where([type='radio']){
  border-radius: 100%;
}
input:where([type='checkbox']):focus,input:where([type='radio']):focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
input:where([type='checkbox']):checked,input:where([type='radio']):checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
input:where([type='checkbox']):checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  input:where([type='checkbox']):checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='radio']):checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  input:where([type='radio']):checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
input:where([type='checkbox']):indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  input:where([type='checkbox']):indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
input:where([type='file']){
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
input:where([type='file']):focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.container{
  width: 100%;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.resize{
  resize: both;
}
.border{
  border-width: 1px;
}
.outline{
  outline-style: solid;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

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

html {
  overflow-x: hidden;
}
html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

img,
picture,
svg {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212529;
  background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.125rem;
  }
}

p {
  margin-bottom: 1rem;
}

a {
  color: #28AFA0;
  transition: color 250ms ease-in-out;
}
a:hover {
  color: #096157;
  text-decoration: underline;
}
a:focus-visible {
  outline: 2px solid #28AFA0;
  outline-offset: 2px;
}

ul,
ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

code {
  font-size: 0.875em;
  padding: 0.125rem 0.25rem;
  background-color: #EDF5F6;
  border-radius: 0.25rem;
}

pre {
  font-size: 0.875rem;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #EDF5F6;
  border-radius: 0.5rem;
  overflow-x: auto;
}
pre code {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

blockquote {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  border-left: 4px solid #DEE2E6;
  font-style: italic;
  color: #495057;
}

hr {
  border: 0;
  border-top: 1px solid #E9ECEF;
  margin: 2rem 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

th,
td {
  padding: 0.5rem 1rem;
  text-align: left;
  border-bottom: 1px solid #E9ECEF;
}

th {
  font-weight: 600;
  background-color: #F5F8FA;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  z-index: 1030;
}
.l-header__top {
  border-bottom: 1px solid #E9ECEF;
}
.l-header__nav-bar {
  background-color: #28AFA0;
  display: none;
}
@media (min-width: 1024px) {
  .l-header__nav-bar {
    display: block;
  }
}
.l-header__nav-bar .l-header__container {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.l-header__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .l-header__container {
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.l-header__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
.l-header__logo a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
  transition: opacity 250ms ease-in-out;
}
.l-header__logo a:hover {
  opacity: 0.8;
  color: #343A40;
  text-decoration: none;
}
.l-header__logo-text {
  font-size: 10px;
  font-weight: 700;
  color: #212529;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .l-header__logo-text {
    font-size: 12px;
  }
}
.l-header__logo-image {
  height: 24px;
  width: auto;
  max-width: 300px;
}
@media (min-width: 768px) {
  .l-header__logo-image {
    height: 36px;
  }
}
.l-header__main-nav {
  display: none;
}
@media (min-width: 1024px) {
  .l-header__main-nav {
    display: block;
    width: 100%;
  }
}
.l-header__main-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .l-header__main-nav-list {
    gap: 40px;
  }
}
.l-header__main-nav-item {
  position: relative;
}
.l-header__main-nav-item--has-dropdown:hover .l-header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-header__main-nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0.5em 0;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 250ms ease-in-out;
}
.l-header__main-nav-link:hover {
  color: #FFFFFF;
}
.l-header__main-nav-link:focus-visible {
  outline: 2px solid #28AFA0;
  outline-offset: 2px;
}
.l-header__main-nav-icon {
  width: 14px;
  height: 14px;
  color: #ffffff;
  flex-shrink: 0;
  transition: transform 250ms ease-in-out;
}
.l-header__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #FFFFFF;
  border: 1px solid #E9ECEF;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 250ms ease-in-out;
  z-index: 1000;
}
.l-header__dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header__dropdown-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  text-decoration: none;
  transition: background-color 250ms ease-in-out;
}
.l-header__dropdown-link:hover {
  background-color: #F8F9FA;
  color: #28AFA0;
}
.l-header__contact {
  display: none;
}
@media (min-width: 1024px) {
  .l-header__contact {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: 1.5rem;
  }
}
.l-header__phone {
  display: flex;
  align-items: center;
  gap: 12px;
}
.l-header__phone-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.l-header__phone-inner {
  display: flex;
  align-items: center;
}
.l-header__phone-inner img {
  height: 20px;
  margin-right: 8px;
}
.l-header__phone-number {
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  text-decoration: none;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .l-header__phone-number {
    pointer-events: none;
  }
}
.l-header__phone-hours {
  font-size: 14px;
  font-weight: 400;
  color: #212529;
  line-height: 1.714;
  margin: 0 auto;
}
.l-header__cta-group {
  display: none;
}
@media (min-width: 1024px) {
  .l-header__cta-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
  }
}
.l-header__mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  position: relative;
  z-index: 1031;
}
@media (min-width: 1024px) {
  .l-header__mobile-toggle {
    display: none;
  }
}
.l-header__mobile-toggle-icon {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #212529;
  position: relative;
  transition: background-color 250ms ease-in-out;
}
.l-header__mobile-toggle-icon::before, .l-header__mobile-toggle-icon::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #212529;
  position: absolute;
  left: 0;
  transition: transform 250ms ease-in-out;
}
.l-header__mobile-toggle-icon::before {
  top: -8px;
}
.l-header__mobile-toggle-icon::after {
  bottom: -8px;
}
.l-header__mobile-toggle.is-active .l-header__mobile-toggle-icon {
  background-color: transparent;
}
.l-header__mobile-toggle.is-active .l-header__mobile-toggle-icon::before {
  transform: translateY(8px) rotate(45deg);
}
.l-header__mobile-toggle.is-active .l-header__mobile-toggle-icon::after {
  transform: translateY(-8px) rotate(-45deg);
}
.l-header__mobile-menu {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  overflow-y: auto;
  z-index: 1029;
}
@media (min-width: 1024px) {
  .l-header__mobile-menu {
    display: none !important;
  }
}
.l-header__mobile-menu[aria-hidden=false] {
  display: block;
}
.l-header__mobile-menu-inner {
  padding: 1.5rem 1rem;
}
.l-header__mobile-nav {
  margin-bottom: 2rem;
}
.l-header__mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header__mobile-nav-item {
  border-bottom: 1px solid #E9ECEF;
}
.l-header__mobile-nav-item:last-child {
  border-bottom: none;
}
.l-header__mobile-nav-item.is-open .l-header__mobile-subnav {
  display: block;
}
.l-header__mobile-nav-item.is-open .l-header__mobile-nav-icon {
  transform: rotate(180deg);
}
.l-header__mobile-nav-item--has-subnav .l-header__mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__mobile-nav-link {
  display: block;
  padding: 1rem 0;
  font-size: 18px;
  font-weight: 700;
  color: #212529;
  text-decoration: none;
  cursor: pointer;
  transition: color 250ms ease-in-out;
}
.l-header__mobile-nav-link:hover {
  color: #28AFA0;
}
.l-header__mobile-nav-icon {
  width: 16px;
  height: 16px;
  color: #212529;
  flex-shrink: 0;
  transition: transform 250ms ease-in-out;
}
.l-header__mobile-subnav {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.l-header__mobile-subnav-link {
  display: block;
  padding: 0.5rem 0;
  font-size: 16px;
  font-weight: 400;
  color: #495057;
  text-decoration: none;
  transition: color 250ms ease-in-out;
}
.l-header__mobile-subnav-link:hover {
  color: #28AFA0;
}
.l-header__mobile-cta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid #E9ECEF;
  border-bottom: 1px solid #E9ECEF;
  margin-bottom: 1.5rem;
}
.l-header__mobile-contact {
  padding-top: 1.5rem;
}
.l-header__mobile-contact .l-header__phone {
  justify-content: center;
}

.l-footer {
  background-color: #28AFA0;
  color: #FFFFFF;
}
.l-footer__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .l-footer__container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.l-footer__main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.l-footer__top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .l-footer__top {
    flex-direction: row;
    gap: 3rem;
  }
}
.l-footer__brand {
  flex-shrink: 0;
  text-align: center;
}
.l-footer__logo {
  display: inline-block;
  transition: opacity 250ms ease-in-out;
}
.l-footer__logo:hover {
  opacity: 0.8;
}
.l-footer__logo img {
  height: 24px;
  width: auto;
  max-width: 300px;
}
@media (min-width: 768px) {
  .l-footer__logo img {
    height: 24px;
  }
}
.l-footer__nav-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .l-footer__nav-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .l-footer__nav-wrapper {
    grid-template-columns: repeat(4, 1fr);
    flex: 1;
  }
}
.l-footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.l-footer__nav-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 250ms ease-in-out;
}
.l-footer__nav-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.l-footer__middle {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .l-footer__middle {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.l-footer__legal {
  flex-shrink: 0;
}
.l-footer__legal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
.l-footer__legal-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 250ms ease-in-out;
}
.l-footer__legal-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.l-footer__external-icon {
  width: 10px;
  height: 10px;
  color: currentColor;
  flex-shrink: 0;
}
.l-footer__address {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .l-footer__address {
    flex-direction: row;
    gap: 2rem;
  }
}
.l-footer__address-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.l-footer__address-label {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}
.l-footer__address-text {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
}
.l-footer__group {
  background-color: #FFFFFF;
  color: #212529;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.l-footer__group-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.l-footer__group-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 640px) {
  .l-footer__group-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .l-footer__group-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .l-footer__group-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.l-footer__group-category {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.l-footer__group-category-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.l-footer__group-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.l-footer__group-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #212529;
  text-decoration: none;
  transition: color 250ms ease-in-out;
}
.l-footer__group-link:hover {
  color: #28AFA0;
}
.l-footer__pagetop-link {
  width: 48px;
  height: 48px;
  background-color: #28AFA0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 999;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}
.l-footer__pagetop-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 4px));
}
.l-footer__pagetop-link::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 4px));
}
.l-footer__pagetop-link:hover {
  color: #28AFA0;
  text-decoration: underline;
}
.l-footer__copyright {
  background-color: #15887B;
  padding: 0.25rem 0;
}
.l-footer__copyright-text {
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}

.c-breadcrumb {
  padding: 1rem 0;
  font-size: 0.875rem;
  color: #495057;
}
@media (min-width: 768px) {
  .c-breadcrumb {
    padding: 1.5rem 0;
  }
}
.c-breadcrumb__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.c-breadcrumb__item:last-child .c-breadcrumb__divider {
  display: none;
}
.c-breadcrumb__link {
  text-decoration: none;
  transition: color 250ms ease-in-out;
}
.c-breadcrumb__link:hover {
  color: #28AFA0;
  text-decoration: underline;
}
.c-breadcrumb__link:focus-visible {
  outline: 2px solid #28AFA0;
  outline-offset: 2px;
}
.c-breadcrumb__text {
  color: #212529;
  font-weight: 500;
}
.c-breadcrumb__divider {
  color: #6C757D;
  margin: 0 0.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.5rem;
  transition: all 250ms ease-in-out;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.c-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-btn:focus-visible {
  outline: 2px solid #28AFA0;
  outline-offset: 2px;
}
.c-btn__primary {
  background-color: #28AFA0;
  color: #FFFFFF;
}
.c-btn__primary:hover:not(:disabled) {
  text-decoration: none;
}
.c-btn__secondary {
  background-color: #00CC66;
  color: #FFFFFF;
}
.c-btn__secondary:hover:not(:disabled) {
  background-color: #15887B;
  text-decoration: none;
}
.c-btn__cta {
  background-color: #FF9602;
  border: 2px solid #FF9602;
  color: #FFFFFF;
}
.c-btn__cta img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(153deg) brightness(101%) contrast(102%);
}
.c-btn__cta:hover:not(:disabled) {
  background-color: #FFFFFF;
  border: 2px solid #FF9602;
  color: #FF9602;
  text-decoration: none;
}
.c-btn__cta:hover:not(:disabled) img {
  filter: invert(54%) sepia(96%) saturate(708%) hue-rotate(357deg) brightness(99%) contrast(102%);
}
.c-btn__primary-outline {
  background-color: #FFFFFF;
  border: 2px solid #28AFA0;
  color: #28AFA0;
}
.c-btn__primary-outline:hover:not(:disabled) {
  background-color: #28AFA0;
  color: #FFFFFF;
  text-decoration: none;
}
.c-btn__primary-outline-icon {
  background-color: #FFFFFF;
  border: 1px solid #28AFA0;
  color: #343A40;
}
.c-btn__primary-outline-icon:hover:not(:disabled) {
  background-color: #28AFA0;
  color: #FFFFFF;
  text-decoration: none;
}
.c-btn__primary-outline-icon:hover:not(:disabled) img {
  filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%);
}
.c-btn:hover .c-btn__primary-outline-icon {
  transform: translateX(4px);
}
.c-btn__secondary-outline {
  background-color: #FFFFFF;
  border: 2px solid #343A40;
  color: #343A40;
}
.c-btn__secondary-outline:hover:not(:disabled) {
  background-color: #343A40;
  color: #FFFFFF;
  text-decoration: none;
}
.c-btn__sm {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.c-btn__md {
  padding: 0.5rem 2rem;
  font-size: 1rem;
  font-weight: 700;
}
.c-btn__lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.c-btn__full {
  width: 100%;
}
.c-btn__rounded {
  border-radius: 9999px;
}
.c-btn__primary {
  background-color: #28AFA0;
  color: #FFFFFF;
  border: 2px solid #28AFA0;
  text-decoration: none;
}
.c-btn__primary:hover:not(:disabled) {
  border: 2px solid #28AFA0;
  background-color: #FFFFFF;
  color: #28AFA0;
  text-decoration: none;
}
.c-btn__primary:active:not(:disabled) {
  transform: translateY(0);
}
.c-btn__secondary {
  background-color: white;
  color: #28AFA0;
  border: 2px solid #28AFA0;
  text-decoration: none;
}
.c-btn__secondary:hover:not(:disabled) {
  background-color: #28AFA0;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}
.c-btn__secondary:active:not(:disabled) {
  transform: translateY(0);
}
.c-btn__outline-primary {
  background-color: transparent;
  border: 2px solid #28AFA0;
  color: #28AFA0;
  text-decoration: none;
}
.c-btn__outline-primary:hover:not(:disabled) {
  background-color: #28AFA0;
  color: white;
  text-decoration: none;
}
.c-btn__outline {
  background-color: #FFFFFF;
  border: 1px solid #28AFA0;
  color: #333333;
  text-decoration: none;
}
.c-btn__outline:hover:not(:disabled) {
  background-color: #28AFA0;
  color: #FFFFFF;
  text-decoration: none;
}
.c-btn__large {
  padding: 1.5rem 3rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .c-btn__large {
    padding: 1.125rem 4rem;
    font-size: 1.125rem;
  }
}
.c-btn__white {
  background-color: white;
  color: #28AFA0;
  border: 2px solid white;
  text-decoration: none;
}
.c-btn__white:hover:not(:disabled) {
  background-color: #28AFA0;
  color: white;
  border-color: #28AFA0;
  text-decoration: none;
}
.c-btn__text {
  display: block;
}
.c-btn__arrow {
  display: inline-block;
  margin-left: 0.25rem;
  transition: transform 250ms ease-in-out;
  font-size: 1.25em;
}
.c-btn__arrow img {
  filter: invert(67%) sepia(11%) saturate(2180%) hue-rotate(124deg) brightness(83%) contrast(99%);
}
.c-btn__arrow:hover:not(:disabled) {
  color: #FFFFFF;
  text-decoration: none;
}
.c-btn__arrow:hover:not(:disabled) img {
  filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%);
}
.c-btn:hover .c-btn__arrow {
  transform: translateX(4px);
}

.c-heading__margin {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .c-heading__margin {
    margin-top: 8rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/sangyoui/asset/lib/slick-1.8.1/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/sangyoui/asset/lib/slick-1.8.1/fonts/slick.eot");
  src: url("/sangyoui/asset/lib/slick-1.8.1/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/sangyoui/asset/lib/slick-1.8.1/fonts/slick.woff") format("woff"), url("/sangyoui/asset/lib/slick-1.8.1/fonts/slick.ttf") format("truetype"), url("/sangyoui/asset/lib/slick-1.8.1/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.p-banner-cta {
  position: fixed;
  width: 100%;
  bottom: 10px;
  right: 50%;
  transform: translateX(50%);
  z-index: 5;
}
@media (min-width: 768px) {
  .p-banner-cta {
    right: 1.5rem;
    bottom: 1.5rem;
    width: auto;
    transform: none;
  }
}
.p-banner-cta__inner {
  position: relative;
}
.p-banner-cta__close-btn {
  position: absolute;
  top: -8px;
  right: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (min-width: 768px) {
  .p-banner-cta__close-btn {
    top: -8px;
    right: -8px;
  }
}
.p-banner-cta__close-btn::before, .p-banner-cta__close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #999;
}
.p-banner-cta__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-banner-cta__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-banner-cta a {
  display: block;
  position: relative;
}
.p-banner-cta__sp {
  width: 90%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .p-banner-cta__sp {
    display: none;
  }
}
.p-banner-cta__pc {
  display: none;
  width: 300px;
  height: auto;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .p-banner-cta__pc {
    display: block;
  }
}

.p-hero {
  position: relative;
  min-height: 530px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  padding: 1rem;
  margin-top: 4.5rem;
}
@media (min-width: 640px) {
  .p-hero {
    min-height: 460px;
    padding: 4rem 1.5rem;
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .p-hero {
    min-height: 600px;
    padding: 6rem 2rem;
    margin-top: 10rem;
  }
}
@media (min-width: 1024px) {
  .p-hero {
    min-height: 630px;
    padding: 6rem 3rem;
    align-items: center;
  }
}
.p-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
@media (min-width: 640px) {
  .p-hero__background {
    width: 95%;
    border-radius: 3rem;
  }
}
.p-hero__background-image {
  display: block;
  width: 100%;
  height: 100%;
}
.p-hero__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (min-width: 640px) {
  .p-hero__bg {
    -o-object-position: center top;
       object-position: center top;
  }
}
.p-hero__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .p-hero__container {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
  }
}
.p-hero__content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 640px) {
  .p-hero__content {
    gap: 1rem;
  }
}
.p-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  animation: fadeInUp 0.6s ease-out;
}
@media (min-width: 640px) {
  .p-hero__badges {
    gap: 1.5rem;
  }
}
.p-hero__title {
  animation: fadeInUp 0.6s ease-out 0.2s both;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 0;
}
.p-hero__title-main {
  display: block;
  font-size: 3rem;
}
@media (min-width: 640px) {
  .p-hero__title-main {
    line-height: 1.25;
  }
}
.p-hero__title-main-number {
  color: #28AFA0;
  font-size: 3rem;
}
.p-hero__title-break {
  display: none;
}
@media (min-width: 640px) {
  .p-hero__title-break {
    display: inline;
  }
}
.p-hero__description {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #495057;
  animation: fadeInUp 0.6s ease-out 0.3s both;
}
@media (min-width: 768px) {
  .p-hero__description {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
.p-hero__description-highlight {
  color: #28AFA0;
}
.p-hero__description-break {
  display: none;
}
@media (min-width: 768px) {
  .p-hero__description-break {
    display: inline;
  }
}
.p-hero__stats {
  display: flex;
  gap: 0.5rem;
  animation: fadeInUp 0.6s ease-out 0.4s both;
}
@media (min-width: 640px) {
  .p-hero__stats {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.p-hero__stat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-hero__stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(40, 175, 160, 0.1);
  border-radius: 0.5rem;
  color: #28AFA0;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .p-hero__stat-icon {
    width: 40px;
    height: 40px;
  }
}
.p-hero__stat-icon svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 640px) {
  .p-hero__stat-icon svg {
    width: 24px;
    height: 24px;
  }
}
.p-hero__stat-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-hero__stat-label {
  font-size: 0.7rem;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 768px) {
  .p-hero__stat-label {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
  }
}
.p-hero__stat-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #28AFA0;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
}
@media (min-width: 640px) {
  .p-hero__stat-value {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .p-hero__stat-value {
    font-size: 1.5rem;
  }
}
.p-hero__stat-unit {
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 2px;
}
@media (min-width: 640px) {
  .p-hero__stat-unit {
    font-size: 1rem;
  }
}
.p-hero__stat-note {
  font-size: 0.65rem;
  color: #6C757D;
  font-weight: 400;
  margin-left: 2px;
}
.p-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: fadeInUp 0.6s ease-out 0.5s both;
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .p-hero__actions {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.p-hero__actions .c-btn__cta {
  min-width: 14rem;
}
.p-hero__footer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.3rem 0.5rem 0;
}
@media (min-width: 640px) {
  .p-hero__footer {
    padding: 0.3rem 3rem 0;
  }
}
.p-hero__note {
  font-size: 0.75rem;
  color: #6C757D;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .p-hero__note {
    font-size: 0.875rem;
  }
}
.p-hero__scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  animation: fadeIn 0.6s ease-out 1s both;
}
@media (min-width: 640px) {
  .p-hero__scroll {
    bottom: 4rem;
  }
}
.p-hero__scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  color: #6C757D;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
.p-hero__scroll-indicator:hover {
  color: #28AFA0;
  transform: translateY(4px);
}
.p-hero__scroll-text {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.p-hero__scroll-icon {
  display: flex;
  animation: bounce 2s ease-in-out infinite;
}
.p-hero__scroll-icon svg {
  width: 16px;
  height: 16px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.p-area__title {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-area__title {
    font-size: 36px;
  }
}
.p-area__title-text {
  font-size: 32px;
}
@media (min-width: 768px) {
  .p-area__title-text {
    font-size: 32px;
  }
}
.p-area__title-number {
  font-size: 48px;
  color: #52BCB1;
}
.p-area__description {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333333;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .p-area__description {
    text-align: center;
  }
}
.p-area__content {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.p-area__map-wrapper {
  position: relative;
  max-width: 890px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .p-area__map-container {
    position: absolute;
    left: 0;
    top: 10px;
  }
}
.p-area__map-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.p-area__map-title span {
  color: #28AFA0;
}
@media (min-width: 768px) {
  .p-area__map-title {
    font-size: 32px;
  }
}
.p-area__map-text {
  font-size: 20px;
  border-bottom: 1px solid #000000;
  display: inline-block;
}
.p-area__note {
  font-size: 12px;
}

.p-logo {
  margin: 1.5rem 0 6rem;
}
.p-logo__header {
  text-align: center;
  margin-bottom: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-logo__header img {
  margin: 0 auto;
}
.p-logo__text {
  font-size: 28px;
  margin-top: 2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-logo__text {
    font-size: 32px;
  }
}
.p-logo__list img {
  padding: 0 15px;
}

.p-feature {
  padding: 4rem 0;
  background-color: #F5F8FA;
}
.p-feature__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-feature__header {
  text-align: center;
  margin-bottom: 2rem;
}
.p-feature__title {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.2;
  color: #212529;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
@media (min-width: 640px) {
  .p-feature__title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .p-feature__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .p-feature__title {
    font-size: 2.5rem;
  }
}
.p-feature__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #28AFA0;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-feature__subtitle {
    font-size: 1.25rem;
  }
  .p-feature__text {
    text-align: center;
  }
}

.p-obligation {
  padding: 6rem 0 3rem;
}
@media (min-width: 1024px) {
  .p-obligation {
    padding: 8rem 0 2rem;
  }
}
.p-obligation__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-obligation__content {
  background-color: #28AFA0;
  padding: 1.5rem;
  border-radius: 0.75rem;
  color: #FFFFFF;
  position: relative;
}
@media (min-width: 768px) {
  .p-obligation__content {
    padding: 3rem;
  }
}
.p-obligation__illust {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: auto;
  margin-bottom: 2rem;
}
.p-obligation__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 2rem;
  color: #FFFFFF;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .p-obligation__title {
    text-align: center;
    font-size: 1.875rem;
    margin-top: 1.5rem;
  }
}
.p-obligation__title-number {
  color: #FFFFC7;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-obligation__title-number {
    font-size: 2.25rem;
  }
}
.p-obligation__text {
  margin-bottom: 2rem;
}
.p-obligation__text a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #FFFFFF;
  text-decoration: underline;
}
.p-obligation__text a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.p-obligation__btn-wrapper {
  text-align: center;
}
.p-obligation__btn-wrapper .c-btn {
  padding: 12px 32px;
  gap: 8px;
  border: 1px solid #28AFA0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  background-color: #FFFFFF;
}
.p-obligation__btn-wrapper .c-btn img {
  filter: invert(67%) sepia(11%) saturate(2180%) hue-rotate(124deg) brightness(83%) contrast(99%);
}
.p-obligation__btn-wrapper .c-btn:hover:not(:disabled) {
  background-color: #15887B;
  color: #FFFFFF;
  text-decoration: none;
}
.p-obligation__btn-wrapper .c-btn:hover:not(:disabled) img {
  filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%);
}

.p-about {
  padding: 4rem 0;
  background-color: #F5F8FA;
}
@media (min-width: 1024px) {
  .p-about {
    padding: 6rem 0;
  }
}
.p-about__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .p-about__container {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
.p-about__image {
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.p-about__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1024px) {
  .p-about__content {
    order: -1;
  }
}
.p-about__title {
  margin-bottom: 1.5rem;
}
.p-about__title-main {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .p-about__title-main {
    font-size: 1.875rem;
  }
}
.p-about__title-sub {
  display: block;
  font-size: 0.875rem;
  color: #28AFA0;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-about__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #212529;
}

.p-industrial-physician {
  padding: 4rem 0;
}
@media (min-width: 1024px) {
  .p-industrial-physician {
    padding: 6rem 0;
  }
}
.p-industrial-physician__bg {
  background: linear-gradient(135deg, #28AFA0 0%, #1f857a 100%);
  border-radius: 1.5rem;
  padding: 4rem 1.5rem;
  color: white;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 1024px) {
  .p-industrial-physician__bg {
    padding: 6rem 4rem;
  }
}
.p-industrial-physician__container {
  max-width: 900px;
  margin: 0 auto;
}
.p-industrial-physician__icon {
  margin: 0 auto 1.5rem;
  width: 100px;
  height: 100px;
}
.p-industrial-physician__icon svg {
  width: 100%;
  height: 100%;
}
.p-industrial-physician__label {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  opacity: 0.9;
}
.p-industrial-physician__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-industrial-physician__title {
    font-size: 1.5rem;
  }
}
.p-industrial-physician__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  opacity: 0.95;
}
@media (min-width: 768px) {
  .p-industrial-physician__text {
    font-size: 1.125rem;
  }
}
.p-industrial-physician__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.p-service__container {
  max-width: 1200px;
  margin: 0 auto;
}
.p-service__header {
  text-align: center;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .p-service__header {
    margin-bottom: 8rem;
  }
}
.p-service__title {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.2;
  color: #212529;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
@media (min-width: 640px) {
  .p-service__title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .p-service__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .p-service__title {
    font-size: 2.5rem;
  }
}
.p-service__description {
  font-size: 14px;
  line-height: 1.8;
  color: #495057;
  max-width: 800px;
  margin: 0 auto;
}
.p-service__description br {
  display: none;
}
@media (min-width: 768px) {
  .p-service__description br {
    display: inline;
  }
}
.p-service__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem 1rem;
}
@media (min-width: 1024px) {
  .p-service__flex {
    flex-direction: row;
    gap: 4rem 3rem;
  }
  .p-service__content {
    width: calc((100% - 3rem) / 2);
  }
}
.p-service__content-secondary {
  background-color: #F5F8FA;
  border-radius: 0.75rem;
}
.p-service__content-tertiary {
  background-color: #FFF8FC;
  border-radius: 0.75rem;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .p-service__content-tertiary {
    padding: 2rem 3rem;
    max-width: 580px;
  }
}
.p-service__content-tertiary * .p-service__title {
  color: #343A40;
}
.p-service__exclusive {
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .p-service__exclusive {
    width: 50vw;
    margin-left: calc(47% - 50vw);
    padding: 2rem 3rem;
  }
  .p-service__exclusive-inner {
    max-width: 480px;
    margin-left: auto;
  }
}
.p-service__spot {
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .p-service__spot {
    width: 50vw;
    margin-right: calc(47% - 50vw);
    padding: 2rem 3rem;
  }
  .p-service__spot-inner {
    max-width: 480px;
    margin-right: auto;
  }
}
.p-service__outer {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.p-service__secondary {
  background-color: #E9F7F5;
  border-radius: 0.75rem;
}
.p-service__badge-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-service__badge-wrapper {
    padding: 0 1rem;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
  }
}
.p-service__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.p-service__badge-mandatory {
  background-color: #FF9602;
  color: #FFFFFF;
}
.p-service__badge-optional {
  background-color: #15887B;
  color: #FFFFFF;
}
.p-service__target {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #212529;
  margin: 0;
}
@media (min-width: 768px) {
  .p-service__target {
    font-size: 1.25rem;
  }
}
.p-service__target-number {
  font-weight: 900;
  color: #28AFA0;
  font-size: 1.5rem;
  margin: 0 0.25rem;
}
@media (min-width: 768px) {
  .p-service__target-number {
    font-size: 1.875rem;
  }
}
.p-service__inner {
  padding: 1rem 0;
  flex: 1;
}
@media (min-width: 768px) {
  .p-service__inner {
    padding: 1rem;
  }
}
.p-service__inner-manual {
  padding: 1.5rem;
  margin: auto 0;
}
@media (min-width: 768px) {
  .p-service__inner-manual {
    padding: 3rem;
  }
}
.p-service__btn-wrapper {
  text-align: center;
}
.p-service__title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  color: #28AFA0;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .p-service__title {
    font-size: 2.25rem;
  }
}
.p-service__title-small {
  font-size: 1.125rem;
  color: #15887B;
}
@media (min-width: 768px) {
  .p-service__title-small {
    font-size: 1.25rem;
  }
}
.p-service__details {
  width: 100%;
  overflow: hidden;
  margin: 1rem 0;
  display: block;
}
@media (min-width: 768px) {
  .p-service__details {
    display: table;
    border-collapse: separate;
    border-spacing: 0.75rem;
  }
}
.p-service__details tbody {
  display: block;
}
@media (min-width: 768px) {
  .p-service__details tbody {
    display: table-row-group;
  }
}
.p-service__detail-item {
  display: block;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .p-service__detail-item {
    display: table-row;
    padding: 0;
  }
}
.p-service__detail-label {
  background-color: #28AFA0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  border: none;
  border-radius: 0.25rem 0.25rem 0 0;
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
}
@media (min-width: 768px) {
  .p-service__detail-label {
    display: table-cell;
    width: 30%;
    padding: 0.5rem 1.5rem;
    vertical-align: middle;
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
.p-service__detail-value {
  background-color: #F5F8FA;
  font-size: 14px;
  line-height: 1.6;
  color: #212529;
  border: none;
  border-radius: 0 0 0.25rem 0.25rem;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .p-service__detail-value {
    display: table-cell;
    padding: 0.5rem 1.5rem;
    vertical-align: middle;
    border-radius: 0 0.5rem 0.5rem 0;
  }
}
.p-service__list {
  margin: 0;
  padding-left: 1.5rem;
  list-style-type: disc;
}
.p-service__list li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}
.p-service__list li:last-child {
  margin-bottom: 0;
}
.p-service__highlight {
  background-color: #F5F8FA;
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.p-service__highlight-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  background-color: #BAE2DD;
  padding: 0.5rem;
}
.p-service__highlight-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0.5rem 0;
  font-size: 1.25rem;
  line-height: 1;
}
.p-service__highlight-amount {
  font-size: 1.875rem;
  font-weight: 900;
  color: #15887B;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-service__highlight-amount {
    font-size: 2.25rem;
  }
}
.p-service__highlight-note {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.p-service__manual {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-service__manual {
    flex-direction: row;
    justify-content: space-around;
  }
}
.p-service__checklist {
  list-style: none;
  padding-left: 1em;
  margin: 0 0 1.5rem 0;
}
.p-service__checklist-item {
  position: relative;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  list-style-type: disc;
}
.p-service__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 20px solid #28AFA0;
  border-bottom: 0;
  margin: 2rem auto 2rem;
}
.p-service__manual-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #15887B;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-service__manual-title {
    font-size: 1.5rem;
  }
}
.p-service__manual-description {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #495057;
  margin: 0;
}
@media (min-width: 768px) {
  .p-service__manual-description {
    font-size: 0.9375rem;
  }
}
.p-service__more {
  padding-top: 4rem;
}

.p-services {
  padding: 4rem 0;
  background-color: white;
}
@media (min-width: 1024px) {
  .p-services {
    padding: 6rem 0;
  }
}
.p-services__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-services__header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 3.75rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-services__header {
    gap: 2rem;
    text-align: left;
  }
}
.p-services__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #333333;
}
@media (min-width: 768px) {
  .p-services__title {
    font-size: 2.25rem;
  }
}
.p-services__subtitle {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  margin: 0;
  text-align: left;
}
.p-services__list {
  display: grid;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .p-services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-service-card {
  background-color: white;
  border: 2px solid #E9ECEF;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.p-service-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.p-service-card__header {
  padding: 1.5rem;
  background-color: #F5F8FA;
}
.p-service-card__badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-service-card__badge--orange {
  background-color: #FF9602;
  color: white;
}
.p-service-card__target {
  font-size: 1.125rem;
  font-weight: 700;
  color: #212529;
}
.p-service-card__body {
  padding: 1.5rem;
}
.p-service-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #28AFA0;
  margin-bottom: 1rem;
}
.p-service-card__description {
  font-size: 1rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 1.5rem;
}
.p-service-card__table {
  border: 1px solid #E9ECEF;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.p-service-card__row {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-bottom: 1px solid #E9ECEF;
}
.p-service-card__row:last-child {
  border-bottom: none;
}
.p-service-card__label {
  background-color: #28AFA0;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.p-service-card__value {
  background-color: #F5F8FA;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #212529;
  display: flex;
  align-items: center;
}
.p-service-card__highlight {
  background-color: #F5F8FA;
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.p-service-card__highlight p {
  font-size: 1rem;
  font-weight: 700;
  color: #212529;
  margin: 0;
}
.p-service-card__note {
  font-size: 0.875rem;
  color: #495057;
  margin-bottom: 1.5rem;
}
.p-service-card__footer {
  padding: 0 1.5rem 1.5rem;
}

.p-reason {
  padding: 1rem 0;
}
.p-reason__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-reason__content {
  background-color: #FFFFFF;
  padding: 2rem 1.5rem;
  border-radius: 0.75rem;
  border: 3px solid #28AFA0;
}
@media (min-width: 768px) {
  .p-reason__content {
    padding: 4rem 3rem 1.5rem;
  }
}
.p-reason__header {
  text-align: center;
  margin-bottom: 3rem;
}
.p-reason__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #212529;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-reason__title {
    font-size: 1.875rem;
  }
}
.p-reason__title-highlight {
  color: #28AFA0;
}
.p-reason__subtitle {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.p-reason__subtitle::before {
  position: absolute;
  left: 0;
  content: "＼";
  margin-left: -1.5rem;
}
.p-reason__subtitle::after {
  position: absolute;
  right: 0;
  content: "／";
  margin-right: -1.5rem;
}
@media (min-width: 1024px) {
  .p-reason__subtitle {
    font-size: 1.25rem;
  }
}
.p-reason__list {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-reason__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .p-reason__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-reason__item {
  padding: 2rem 0;
}
@media (min-width: 1024px) {
  .p-reason__item {
    padding: 2rem;
  }
}
.p-reason__point-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #28AFA0;
  font-weight: 700;
}
.p-reason__point-number span:first-child {
  font-size: 0.75rem;
}
.p-reason__point-number span:last-child {
  font-size: 2.25rem;
}
.p-reason__icon {
  width: 200px;
  height: 130px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-reason__icon img {
  width: 200px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-reason__item-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #28AFA0;
}
@media (min-width: 1024px) {
  .p-reason__item-title {
    font-size: 1.25rem;
    text-align: center;
  }
}
.p-reason__item-text {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #495057;
}

.p-cta-rich {
  padding: 3rem 0;
}
@media (min-width: 1024px) {
  .p-cta-rich {
    padding: 6rem 0;
  }
}
.p-cta-rich__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-cta-rich__link {
  display: block;
  width: 100%;
  height: auto;
}
.p-cta-rich__link:hover {
  opacity: 0.8;
}
.p-cta-rich__link img {
  max-width: 100%;
  height: auto;
}
.p-cta-rich__text {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 10px;
}

.p-clients {
  padding: 4rem 0;
  background-color: #F5F8FA;
}
@media (min-width: 1024px) {
  .p-clients {
    padding: 6rem 0;
  }
}
.p-clients__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-clients__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212529;
}
@media (min-width: 768px) {
  .p-clients__title {
    font-size: 2.25rem;
  }
}
.p-clients__subtitle {
  font-size: 14px;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 4rem;
}
.p-clients__list {
  display: grid;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-clients__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .p-clients__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-clients__card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  text-decoration: none;
}
.p-clients__card:hover {
  opacity: 0.8;
  text-decoration: none;
}
.p-clients__card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #E9ECEF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-clients__card-image {
    height: 240px;
  }
}
.p-clients__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-clients__card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.p-clients__card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.p-clients__card-service {
  display: inline-block;
  padding: 2px 18px;
  font-size: 0.75rem;
  font-weight: 700;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  color: #333333;
}
.p-clients__card-size {
  display: inline-block;
  color: #333;
  font-size: 0.75rem;
}
.p-clients__card-quote {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-clients__card-quote {
    font-size: 1.125rem;
  }
}
.p-clients__card-company {
  margin-top: auto;
  padding-top: 1rem;
}
.p-clients__card-company-name {
  font-size: 1rem;
  color: #212529;
  margin: 0 0 0.25rem 0;
  line-height: 1.2;
}
.p-clients__card-company-info {
  font-size: 0.875rem;
  color: #495057;
  line-height: 1.6;
}
.p-clients__card-link {
  font-size: 0.875rem;
  font-weight: 700;
  color: #333;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
.p-clients__card-link img {
  filter: invert(67%) sepia(11%) saturate(2180%) hue-rotate(124deg) brightness(83%) contrast(99%);
}
.p-clients__button {
  text-align: center;
}
.p-clients__button a:hover {
  color: #fff;
}
.p-clients__logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
  justify-items: center;
}
@media (min-width: 768px) {
  .p-clients__logos {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-clients__logo {
  width: 100%;
  max-width: 180px;
  padding: 1.5rem;
}
.p-clients__logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}
.p-clients__logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.p-flow {
  padding: 3rem 0;
  background-color: #FFFFFF;
}
@media (min-width: 640px) {
  .p-flow {
    padding: 4rem 0;
  }
}
@media (min-width: 1024px) {
  .p-flow {
    padding: 6rem 0;
  }
}
.p-flow__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-flow__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 4rem;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .p-flow__header {
    gap: 2rem;
    padding-bottom: 60px;
  }
}
.p-flow__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
}
@media (min-width: 768px) {
  .p-flow__title {
    font-size: 2.25rem;
  }
}
.p-flow__subtitle {
  font-size: 14px;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 4rem;
}
.p-flow__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-flow__item {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-flow__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .p-flow__item {
    gap: 65px;
    flex-direction: row;
  }
}
.p-flow__item:not(:last-child) {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .p-flow__item:not(:last-child) {
    margin-bottom: 76px;
  }
}
.p-flow__image {
  flex-shrink: 0;
  width: 100%;
  max-width: 150px;
  margin: 0 auto 1.5rem;
}
@media (min-width: 640px) {
  .p-flow__image {
    max-width: 194px;
    width: 194px;
    margin: 0;
  }
}
.p-flow__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-flow__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 640px) {
  .p-flow__content {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .p-flow__content {
    max-width: 779px;
  }
}
.p-flow__header-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .p-flow__header-item {
    gap: 1rem;
  }
}
.p-flow__step {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #28AFA0;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .p-flow__step {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .p-flow__step {
    font-size: 1.25rem;
  }
}
.p-flow__title-item {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1666666667;
  color: #333333;
  margin: 0;
}
@media (min-width: 640px) {
  .p-flow__title-item {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .p-flow__title-item {
    font-size: 1.5rem;
  }
}
.p-flow__divider {
  width: 100%;
  height: 1px;
  background-color: #7D7D7D;
  margin: 0;
}
@media (min-width: 768px) {
  .p-flow__divider {
    width: 779px;
    max-width: 100%;
  }
}
.p-flow__description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-flow__description p {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #333333;
  margin: 0;
}
@media (min-width: 640px) {
  .p-flow__description p {
    font-size: 0.875rem;
  }
}
.p-flow__actions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1rem;
  width: 100%;
}
.p-flow__actions .p-flow__arrow {
  filter: invert(67%) sepia(11%) saturate(2180%) hue-rotate(124deg) brightness(83%) contrast(99%);
}
@media (min-width: 640px) {
  .p-flow__actions {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: auto;
  }
}
@media (min-width: 768px) {
  .p-flow__actions {
    gap: 3rem;
    justify-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  .p-flow__actions {
    justify-content: flex-start;
  }
}
.p-flow__btn {
  min-width: 290px;
}
.p-flow__btn:hover img {
  filter: saturate(100%) invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%);
}
.p-flow__btn--phone {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  padding: 0.1rem 2rem;
}
@media (min-width: 1024px) {
  .p-flow__btn--phone {
    pointer-events: none;
  }
}
.p-flow__phone-number {
  display: flex;
  gap: 8px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.p-flow__phone-number img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(5%) saturate(1275%) hue-rotate(169deg) brightness(100%) contrast(87%);
}
.p-flow__phone-hours {
  font-size: 0.875rem;
}

.p-download-materials {
  padding: 4rem 0;
}
@media (min-width: 1024px) {
  .p-download-materials {
    padding: 6rem 0;
  }
}
.p-download-materials__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-download-materials__wrapper {
  position: relative;
  background-color: #F5F8FA;
  border-radius: 8px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-download-materials__wrapper {
    flex-direction: row;
    gap: 45px;
    align-items: center;
    padding: 99px 85px;
  }
}
.p-download-materials__image {
  flex-shrink: 0;
  width: 100%;
  max-width: 460px;
  height: 280px;
  background-color: #FFFFFF;
  border-radius: 0;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-download-materials__image {
    width: 460px;
  }
}
.p-download-materials__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-download-materials__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 41px;
  width: 100%;
  max-width: 384px;
}
@media (min-width: 768px) {
  .p-download-materials__content {
    width: 384px;
  }
}
.p-download-materials__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3333333333em;
  color: #333333;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .p-download-materials__title {
    font-size: 24px;
  }
}
.p-download-materials__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-download-materials__subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3333333333em;
  color: #333333;
  margin: 0 0 12px 8px;
  text-align: left;
}
.p-download-materials__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
  width: 315px;
}
@media (min-width: 768px) {
  .p-download-materials__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-download-materials__list-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857143em;
  color: #333333;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .p-download-materials__list-item:nth-child(3), .p-download-materials__list-item:nth-child(4) {
    margin-top: 12px;
  }
}
.p-download-materials__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  padding: 16px 40px;
  background-color: #FFFFFF;
  border: 2px solid #28AFA0;
  border-radius: 60px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
  color: #28AFA0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.p-download-materials__button:hover {
  background-color: #28AFA0;
  color: #FFFFFF;
  transform: translateY(-2px);
  text-decoration: none;
}
.p-download-materials__button:active {
  transform: translateY(0);
}

.p-business {
  margin-top: 3rem;
}
.p-business__cards {
  display: grid;
  gap: 6rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-business__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 3rem;
  }
}
@media (min-width: 1024px) {
  .p-business__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem 3rem;
  }
}
.p-business__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.p-business__card-image {
  width: 100%;
  overflow: hidden;
  background-color: #E9ECEF;
  border-radius: 0.5rem;
}
.p-business__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-business__card-content {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.p-business__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #28AFA0;
  margin: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-business__card-title {
    font-size: 1.25rem;
  }
}
.p-business__card-description {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}
@media (min-width: 768px) {
  .p-business__card-description {
    font-size: 1rem;
  }
}
.p-business__card-badge {
  display: inline-block;
  padding: 4px 12px;
  background-color: #FF9602;
  color: #FFFFFF;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0.25rem;
  align-self: flex-start;
}
.p-business__card-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0 0;
}
.p-business__card-list li {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #333333;
  padding: 0.25rem 0;
}
@media (min-width: 768px) {
  .p-business__card-list li {
    font-size: 1rem;
  }
}
.p-business__support {
  margin-top: 6rem;
}
.p-business__support-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-business__support-title {
    font-size: 1.75rem;
    text-align: left;
  }
}
.p-business__support-grid {
  display: grid;
  gap: 6rem;
}
@media (min-width: 768px) {
  .p-business__support-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 3rem;
  }
}
@media (min-width: 1024px) {
  .p-business__support-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem 3rem;
  }
}
.p-business__support-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.p-business__support-image {
  border-radius: 0.5rem;
  width: 100%;
  overflow: hidden;
  background-color: #E9ECEF;
}
.p-business__support-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-business__support-content {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.p-business__support-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #28AFA0;
  margin: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-business__support-card-title {
    font-size: 1.25rem;
  }
}
.p-business__support-card-description {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}
@media (min-width: 768px) {
  .p-business__support-card-description {
    font-size: 1rem;
  }
}
.p-business__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.p-business__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 250ms ease-in-out;
}
.p-business__button:hover {
  background-color: #F5F8FA;
  border-color: #28AFA0;
  color: #28AFA0;
}
.p-business__button:hover img {
  filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%);
}
.p-business__button img {
  filter: invert(67%) sepia(11%) saturate(2180%) hue-rotate(124deg) brightness(83%) contrast(99%);
}

.p-cta {
  padding: 3rem 0;
  background: linear-gradient(90deg, #15887B 0%, #159082 3%, #15A797 13%, #15B8A7 24%, #15C2B0 35%, #15C6B3 50%, #15C2B0 65%, #15B8A7 76%, #15A797 87%, #159082 97%, #15887B 100%);
}
@media (min-width: 1024px) {
  .p-cta {
    padding: 4rem 0;
  }
}
.p-cta__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-cta__content {
  margin: 0 auto;
  text-align: center;
}
.p-cta__text {
  font-size: 1rem;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 1rem;
  text-align: left;
}
@media (min-width: 640px) {
  .p-cta__text {
    text-align: center;
  }
}
.p-cta__title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.p-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-cta__actions {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}
.p-cta__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 80px;
  width: 100%;
  max-width: 360px;
  height: 70px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.p-cta__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-cta__phone-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 6px;
  gap: 3px;
  margin-bottom: 0;
}
.p-cta__phone-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.p-cta__phone-number {
  font-weight: 700;
  font-size: 32px;
  line-height: 28px;
  color: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 640px) {
  .p-cta__phone-number {
    pointer-events: none;
  }
}
.p-cta__phone-number:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.p-cta__phone-hours {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
}

.p-difference {
  padding: 4rem 0;
}
.p-difference__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-difference__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #212529;
}
@media (min-width: 768px) {
  .p-difference__title {
    font-size: 40px;
  }
}
.p-difference__subtitle {
  font-size: 1rem;
  color: #495057;
  margin-bottom: 4rem;
}
.p-difference__button-wrapper {
  text-align: center;
}
.p-difference__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 250ms ease-in-out;
}
.p-difference__button:hover {
  background-color: #F5F8FA;
  border-color: #28AFA0;
  color: #28AFA0;
}
.p-difference__button img {
  filter: invert(67%) sepia(11%) saturate(2180%) hue-rotate(124deg) brightness(83%) contrast(99%);
}

.p-number-selection {
  padding: 4rem 0;
  background-color: white;
}
@media (min-width: 1024px) {
  .p-number-selection {
    padding: 6rem 0;
  }
}
.p-number-selection__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-number-selection__header {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
}
.p-number-selection__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #212529;
}
@media (min-width: 768px) {
  .p-number-selection__title {
    font-size: 40px;
  }
}
.p-number-selection__subtitle {
  font-size: 1rem;
  color: #495057;
}
.p-number-selection__table-wrapper {
  margin-bottom: 1rem;
  overflow-x: auto;
}
.p-number-selection__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #15887B;
  min-width: 900px;
}
.p-number-selection__table td {
  border-right-style: dashed;
  border-bottom-style: solid;
}
.p-number-selection__table thead tr:first-child {
  background: rgba(21, 136, 123, 0.36);
  font-weight: 700;
}
.p-number-selection__table thead tr:first-child th:first-child {
  border-right-style: solid;
}
.p-number-selection__table thead tr:last-child th:first-child {
  background-color: #FFFFFF;
}
.p-number-selection__table thead tr:last-child th {
  border-bottom-style: solid;
}
.p-number-selection__table tbody tr:first-child td:nth-child(4) {
  border-bottom-style: dashed;
}
.p-number-selection__table tbody tr:first-child td:last-child {
  border-right-style: solid;
}
.p-number-selection__table tbody tr:last-child td {
  border-bottom-style: solid;
}
.p-number-selection__table-header {
  background: rgba(40, 175, 160, 0.16);
  border: 1px solid #15887B;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #333333;
  padding: 0;
  vertical-align: middle;
  height: 36px;
}
.p-number-selection__table-row-header {
  background: rgba(40, 175, 160, 0.16);
  border: 1px solid #15887B;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  padding: 15px 8px;
  width: 146px;
  vertical-align: middle;
  height: 59px;
}
.p-number-selection__table-cell {
  background: #ffffff;
  border: 1px solid #15887B;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  position: relative;
}
.p-number-selection__table-cell div {
  margin-bottom: 4px;
}
.p-number-selection__table-cell div:last-child {
  margin-bottom: 0;
}
.p-number-selection__note {
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 36px;
}
.p-number-selection__note-link {
  color: #28AFA0;
  text-decoration: none;
}
.p-number-selection__note-link:hover {
  text-decoration: underline;
}
.p-number-selection__note-link svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}
.p-number-selection__button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-number-selection__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #28AFA0;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-number-selection__button:hover {
  background: #28AFA0;
  color: #FFFFFF;
  text-decoration: none;
}
.p-number-selection__button:hover img {
  filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%);
}
.p-number-selection__button:hover .p-number-selection__button-icon circle {
  fill: #FFFFFF;
}
.p-number-selection__button:hover .p-number-selection__button-icon path {
  stroke: #28AFA0;
}
.p-number-selection__button-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}

.p-sample {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding: 4rem 0;
  background-color: white;
}
.p-sample__wrapper {
  background-color: #F5F8FA;
  border-radius: 8px;
  padding: 3rem 1rem;
}
@media (min-width: 768px) {
  .p-sample__wrapper {
    padding: 3rem 4rem;
  }
}
.p-sample__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #333333;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-sample__title {
    font-size: 40px;
  }
}
.p-sample__subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 2rem;
}
.p-sample__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .p-sample__inner {
    flex-direction: row;
    justify-content: center;
    gap: 4rem;
  }
}
.p-sample__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-sample__label {
  background-color: #15887B;
  color: #FFFFFF;
  padding: 0;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.556;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-sample__label {
    font-size: 18px;
  }
}
.p-sample__list {
  list-style: disc;
  padding-left: 1em;
}
.p-sample__list li {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
@media (min-width: 768px) {
  .p-sample__list li {
    font-size: 18px;
  }
}
.p-sample__list li span {
  font-size: 0.8em;
  font-weight: 400;
}

.p-check {
  padding: 4rem 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-check__container {
  background-color: #FFF9F9;
  border: 4px solid #FF7B67;
  border-radius: 8px;
  padding: 3rem 1.5rem;
}
@media (min-width: 640px) {
  .p-check__container {
    padding: 3rem 2rem;
  }
}
@media (min-width: 1024px) {
  .p-check__container {
    padding: 48px 64px;
  }
}
.p-check__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #333333;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-check__title {
    font-size: 40px;
  }
}
.p-check__subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 2rem;
}
.p-check__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .p-check__body {
    flex-direction: row;
    gap: 3rem;
    align-items: flex-start;
  }
}
.p-check__questions {
  flex: 1;
  min-width: 0;
}
.p-check__list li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  color: #333333;
}
.p-check__image {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-check__buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  justify-content: center;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .p-check__buttons {
    flex-direction: row;
    gap: 36px;
    align-items: center;
    margin-top: 3rem;
  }
}
.p-check__buttons .c-btn {
  width: 100%;
  padding: 16px 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 60px;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .p-check__buttons .c-btn {
    width: auto;
  }
}
.p-check__buttons .c-btn__primary {
  background-color: #FF7B67;
  border: 2px solid #FF7B67;
  color: #FFFFFF;
}
.p-check__buttons .c-btn__primary:hover:not(:disabled) {
  border: 2px solid #FF7B67;
  background-color: #FFFFFF;
  color: #FF7B67;
}
.p-check__buttons .c-btn__outline-primary {
  background-color: #FFFFFF;
  border: 2px solid #FF7B67;
  color: #FF7B67;
}
.p-check__buttons .c-btn__outline-primary:hover:not(:disabled) {
  background-color: #FF7B67;
  color: #FFFFFF;
}

.p-faq {
  padding: 4rem 0;
}
.p-faq__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-faq__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #333333;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-faq__title {
    font-size: 40px;
  }
}
.p-faq__subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 4rem;
}
.p-faq__list {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-faq__list {
    gap: 2rem;
  }
}
.p-faq__item {
  border-radius: 0.5rem;
  background-color: #F5F8FA;
}
.p-faq__question {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .p-faq__question {
    padding: 2rem;
    gap: 1rem;
  }
}
.p-faq__question::-webkit-details-marker {
  display: none;
}
.p-faq__q-mark {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  background-color: #28AFA0;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
}
.p-faq__q-text {
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  color: #212529;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 768px) {
  .p-faq__q-text {
    font-size: 1.25rem;
  }
}
.p-faq__toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-faq__toggle::before, .p-faq__toggle::after {
  content: "";
  position: absolute;
  background-color: #495057;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.p-faq__toggle::before {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-faq__toggle::after {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
details[open] .p-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.p-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0 4rem 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .p-faq__answer {
    padding: 0 6rem 2rem 2rem;
    gap: 1.5rem;
  }
}
.p-faq__a-mark {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  color: #28AFA0;
  border-radius: 50%;
  border: 1px solid #28AFA0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.125rem;
}
.p-faq__a-text {
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #212529;
  max-width: 900px;
}
.p-faq__more {
  text-align: right;
  margin-top: 1rem;
}
.p-faq__button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 18px;
  gap: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.06em;
  transition: all 0.3s ease;
}
.p-faq__button svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}
.p-faq__button:hover {
  background: #28AFA0;
  color: #FFFFFF;
  text-decoration: none;
}
.p-faq__button:hover circle {
  fill: #FFFFFF;
}
.p-faq__button:hover path {
  stroke: #28AFA0;
}

.p-cases {
  padding: 4rem 0;
  background-color: #F5F8FA;
}
@media (min-width: 1024px) {
  .p-cases {
    padding: 6rem 0;
  }
}
.p-cases__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-cases__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212529;
}
@media (min-width: 768px) {
  .p-cases__title {
    font-size: 1.875rem;
  }
}
.p-cases__subtitle {
  text-align: center;
  font-size: 1rem;
  color: #495057;
  margin-bottom: 4rem;
}
.p-cases__list {
  display: grid;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .p-cases__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-cases__more {
  text-align: center;
}

.p-case-card {
  background-color: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.p-case-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.p-case-card__image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #E9ECEF;
}
.p-case-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-case-card__content {
  padding: 1.5rem;
}
.p-case-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.p-case-card__industry, .p-case-card__size {
  display: inline-block;
  padding: 4px 12px;
  background-color: #28AFA0;
  color: white;
  font-size: 0.75rem;
  border-radius: 9999px;
}
.p-case-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #212529;
  line-height: 1.2;
}
.p-case-card__text {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 1rem;
}
.p-case-card__link {
  color: #28AFA0;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.875rem;
}
.p-case-card__link:hover {
  text-decoration: underline;
}

.p-documents {
  padding: 4rem 0;
  background-color: white;
}
@media (min-width: 1024px) {
  .p-documents {
    padding: 6rem 0;
  }
}
.p-documents__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-documents__grid {
  display: grid;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .p-documents__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-documents__card {
  background-color: #F5F8FA;
  padding: 3rem;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.p-documents__card--manual {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.p-documents__card--stress {
  background: linear-gradient(135deg, #fff5e6 0%, #ffe0b4 100%);
}
.p-documents__card-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.p-documents__card-icon img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-documents__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #212529;
}
.p-documents__card-subtitle {
  font-size: 0.875rem;
  color: #495057;
  margin-bottom: 1.5rem;
}
.p-documents__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-documents__card-list li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  color: #212529;
}
.p-documents__card-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28AFA0;
  font-weight: 700;
}

.p-about-company {
  padding: 4rem 0;
}
.p-about-company__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .p-about-company__container {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
.p-about-company__logo {
  width: 200px;
  margin-bottom: 1.5rem;
}
.p-about-company__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about-company__text {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 1.5rem;
}
.p-about-company__image {
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .p-about-company__image {
    order: 0;
  }
}
.p-about-company__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-company__content .c-btn {
  padding: 4px 18px;
  gap: 8px;
  border: 1px solid #28AFA0;
  border-radius: 50px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  background-color: #FFFFFF;
}
.p-about-company__content .c-btn img {
  filter: invert(67%) sepia(11%) saturate(2180%) hue-rotate(124deg) brightness(83%) contrast(99%);
}
.p-about-company__content .c-btn:hover:not(:disabled) {
  background-color: #28AFA0;
  color: #FFFFFF;
  text-decoration: none;
}
.p-about-company__content .c-btn:hover:not(:disabled) img {
  filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(212deg) brightness(104%) contrast(104%);
}
.p-about-company__info-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 1.5rem;
}
.p-about-company__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-about-company__info-item {
  display: flex;
  margin-bottom: 14px;
}
.p-about-company__info-label {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  width: 90px;
  flex-shrink: 0;
  margin: 0;
}
@media (min-width: 640px) {
  .p-about-company__info-label {
    width: 122px;
  }
}
.p-about-company__info-value {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin: 0;
  flex: 1;
}

.p-page-header {
  position: relative;
  padding: 4rem 1rem;
  background-color: #F1F3F5;
  overflow: hidden;
  min-height: 160px;
  border-radius: 1.5rem;
  margin: 0 1rem;
}
@media (min-width: 768px) {
  .p-page-header {
    padding: 6rem 1.5rem;
    min-height: 250px;
    margin: 0 1.5rem;
  }
}
.p-page-header__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: inherit;
}
.p-page-header__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% center;
     object-position: 60% center;
}
@media (min-width: 768px) {
  .p-page-header__background img {
    -o-object-position: center;
       object-position: center;
  }
}
.p-page-header__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.p-page-header__title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #212529;
  text-align: left;
  margin: 0;
}
@media (min-width: 768px) {
  .p-page-header__title {
    font-size: 2.25rem;
  }
}

.p-about-physician {
  padding: 6rem 0 3rem;
}
@media (min-width: 1024px) {
  .p-about-physician {
    padding: 8rem 0 2rem;
  }
}
.p-about-physician__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-about-physician__title {
  font-size: 1.875rem;
  font-weight: 900;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-about-physician__title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}
.p-about-physician__description {
  font-size: 1rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 3rem;
  text-align: left;
}
@media (min-width: 768px) {
  .p-about-physician__description {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.p-about-physician__requirements {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-about-physician__requirements {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.p-about-physician__requirement-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  background-color: #F8F9FA;
  border-radius: 0.75rem;
  transition: transform 250ms ease-in-out;
}
.p-about-physician__icon {
  flex-shrink: 0;
}
.p-about-physician__icon svg {
  display: block;
}
.p-about-physician__requirement-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.p-about-physician__legal {
  background-color: #F8F9FA;
  border-radius: 0.75rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .p-about-physician__legal {
    padding: 3rem;
  }
}
.p-about-physician__legal-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-about-physician__legal-title {
    font-size: 1.25rem;
  }
}
.p-about-physician__legal-link {
  font-size: 0.875rem;
  color: #28AFA0;
  text-decoration: none;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.25rem;
  margin-top: 0.5rem;
  transition: opacity 250ms ease-in-out;
}
.p-about-physician__legal-link:hover {
  opacity: 0.7;
}
.p-about-physician__legal-link svg {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-about-physician__legal-link {
    margin-left: 0.5rem;
  }
}
.p-about-physician__legal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: legal-counter;
}
.p-about-physician__legal-item {
  position: relative;
  padding-left: 2rem;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #495057;
  counter-increment: legal-counter;
}
.p-about-physician__legal-item:last-child {
  margin-bottom: 0;
}
.p-about-physician__legal-item::before {
  content: counter(legal-counter) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #212529;
}
@media (min-width: 768px) {
  .p-about-physician__legal-item {
    font-size: 1rem;
  }
}

.p-duties {
  padding: 6rem 0 3rem;
}
@media (min-width: 1024px) {
  .p-duties {
    padding: 8rem 0 2rem;
  }
}
.p-duties__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-duties__title {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: left;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-duties__title {
    font-size: 1.875rem;
  }
}
.p-duties__subtitle {
  font-size: 1rem;
  line-height: 1.8;
  color: #495057;
  text-align: left;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-duties__subtitle {
    font-size: 1.125rem;
    margin-bottom: 4rem;
  }
}
.p-duties__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .p-duties__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .p-duties__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.p-duties__card {
  background-color: white;
  border: 2px solid #28AFA0;
  border-radius: 0.75rem;
  padding: 0 0.5rem;
  text-align: center;
  transition: all 250ms ease-in-out;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-duties__card {
    min-height: 130px;
  }
}
.p-duties__number {
  font-size: 1.25rem;
  font-weight: 900;
  color: #28AFA0;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .p-duties__number {
    font-size: 1.875rem;
  }
}
.p-duties__description {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #212529;
}
@media (min-width: 768px) {
  .p-duties__description {
    font-size: 1rem;
  }
}

.p-difference-physicians {
  padding: 6rem 0 3rem;
}
@media (min-width: 1024px) {
  .p-difference-physicians {
    padding: 8rem 0 8rem;
  }
}
.p-difference-physicians__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-difference-physicians__title {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: left;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-difference-physicians__title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
}
.p-difference-physicians__description {
  font-size: 1rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 3rem;
  text-align: left;
}
@media (min-width: 768px) {
  .p-difference-physicians__description {
    font-size: 1.125rem;
    line-height: 2;
    margin-bottom: 4rem;
  }
}
.p-difference-physicians__grid {
  display: grid;
  gap: 1rem;
}
.p-difference-physicians__header-row {
  display: none;
}
@media (min-width: 768px) {
  .p-difference-physicians__header-row {
    display: grid;
    grid-template-columns: 1fr 2fr 1.25fr;
    gap: 1rem;
  }
  .p-difference-physicians__header-row .p-difference-physicians__cell:nth-child(2) {
    font-weight: 700;
  }
}
.p-difference-physicians__row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .p-difference-physicians__row {
    grid-template-columns: 1fr 2fr 1.25fr;
  }
  .p-difference-physicians__row .p-difference-physicians__cell:nth-child(2) {
    font-weight: 700;
  }
}
.p-difference-physicians__cell {
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.8;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .p-difference-physicians__cell {
    font-size: 1rem;
  }
}
.p-difference-physicians__cell--label {
  font-size: 1.25rem;
  font-weight: 700;
  background-color: transparent;
  text-align: center;
  padding: 1rem 1rem 0;
}
@media (min-width: 768px) {
  .p-difference-physicians__cell--label {
    font-size: 1rem;
    background-color: transparent;
    padding: 1rem;
  }
}
.p-difference-physicians__cell:nth-child(2) {
  background-color: #e9f7f5;
}
@media (min-width: 768px) {
  .p-difference-physicians__cell:nth-child(2) {
    background-color: transparent;
  }
}
.p-difference-physicians__cell:nth-child(3) {
  background-color: #F1F3F5;
}
@media (min-width: 768px) {
  .p-difference-physicians__cell:nth-child(3) {
    background-color: transparent;
  }
}
.p-difference-physicians__row .p-difference-physicians__cell:nth-child(2) {
  position: relative;
}
.p-difference-physicians__row .p-difference-physicians__cell:nth-child(2)::before {
  content: "産業医";
  display: block;
  font-weight: 700;
  color: #28AFA0;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-difference-physicians__row .p-difference-physicians__cell:nth-child(2)::before {
    display: none;
  }
}
.p-difference-physicians__row .p-difference-physicians__cell:nth-child(3) {
  position: relative;
}
.p-difference-physicians__row .p-difference-physicians__cell:nth-child(3)::before {
  content: "通常の医師";
  display: block;
  font-weight: 700;
  color: #495057;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-difference-physicians__row .p-difference-physicians__cell:nth-child(3)::before {
    display: none;
  }
}
.p-difference-physicians__cell--header {
  background-color: #e9f7f5;
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-difference-physicians__cell--header {
    font-size: 1.5rem;
    background-color: #28AFA0 !important;
  }
}
.p-difference-physicians__cell--highlight {
  background-color: #FFFFFF;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-difference-physicians__cell--highlight {
    background-color: #e9f7f5 !important;
  }
  .p-difference-physicians__row:nth-of-type(2) .p-difference-physicians__cell--highlight, .p-difference-physicians__row:nth-of-type(4) .p-difference-physicians__cell--highlight {
    background-color: transparent !important;
  }
  .p-difference-physicians .p-difference-physicians__row:nth-child(3) .p-difference-physicians__cell--highlight,
  .p-difference-physicians .p-difference-physicians__row:nth-child(5) .p-difference-physicians__cell--highlight {
    background-color: transparent !important;
  }
}
.p-difference-physicians__row .p-difference-physicians__cell:nth-child(2):not(.p-difference-physicians__cell--highlight) {
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .p-difference-physicians__row .p-difference-physicians__cell:nth-child(2):not(.p-difference-physicians__cell--highlight) {
    background-color: transparent;
  }
}
.p-difference-physicians__row--colored .p-difference-physicians__cell:first-child {
  background-color: transparent;
}
@media (min-width: 768px) {
  .p-difference-physicians__row--colored .p-difference-physicians__cell:first-child {
    background-color: #F1F3F5;
  }
  .p-difference-physicians__row--colored .p-difference-physicians__cell:nth-child(2):not(.p-difference-physicians__row--colored .p-difference-physicians__cell--highlight) {
    background-color: transparent;
  }
  .p-difference-physicians__row--colored .p-difference-physicians__cell:nth-child(2).p-difference-physicians__cell--highlight {
    background-color: #e9f7f5 !important;
  }
}
.p-difference-physicians__row--colored .p-difference-physicians__cell:last-child {
  background-color: #F1F3F5;
}
@media (min-width: 768px) {
  .p-difference-physicians__row--colored .p-difference-physicians__cell:last-child {
    background-color: #F1F3F5 !important;
  }
}
.p-difference-physicians__row .p-difference-physicians__cell:nth-child(2):not(.p-difference-physicians__cell--highlight) {
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .p-difference-physicians__row .p-difference-physicians__cell:nth-child(2):not(.p-difference-physicians__cell--highlight) {
    background-color: transparent;
  }
}
.p-difference-physicians__row--colored .p-difference-physicians__cell:first-child {
  background-color: transparent;
}
@media (min-width: 768px) {
  .p-difference-physicians__row--colored .p-difference-physicians__cell:first-child {
    background-color: #F1F3F5;
  }
  .p-difference-physicians__row--colored .p-difference-physicians__cell:nth-child(2):not(.p-difference-physicians__row--colored .p-difference-physicians__cell--highlight) {
    background-color: transparent;
  }
  .p-difference-physicians__row--colored .p-difference-physicians__cell:nth-child(2).p-difference-physicians__cell--highlight {
    background-color: #e9f7f5 !important;
  }
}
.p-difference-physicians__row--colored .p-difference-physicians__cell:last-child {
  background-color: #F1F3F5;
}
@media (min-width: 768px) {
  .p-difference-physicians__row--colored .p-difference-physicians__cell:last-child {
    background-color: #F1F3F5 !important;
  }
}
.p-difference-physicians__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p-difference-physicians__list {
    text-align: left;
  }
}
.p-difference-physicians__list li {
  margin-bottom: 0.25rem;
}
.p-difference-physicians__list li:last-child {
  margin-bottom: 0;
}
.p-difference-physicians__list li::before {
  content: "• ";
  margin-right: 0.25rem;
}

.p-about-business {
  padding: 6rem 0 3rem;
  background-color: #F5F8FA;
}
@media (min-width: 1024px) {
  .p-about-business {
    padding: 8rem 0 8rem;
  }
}
.p-about-business__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-about-business__header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 3.75rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-about-business__header {
    gap: 2rem;
    text-align: left;
  }
}
.p-about-business__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #333333;
}
@media (min-width: 768px) {
  .p-about-business__title {
    font-size: 1.875rem;
  }
}
.p-about-business__subtitle {
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}

.p-requirements {
  padding: 6rem 0 3rem;
}
@media (min-width: 1024px) {
  .p-requirements {
    padding: 8rem 0 8rem;
  }
}
.p-requirements__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-requirements__title {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: left;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-requirements__title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
}
.p-requirements__intro {
  font-size: 1rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 4rem;
  text-align: left;
}
@media (min-width: 768px) {
  .p-requirements__intro {
    font-size: 1.125rem;
    line-height: 2;
    margin-bottom: 6rem;
  }
}
.p-requirements__row {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .p-requirements__row {
    gap: 4rem;
  }
}
.p-requirements__row:last-child {
  margin-bottom: 0;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .p-requirements__row:first-child {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-requirements__row:first-child {
    flex-direction: row-reverse;
  }
  .p-requirements__row:last-child {
    flex-direction: row-reverse;
  }
}
.p-requirements__left, .p-requirements__right {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .p-requirements__left, .p-requirements__right {
    flex: 1 1 45%;
  }
}
.p-requirements__heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-requirements__heading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-requirements__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #495057;
}
@media (min-width: 768px) {
  .p-requirements__text {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.p-requirements__link {
  color: #28AFA0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
}
.p-requirements__link:hover {
  text-decoration: underline;
}
.p-requirements__left img, .p-requirements__right img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-physician-count {
  padding: 6rem 0 3rem;
  background-color: #E9F7F5;
}
@media (min-width: 1024px) {
  .p-physician-count {
    padding: 8rem 0 8rem;
  }
}
.p-physician-count__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-physician-count__title {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-physician-count__title {
    font-size: 1.875rem;
    margin-bottom: 2rem;
  }
}
.p-physician-count__intro {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-physician-count__intro {
    margin-bottom: 2rem;
  }
}
.p-physician-count__intro-text {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #495057;
  text-align: left;
  margin-bottom: 1rem;
}
.p-physician-count__intro-text:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-physician-count__intro-text {
    font-size: 1rem;
    line-height: 2;
  }
}
.p-physician-count__note {
  margin-bottom: 4rem;
  font-size: 0.75rem;
  line-height: 1.8;
  color: #495057;
}
@media (min-width: 768px) {
  .p-physician-count__note {
    font-size: 0.875rem;
  }
}
.p-physician-count__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .p-physician-count__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .p-physician-count__cards {
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
  }
}
.p-physician-count__card {
  background-color: white;
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}
@media (min-width: 640px) {
  .p-physician-count__card:nth-child(5) {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .p-physician-count__card:nth-child(1), .p-physician-count__card:nth-child(2), .p-physician-count__card:nth-child(3) {
    grid-column: span 2;
  }
  .p-physician-count__card:nth-child(4), .p-physician-count__card:nth-child(5) {
    grid-column: span 3;
  }
}
.p-physician-count__card-header {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.p-physician-count__card-number {
  font-size: 1.5rem;
  color: #28AFA0;
  font-weight: 900;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .p-physician-count__card-number {
    font-size: 1.875rem;
  }
}
.p-physician-count__card-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.p-physician-count__card-visual img {
  display: block;
  max-width: 230px;
  height: auto;
}
.p-physician-count__card-type {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #212529;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-physician-count__card-type {
    font-size: 1.25rem;
  }
}
.p-physician-count__card-links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.p-physician-count__card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  background-color: white;
  border: 1px solid #28AFA0;
  border-radius: 9999px;
  color: #495057;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 250ms ease-in-out;
}
.p-physician-count__card-link:hover {
  background-color: #28AFA0;
  color: white;
}
.p-physician-count__card-link svg {
  flex-shrink: 0;
}
.p-physician-count__legal-note {
  padding: 0;
  margin-bottom: 3rem;
  font-size: 0.75rem;
  line-height: 1.8;
  color: #495057;
}
.p-physician-count__legal-link {
  color: #28AFA0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.p-physician-count__legal-link:hover {
  text-decoration: underline;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-xs {
  margin-top: 0.25rem;
}

.u-mt-sm {
  margin-top: 0.5rem;
}

.u-mt-md {
  margin-top: 1rem;
}

.u-mt-lg {
  margin-top: 1.5rem;
}

.u-mt-xl {
  margin-top: 2rem;
}

.u-mt-2xl {
  margin-top: 3rem;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-xs {
  margin-bottom: 0.25rem;
}

.u-mb-sm {
  margin-bottom: 0.5rem;
}

.u-mb-md {
  margin-bottom: 1rem;
}

.u-mb-lg {
  margin-bottom: 1.5rem;
}

.u-mb-xl {
  margin-bottom: 2rem;
}

.u-mb-2xl {
  margin-bottom: 3rem;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-font-light {
  font-weight: 300;
}

.u-font-normal {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-bold {
  font-weight: 700;
}

.u-text-primary {
  color: #212529;
}

.u-text-secondary {
  color: #495057;
}

.u-text-tertiary {
  color: #6C757D;
}

.u-text-inverse {
  color: #FFFFFF;
}

.u-block {
  display: block;
}

.u-inline {
  display: inline;
}

.u-inline-block {
  display: inline-block;
}

.u-hidden {
  display: none;
}

.u-visible {
  visibility: visible;
}

.u-invisible {
  visibility: hidden;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.u-hide-on-mobile {
  display: none;
}
@media (min-width: 768px) {
  .u-hide-on-mobile {
    display: block;
  }
}

.u-hide-on-desktop {
  display: block;
}
@media (min-width: 768px) {
  .u-hide-on-desktop {
    display: none;
  }
  .md\:hidden{
    display: none;
  }
}/*# sourceMappingURL=v2.css.map */
