@charset "UTF-8";

/*-- globalフォルダの中の_index.scss --*/
.pc-hidden {
  display: none;
}

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

.sp-hidden {
  display: block;
}

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

/*-- baseフォルダの中の_index.scss --*/
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
  color: #333333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a {
  transition: opacity 0.3s ease;
}

a img {
  transition-property: opacity;
  transition-duration: 0.2s;
  backface-visibility: hidden;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }

  a:hover img {
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

small {
  font-size: inherit;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*-- componentフォルダの中の_index.scss --*/
.consultation-button {
  text-align: center;
}

.consultation-button .btn-copy {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  color: #f6847d;
}

.consultation-button .btn-copy:before {
  color: #f6847d;
  margin-right: 0.5rem;
  content: "＼";
}

.consultation-button .btn-copy:after {
  color: #f6847d;
  margin-left: 0.5rem;
  content: "／";
}

.consultation-button .arrow-btn {
  color: #fff;
  background-color: #f6847d;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 15px 15px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.consultation-button .arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
  /* circle */
  margin-left: 10px;
  border: 10px solid #fff;
  background: #fff;
  border-radius: 50%;
  box-sizing: content-box;
}

.consultation-button .arrow-right::before,
.consultation-button .arrow-right::after {
  content: "";
  position: absolute;
  background: #f6847d;
  border-radius: 0.1em;
}

.consultation-button .arrow-right::before {
  top: 4px;
  left: 0;
  right: 4px;
  height: 0.2em;
}

.consultation-button .arrow-right::after {
  top: 4px;
  right: 4px;
  bottom: 0;
  width: 0.2em;
}

.pageFlex-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.pageFlex-container__footer {
  margin-top: auto;
}

.tellink {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .tellink {
    pointer-events: auto;
  }
}

.m-title1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4230769231;
  letter-spacing: 0em;
  text-align: center;
  padding-bottom: 0.6em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .m-title1 {
    font-size: clamp(1.625rem, 6.93vw, 3.25rem);
  }
}

.m-title1::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 2px;
  background-color: #067289;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .m-title1::before {
    width: clamp(4rem, 17.07vw, 8rem);
    height: clamp(0.125rem, 0.53vw, 0.25rem);
  }
}

.m-title1 .color {
  color: #067289;
}

.m-title1.m-title1--white {
  color: #fff;
}

.m-title1.m-title1--white::before {
  background-color: #fff;
}

.m-title2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4230769231;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  background-color: #067289;
}

@media screen and (max-width: 768px) {
  .m-title2 {
    font-size: clamp(1.625rem, 6.93vw, 3.25rem);
    padding-top: clamp(1.563rem, 6.67vw, 3.125rem);
    padding-bottom: clamp(1.563rem, 6.67vw, 3.125rem);
  }
}

.m-title3 {
  text-align: center;
}

.m-title3 .m-title3__en {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  color: #067289;
}

@media screen and (max-width: 768px) {
  .m-title3 .m-title3__en {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }
}

.m-title3 .m-title3__ja {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .m-title3 .m-title3__ja {
    font-size: clamp(1.375rem, 5.87vw, 2.75rem);
  }
}

.wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px) {
  .wrapper {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}

/*-- javascriptフォルダの中の_index.scss --*/
@media screen and (max-width: 768px) {
  .js-step-slider .slick-list {
    overflow: visible;
  }

  .js-step-slider .dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }

  .js-step-slider .dots-class {
    display: flex;
    justify-content: center;
    margin-top: clamp(2.125rem, 9.07vw, 4.25rem);
  }

  .js-step-slider .dots-class li {
    width: clamp(0.625rem, 2.67vw, 1.25rem);
    height: clamp(0.625rem, 2.67vw, 1.25rem);
    background-color: #e3eff1;
    border-radius: 50%;
    margin-right: clamp(0.813rem, 3.47vw, 1.625rem);
    cursor: pointer;
  }

  .js-step-slider .dots-class li.slick-active {
    background-color: #067289;
  }

  .js-step-slider .dots-class li:last-child {
    margin-right: 0;
  }
}

.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition:
    opacity 1s,
    visibility 1s,
    transform 1s;
}

.inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*-- layoutフォルダの中の_index.scss --*/
.l-footer {
  background-color: rgba(6, 114, 137, 0.11);
}

@media screen and (max-width: 768px) {
  .l-footer {
    margin-bottom: clamp(4.688rem, 20vw, 9.375rem);
  }
}

.l-footer .l-footer__container {
  padding-bottom: 140px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer .l-footer__container {
    padding-bottom: clamp(8.75rem, 37.33vw, 17.5rem);
  }
}

.l-footer .l-footer__logo {
  width: min(100%, 132px);
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .l-footer .l-footer__logo {
    width: 39%;
  }
}

.l-footer .l-footer-links {
  margin-top: 33px;
}

@media screen and (max-width: 768px) {
  .l-footer .l-footer-links {
    margin-top: clamp(2.188rem, 9.33vw, 4.375rem);
  }
}

.l-footer .l-footer-links .link {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-footer .l-footer-links .link {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
    margin-top: 0.2em;
  }
}

.l-footer .l-footer-links .link::first-child {
  margin-top: 0;
}

.l-footer .small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 3.2em;
}

@media screen and (max-width: 768px) {
  .l-footer .small {
    font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  }
}

/* commerce */
.commerce {
  text-align: center;
}

table {
  text-align: left;
  display: inline-block;
  border-collapse: collapse;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

caption h2 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
}

th {
  padding: 10px;
  background-color: rgba(6, 114, 137, 0.11);
  border: solid 1px #748ca5;
}

td {
  padding: 10px;
  border: solid 1px #748ca5;
}

td:first-child {
  background: rgba(6, 114, 137, 0.11);
}

@media screen and (max-width: 768px) {
  caption h2 {
    font-size: 25px;
    text-align: center;
  }

  td {
    display: block;
  }
}

/* footer */
.commerce-footer .commerce-footer__container {
  text-align: center;
}

.commerce-footer .small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 50px auto;
}

.l-header .l-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .l-header .l-header__container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .l-header .l-header__logo {
    width: min(100%, 76px);
  }
}

.l-header .l-header-consultation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.l-header .l-header-consultation .text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 0.45em 0.75em;
  border-radius: 4px;
  color: #fff;
  background-color: #f6847d;
}

.l-main {
  overflow: hidden;
}

.l-main .kv .kv-main .kv-main__inner {
  max-width: 1280px;
  margin-inline: auto;
}

.l-main .kv .kv-main .kv-main-box {
  top: 102px;
  left: 60px;
  position: absolute;
}

@media screen and (max-width: 1280px) {
  .l-main .kv .kv-main .kv-main-box {
    top: 16%;
    left: calc(50% - 34.375vw);
  }
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-main .kv-main-box {
    top: 5%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
  }
}

.l-main .kv .kv-main .kv-main-box .kv-main-box__head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4782608696;
  letter-spacing: 0em;
  color: #067289;
}

@media screen and (max-width: 1280px) {
  .l-main .kv .kv-main .kv-main-box .kv-main-box__head {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-main .kv-main-box .kv-main-box__head {
    font-size: clamp(1rem, 4.27vw, 2rem);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.l-main .kv .kv-main .kv-main-box .kv-main-box__head::before,
.l-main .kv .kv-main .kv-main-box .kv-main-box__head::after {
  content: "";
  background-color: #333333;
  height: 1px;
  width: 1.4em;
}

.l-main .kv .kv-main .kv-main-box .kv-main-box__head::before {
  margin-right: 5px;
  transform: rotate(55deg);
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-main .kv-main-box .kv-main-box__head::before {
    margin-right: 0;
  }
}

.l-main .kv .kv-main .kv-main-box .kv-main-box__head::after {
  margin-left: 5px;
  transform: rotate(-55deg);
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-main .kv-main-box .kv-main-box__head::after {
    margin-left: 0;
  }
}

.l-main .kv .kv-main .kv-main-box .kv-main-box__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0em;
  margin-top: 0.7em;
}

@media screen and (max-width: 1280px) {
  .l-main .kv .kv-main .kv-main-box .kv-main-box__title {
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-main .kv-main-box .kv-main-box__title {
    font-size: clamp(1.75rem, 7.47vw, 3.5rem);
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    margin-top: 0.3em;
  }
}

.l-main .kv .kv-main .kv-main-box .kv-main-box__title .color-blue {
  color: #067289;
}

.l-main .kv .kv-main .kv-main-bottom {
  display: inline-block;
  text-align: center;
  padding: 15px 25px 14px 27px;
  top: 338px;
  left: 55px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.58);
  border-radius: 6px;
}

@media screen and (max-width: 1280px) {
  .l-main .kv .kv-main .kv-main-bottom {
    width: min(100%, 31.484vw);
    top: 53%;
    left: calc(50% - 34.765vw);
    padding: 1.171vw 1.9531vw 1.0937vw 2.1093vw;
  }
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-main .kv-main-bottom {
    width: 92%;
    text-align: center;
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
    padding: clamp(0.625rem, 2.67vw, 1.25rem);
  }
}

.l-main .kv .kv-main .kv-main-bottom .kv-main-bottom__lead {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}

@media screen and (max-width: 1280px) {
  .l-main .kv .kv-main .kv-main-bottom .kv-main-bottom__lead {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-main .kv-main-bottom .kv-main-bottom__lead {
    font-size: clamp(1rem, 4.27vw, 2rem);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.l-main .kv .kv-main .kv-main-bottom .kv-main-bottom__lead .color-pink {
  color: #f6847d;
}

.l-main .kv .kv-main .kv-main-bottom .kv-main-bottom__lead .big {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 7px;
}

@media screen and (max-width: 1280px) {
  .l-main .kv .kv-main .kv-main-bottom .kv-main-bottom__lead .big {
    width: min(100%, 27.421vw);
    margin-top: 1.0937vw;
    margin-bottom: 0.5468vw;
  }
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-main .kv-main-bottom .kv-main-bottom__lead .big {
    width: 95%;
    margin-top: clamp(0.625rem, 2.67vw, 1.25rem);
    margin-bottom: clamp(0.438rem, 1.87vw, 0.875rem);
  }
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-main .kv-main-bottom .kv-main-bottom__lead .big img {
    width: 100%;
  }
}

.left {
  opacity: 0;
  transition: all 0.5s ease;
}

.left.show {
  opacity: 1;
  transform: none;
}

.right {
  opacity: 0;
  transition: all 0.1s ease;
  z-index: 1000;
}

.right.show {
  opacity: 1;
  transform: none;
}

.l-main .kv .kv-main .line-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: min(100%, 280px);
  padding: 10px;
  color: #fff;
  background-color: #f6847d;
  border-radius: 4px;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-main .line-fixed {
    padding: 10px 15px;
    width: min(92%, 345px);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
  }
}

.l-main .kv .kv-main .line-fixed .icon {
  display: block;
  margin-right: 10px;
}

.l-main .kv .kv-main .line-fixed .text {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-left: 0.7em;
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-main .line-fixed .text {
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
    margin-left: 0;
  }
}

.l-main .kv .kv-main .qrcode-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 0px;
  color: #fff;
  border-radius: 4px;
  z-index: 99;
}

.l-main .kv .kv-main .qrcode-fixed .icon {
  display: block;
  margin-right: 10px;
}

.l-main .kv .kv-main .balloon {
  position: fixed;
  bottom: 73px;
  right: 35px;
  padding: 3px 10px;
  background-color: #fff;
  font-weight: 500;
  color: #f6847d;
  border: #f6847d 2px solid;
  border-radius: 10px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-main .balloon {
    white-space: nowrap;
    bottom: 75px;
    padding: 3px 10px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.l-main .kv .kv-main .balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: 33px;
  border-right: 10px solid transparent;
  border-top: 10px solid #f6847d;
  border-left: 10px solid transparent;
  z-index: 101;
}

.l-main .kv .kv-main .balloon::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: 30px;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  z-index: 102;
}

.l-main .kv .kv-other {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #f9f8f6;
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-other {
    padding-top: clamp(2.5rem, 10.67vw, 5rem);
    padding-bottom: clamp(2.5rem, 10.67vw, 5rem);
  }
}

.l-main .kv .kv-other .kv-other-list {
  display: flex;
  align-items: center;
  padding-top: 26px;
  padding-left: 52px;
  padding-bottom: 25px;
  border-radius: 15px;
  background-color: #fff;
}

@media screen and (max-width: 1000px) {
  .l-main .kv .kv-other .kv-other-list {
    justify-content: space-between;
    padding-left: 1%;
  }
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-other .kv-other-list {
    display: block;
    padding-top: clamp(1.625rem, -0.125rem + 7.47vw, 3.375rem);
    padding-bottom: clamp(1.563rem, 6.67vw, 3.125rem);
    padding-left: clamp(0.938rem, 4vw, 1.875rem);
  }
}

.l-main .kv .kv-other .item {
  width: 32%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-other .item {
    width: 100%;
    margin-top: clamp(0.625rem, 2.67vw, 1.25rem);
  }

  .l-main .kv .kv-other .item:first-child {
    margin-top: 0;
  }
}

.l-main .kv .kv-other .item .item__icon {
  flex-shrink: 0;
  width: min(100%, 80px);
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-other .item .item__icon {
    width: min(100%, clamp(5rem, 21.33vw, 10rem));
    margin-right: clamp(0.938rem, 4vw, 1.875rem);
  }
}

.l-main .kv .kv-other .item .item-content .item-content__head {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  color: #f6847d;
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-other .item .item-content .item-content__head {
    font-size: clamp(1.125rem, 4.8vw, 2.25rem);
  }
}

.l-main .kv .kv-other .item .item-content .item-content__detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  margin-top: 0.2em;
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-other .item .item-content .item-content__detail {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }
}

.l-main .kv .kv-about {
  padding-top: 72px;
  padding-bottom: 56px;
  background-color: rgba(6, 114, 137, 0.11);
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-about {
    padding-top: clamp(4.625rem, 19.73vw, 9.25rem);
    padding-bottom: clamp(3.5rem, 14.93vw, 7rem);
  }
}

.l-main .kv .kv-about .kv-about__inner {
  display: flex;
  padding: 60px 120px 40px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .l-main .kv .kv-about .kv-about__inner {
    padding: 60px 3% 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-about .kv-about__inner {
    flex-direction: column;
    padding: clamp(3.313rem, 14.13vw, 6.625rem) 3.5% clamp(1.875rem, 8vw, 3.75rem);
  }
}

.l-main .kv .kv-about .kv-about__head {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0em;
  text-align: center;
  width: min(100%, 331px);
  padding: 0.3em 0.1em;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background-color: #067289;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-about .kv-about__head {
    font-size: clamp(1.25rem, 5.33vw, 2.5rem);
    top: -4%;
    width: 74%;
  }
}

.l-main .kv .kv-about .kv-about-content {
  width: 51%;
  margin-right: 47px;
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-about .kv-about-content {
    width: 100%;
    display: contents;
  }
}

.l-main .kv .kv-about .kv-about-content .kv-about-content__detail {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-about .kv-about-content .kv-about-content__detail {
    font-size: clamp(1rem, 4.27vw, 2rem);
    text-align: center;
  }
}

.l-main .kv .kv-about .kv-about-content .kv-about-content__detail .color {
  color: #f6847d;
  font-weight: 700;
}

.l-main .kv .kv-about .kv-about-content .kv-about-content__attention {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 1em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-about .kv-about-content .kv-about-content__attention {
    order: 2;
    font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  }
}

.l-main .kv .kv-about .kv-about-content .kv-about-content__attention::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.l-main .kv .kv-about .kv-about-content__mark {
  width: 39%;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 768px) {
  .l-main .kv .kv-about .kv-about-content__mark {
    width: 93%;
    margin-inline: auto;
    margin-top: clamp(1.313rem, 5.6vw, 2.625rem);
    margin-bottom: 1.4em;
  }
}

.l-main .feature {
  background-color: #fffdd8;
}

.l-main .feature .feature__container {
  padding-top: 55px;
  padding-bottom: 63px;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature__container {
    padding-top: clamp(3.688rem, 0.765rem + 12.47vw, 6.75rem);
    padding-bottom: clamp(3.688rem, 0.765rem + 12.47vw, 6.75rem);
  }
}

.l-main .feature .feature__title {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature__title {
    column-gap: clamp(0.25rem, 0.011rem + 1.02vw, 0.5rem);
  }
}

.l-main .feature .feature__title span {
  display: block;
}

.l-main .feature .feature__title .text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4230769231;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature__title .text {
    font-size: clamp(1.375rem, 0.063rem + 5.6vw, 2.75rem);
  }
}

.l-main .feature .feature__title .star {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature__title .star {
    width: clamp(1.563rem, 0.072rem + 6.36vw, 3.125rem);
  }
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature__title .star img {
    width: 100%;
  }
}

.l-main .feature .feature__box {
  margin-top: 31px;
  padding-bottom: 95px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature__box {
    margin-top: clamp(1.563rem, 0.072rem + 6.36vw, 3.125rem);
    padding-bottom: clamp(4.625rem, 0.212rem + 18.83vw, 9.25rem);
  }
}

.l-main .feature .feature__box::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 65px solid transparent;
  border-left: 65px solid transparent;
  border-top: 45px solid #067289;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature__box::after {
    border-right-width: clamp(2.938rem, 0.194rem + 11.7vw, 5.813rem);
    border-left-width: clamp(2.938rem, 0.194rem + 11.7vw, 5.813rem);
    border-top-width: clamp(2.063rem, 0.094rem + 8.4vw, 4.125rem);
  }
}

.l-main .feature .feature__box .feature-list .item {
  display: flex;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature__box .feature-list .item {
    min-height: clamp(4.375rem, 0.2rem + 17.81vw, 8.75rem);
    margin-top: clamp(0.688rem, 0.031rem + 2.8vw, 1.375rem);
  }
}

.l-main .feature .feature__box .feature-list .item:first-child {
  margin-top: 0;
}

.l-main .feature .feature__box .feature-list .item .item__check {
  width: min(100%, 63px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #067289;
  border-radius: 8px 0 0 8px;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature__box .feature-list .item .item__check {
    width: min(100%, clamp(2.813rem, 0.129rem + 11.45vw, 5.625rem));
  }
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature__box .feature-list .item .item__check img {
    width: 43%;
  }
}

.l-main .feature .feature__box .feature-list .item .item__detail {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 0.9em 1em;
  background-color: #fff;
  border-radius: 0 8px 8px 0;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature__box .feature-list .item .item__detail {
    display: flex;
    align-items: center;
    font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
    padding: 0.6em 0.7em;
    border-radius: clamp(0.5rem, 0.023rem + 2.04vw, 1rem);
  }
}

.l-main .feature .feature__box .feature-list .item .item__detail .color {
  color: #f6847d;
}

.l-main .feature .feature__box .feature__attention {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature__box .feature__attention {
    font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
    margin-top: 1.7em;
  }
}

.l-main .feature .feature-consultation {
  margin-top: 34px;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature-consultation {
    margin-top: clamp(1rem, 0.046rem + 4.07vw, 2rem);
  }
}

.l-main .feature .feature-consultation .feature-consultation__subtitle {
  text-align: center;
}

.l-main .feature .feature-consultation .feature-consultation__subtitle .text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4230769231;
  letter-spacing: 0em;
  display: inline;
  background: linear-gradient(transparent 65%, rgba(246, 132, 125, 0.49) 65%);
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature-consultation .feature-consultation__subtitle .text {
    font-size: clamp(1.375rem, 0.063rem + 5.6vw, 2.75rem);
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature-consultation .feature-consultation__subtitle .text .small {
    font-size: clamp(1.25rem, 0.057rem + 5.09vw, 2.5rem);
    margin-top: 0.5em;
  }
}

.l-main .feature .feature-consultation .feature-consultation__subtitle::before {
  content: none;
}

.l-main .feature .feature-consultation .feature-consultation__img {
  text-align: center;
  margin-top: 37px;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature-consultation .feature-consultation__img {
    margin-top: clamp(1.063rem, 0.049rem + 4.33vw, 2.125rem);
    margin-inline: -1.5%;
  }
}

.l-main .feature .feature-consultation .feature-consultation__detail {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature-consultation .feature-consultation__detail {
    font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
    line-height: 1.4;
    text-align: left;
    margin-top: 1em;
  }
}

.l-main .feature .feature-consultation .feature-consultation__attention {
  margin: 20px auto;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature-consultation .feature-consultation__attention {
    width: 95%;
  }
}

.l-main .feature .feature-consultation .feature-consultation__attention .big {
  font-size: 12px;
  line-height: 1.5555555556;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature-consultation .feature-consultation__attention .big {
    font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  }
}

.l-main .feature .feature-consultation .feature-consultation__attention .feature__attention {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 1em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main .feature .feature-consultation .feature-consultation__attention .feature__attention {
    font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  }
}

.l-main .feature .feature-consultation .feature-consultation__attention .feature__attention::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.l-main .feature .feature-consultation .feature-consultation__detail .color {
  color: #f6847d;
  font-weight: 700;
}

.l-main .problem {
  background-color: #f9f8f6;
}

.l-main .problem .problem__container {
  padding-top: 56px;
  padding-bottom: 56px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 800px) {
  .l-main .problem .problem__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem__container {
    padding-top: clamp(3.5rem, 14.93vw, 7rem);
    padding-bottom: clamp(3.625rem, 15.47vw, 7.25rem);
  }
}

.l-main .problem .problem-list {
  max-width: 635px;
  margin-inline: auto;
  padding-right: 45px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-list {
    padding-right: 0;
    margin-top: clamp(2.5rem, 10.67vw, 5rem);
    max-width: none;
  }
}

.l-main .problem .problem-list .problem-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  width: 80%;
  padding: 0.9em 2em;
  background-color: #fff;
  border-radius: 0.9em;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-list .problem-list__item {
    font-size: clamp(1rem, 4.27vw, 2rem);
    padding: 0.9em 1em;
    margin-top: clamp(1.438rem, 6.13vw, 2.875rem);
  }
}

.l-main .problem .problem-list .problem-list__item:first-child {
  margin-top: 0;
}

.l-main .problem .problem-list .problem-list__item:nth-child(2n) {
  margin-left: auto;
}

.l-main .problem .problem-list .problem-list__item01 {
  width: 65%;
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-list .problem-list__item01 {
    width: 78%;
  }
}

.l-main .problem .problem-list .problem-list__item02 {
  width: 73%;
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-list .problem-list__item02 {
    width: 93%;
  }
}

.l-main .problem .problem-list .problem-list__item03 {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-list .problem-list__item03 {
    width: 69%;
  }
}

.l-main .problem .problem-list .problem-list__item04 {
  width: 74%;
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-list .problem-list__item04 {
    width: 93%;
  }
}

.l-main .problem .problem-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 64px;
  margin-top: 24px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-lead {
    display: block;
    text-align: center;
    padding-top: clamp(4.313rem, 18.4vw, 8.625rem);
    margin-top: clamp(1.5rem, 6.4vw, 3rem);
  }
}

.l-main .problem .problem-lead::before {
  content: "";
  display: inline-block;
  background-image: url("../img/problem/arrow01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 68px;
  padding-top: 39px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-lead::before {
    width: clamp(4.25rem, 18.13vw, 8.5rem);
    padding-top: clamp(2.438rem, 10.4vw, 4.875rem);
  }
}

.l-main .problem .problem-lead .problem-lead__text01 {
  display: block;
}

.l-main .problem .problem-lead .problem-lead__text01 .big {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-lead .problem-lead__text01 .big {
    font-size: clamp(1.25rem, 5.33vw, 2.5rem);
  }
}

.l-main .problem .problem-lead .problem-lead__text01 .small {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-lead .problem-lead__text01 .small {
    font-size: clamp(1rem, 4.27vw, 2rem);
    margin-top: 0.4em;
  }
}

.l-main .problem .problem-lead .problem-lead__text02 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-align: center;
  margin-left: 0.5em;
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-lead .problem-lead__text02 {
    font-size: clamp(2rem, 8.53vw, 4rem);
    margin-top: 0.4em;
    margin-left: 0;
  }
}

.l-main .problem .problem-lead .problem-lead__text02 .color {
  color: #f6847d;
}

.l-main .problem .problem-effect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 125px 40px 100px;
  margin-top: 25px;
  background-color: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 1000px) {
  .l-main .problem .problem-effect {
    padding: 45px 50px 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-effect {
    display: block;
    padding: clamp(2.063rem, 8.8vw, 4.125rem) clamp(0.875rem, 3.73vw, 1.75rem) clamp(2rem, 8.53vw, 4rem);
    margin-top: clamp(2rem, 8.53vw, 4rem);
    border-radius: clamp(0.938rem, 4vw, 1.875rem);
  }
}

.l-main .problem .problem-effect .num {
  width: 39%;
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-effect .num {
    width: 100%;
    text-align: center;
  }
}

.l-main .problem .problem-effect .num .num__head {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-effect .num .num__head {
    font-size: clamp(1rem, 4.27vw, 2rem);
  }
}

.l-main .problem .problem-effect .num .num__head .color {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #067289;
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-effect .num .num__head .color {
    font-size: clamp(1.25rem, 5.33vw, 2.5rem);
  }
}

.l-main .problem .problem-effect .num .num__big {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4333333333;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-top: 0.2em;
  color: #f6847d;
  background: linear-gradient(transparent 75%, #fff5bf 75%);
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-effect .num .num__big {
    display: inline-block;
    font-size: clamp(5rem, 21.33vw, 10rem);
    margin-top: 0.25em;
  }
}

.l-main .problem .problem-effect .attention {
  width: 51%;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-effect .attention {
    width: 100%;
    margin-top: clamp(1.5rem, 6.4vw, 3rem);
  }
}

.l-main .problem .problem-effect .attention .attention__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .problem .problem-effect .attention .attention__text {
    font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  }
}

/*  */
.l-main .problem .problem-effect .attention .attention__text .link {
  color: #067289;
  border-bottom: 1px solid #067289;
}

.l-main .about {
  background-color: #e3eff1;
}

.l-main .about .about__container {
  padding-top: 56px;
  padding-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .l-main .about .about__container {
    padding-top: clamp(3rem, 12.8vw, 6rem);
    padding-bottom: clamp(3.5rem, 14.93vw, 7rem);
  }
}

.l-main .about .about__head {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5454545455;
  letter-spacing: 0em;
  text-align: center;
  color: #067289;
}

@media screen and (max-width: 768px) {
  .l-main .about .about__head {
    font-size: clamp(1.375rem, 5.87vw, 2.75rem);
  }
}

.l-main .about .about-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  max-width: 689px;
  margin-top: 2.3em;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .l-main .about .about-lead {
    font-size: clamp(1rem, 4.27vw, 2rem);
    margin-top: 1.1em;
    max-width: none;
  }
}

.l-main .about .about-lead .about-lead__text {
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .l-main .about .about-lead .about-lead__text {
    margin-top: 0;
  }
}

.l-main .about .about-lead .about-lead__text:first-child {
  margin-top: 0;
}

.l-main .about .about-lead .about-lead-list {
  display: flex;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .l-main .about .about-lead .about-lead-list {
    display: block;
    margin-top: 0;
  }
}

.l-main .about .about-lead .about-lead-list .about-lead-list__item {
  font-weight: 700;
  margin-left: 2.5em;
  color: #f6847d;
}

@media screen and (max-width: 768px) {
  .l-main .about .about-lead .about-lead-list .about-lead-list__item {
    margin-left: 0;
  }
}

.l-main .about .about-lead .about-lead-list .about-lead-list__item:first-child {
  margin-left: 0;
}

.l-main .about .about-area {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .l-main .about .about-area {
    display: block;
    margin-top: clamp(2.375rem, 10.13vw, 4.75rem);
    margin-inline: 4.375%;
  }
}

.l-main .about .about-area .about-area__item {
  width: 31.5%;
  padding: 24px 20px 25px;
  background-color: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 1000px) {
  .l-main .about .about-area .about-area__item {
    padding: 24px 10px 25px;
  }
}

@media screen and (max-width: 768px) {
  .l-main .about .about-area .about-area__item {
    width: 100%;
    padding: clamp(1.5rem, 6.4vw, 3rem) clamp(1.125rem, 4.8vw, 2.25rem) clamp(1.563rem, 6.67vw, 3.125rem);
    margin-top: clamp(1.25rem, 5.33vw, 2.5rem);
    border-radius: clamp(0.938rem, 4vw, 1.875rem);
  }
}

.l-main .about .about-area .about-area__item:first-child {
  margin-top: 0;
}

.l-main .about .about-area .about-area__item .about-area__icon {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-main .about .about-area .about-area__item .about-area__icon {
    width: min(100%, clamp(7.188rem, 30.67vw, 14.375rem));
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .l-main .about .about-area .about-area__item .about-area__icon img {
    width: 100%;
  }
}

.l-main .about .about-area .about-area__item .about-area__subhead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 0.7em;
  color: #067289;
}

@media screen and (max-width: 768px) {
  .l-main .about .about-area .about-area__item .about-area__subhead {
    font-size: clamp(1.125rem, 4.8vw, 2.25rem);
  }
}

.l-main .about .about-area .about-area__item .about-area__detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857142857;
  letter-spacing: 0em;
  padding-left: 1em;
  margin-top: 0.7em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main .about .about-area .about-area__item .about-area__detail {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }
}

.l-main .about .about-area .about-area__item .about-area__detail::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -4px;
}

.l-main .about .about-area .about-area__item .about-attention__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 1.2em;
  position: relative;
  margin-top: 0.7em;
}

.l-main .about .about-area .about-area__item .about-attention__text .link {
  color: #067289;
  border-bottom: 1px solid #067289;
}

.l-main .about .about-attention {
  margin-top: 41px;
}

@media screen and (max-width: 768px) {
  .l-main .about .about-attention {
    margin-top: clamp(1.375rem, 5.87vw, 2.75rem);
  }
}

.l-main .about .about-attention .about-attention__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 1.2em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main .about .about-attention .about-attention__text {
    font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  }
}

.l-main .about .about-attention .about-attention__text::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
}

.l-main .effect {
  background-color: #f9f8f6;
}

.l-main .effect .effect__container {
  padding-top: 58px;
  padding-bottom: 55px;
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 725px) {
  .l-main .effect .effect__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}

@media screen and (max-width: 768px) {
  .l-main .effect .effect__container {
    padding-top: clamp(3.625rem, 15.47vw, 7.25rem);
    padding-bottom: clamp(3.563rem, 15.2vw, 7.125rem);
    max-width: none;
    margin-inline: 4.375%;
  }
}

.l-main .effect .effect-list {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .l-main .effect .effect-list {
    margin-top: clamp(2.938rem, 12.53vw, 5.875rem);
  }
}

.l-main .effect .effect-list .item {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .l-main .effect .effect-list .item {
    margin-top: clamp(1.5rem, 6.4vw, 3rem);
  }
}

.l-main .effect .effect-list .item:first-child {
  margin-top: 0;
}

.l-main .effect .effect-list .item .item-num {
  width: min(100%, 71px);
  padding-top: 12px;
  padding-bottom: 8px;
  margin-right: 24px;
  flex-shrink: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background-color: #f6847d;
  border-radius: 14px;
}

@media screen and (max-width: 768px) {
  .l-main .effect .effect-list .item .item-num {
    width: min(100%, clamp(4.438rem, 18.93vw, 8.875rem));
    padding-top: clamp(0.75rem, 3.2vw, 1.5rem);
    padding-bottom: clamp(0.5rem, 2.13vw, 1rem);
    margin-right: clamp(0.938rem, 4vw, 1.875rem);
    border-radius: clamp(0.875rem, 3.73vw, 1.75rem);
  }
}

.l-main .effect .effect-list .item .item-num .item-num__head {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .effect .effect-list .item .item-num .item-num__head {
    font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  }
}

.l-main .effect .effect-list .item .item-num .item-num__big {
  display: block;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .effect .effect-list .item .item-num .item-num__big {
    font-size: clamp(2.188rem, 9.33vw, 4.375rem);
  }
}

.l-main .effect .effect-list .item .item__subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .effect .effect-list .item .item__subtitle {
    font-size: clamp(1rem, 4.27vw, 2rem);
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}

.l-main .intro {
  background-color: #067289;
}

.l-main .intro .intro__container {
  padding-top: 55px;
  padding-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .l-main .intro .intro__container {
    padding-top: clamp(3.438rem, 0.157rem + 13.99vw, 6.875rem);
    padding-bottom: clamp(3.438rem, 0.157rem + 13.99vw, 6.875rem);
  }
}

.l-main .intro .intro__title {
  padding-bottom: 0.4em;
}

.l-main .intro .intro-box {
  padding: 45px 165px 48px;
  margin-top: 35px;
  background-color: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 1000px) {
  .l-main .intro .intro-box {
    padding: 45px 10% 48px;
  }
}

@media screen and (max-width: 768px) {
  .l-main .intro .intro-box {
    padding: clamp(1.5rem, 0.069rem + 6.11vw, 3rem) 3%;
    margin-top: clamp(2.625rem, 0.12rem + 10.69vw, 5.25rem);
    border-radius: clamp(0.938rem, 0.043rem + 3.82vw, 1.875rem);
  }
}

.l-main .intro .intro-box .item .item-head {
  display: flex;
  align-items: center;
}

.l-main .intro .intro-box .item .item-head .item-head__icon {
  display: block;
  width: min(100%, 68px);
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .l-main .intro .intro-box .item .item-head .item-head__icon {
    width: min(100%, clamp(4.25rem, 0.195rem + 17.3vw, 8.5rem));
    margin-right: clamp(0.875rem, 0.04rem + 3.56vw, 1.75rem);
  }
}

.l-main .intro .intro-box .item .item-head .item-head__icon img {
  width: 100%;
}

.l-main .intro .intro-box .item .item-head .item-head__text {
  flex: 1;
}

.l-main .intro .intro-box .item .item-head .item-head__text .big {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .intro .intro-box .item .item-head .item-head__text .big {
    font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
  }
}

.l-main .intro .intro-box .item .item-head .item-head__text .small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .intro .intro-box .item .item-head .item-head__text .small {
    font-size: clamp(0.875rem, 0.04rem + 3.56vw, 1.75rem);
    margin-top: 0.2em;
  }
}

.l-main .intro .intro-box .item .item__img {
  margin-inline: -9.5%;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .l-main .intro .intro-box .item .item__img {
    margin-inline: -6%;
    margin-top: clamp(1.563rem, 0.072rem + 6.36vw, 3.125rem);
  }
}

.l-main .intro .intro-box .item .item__img img {
  width: 100%;
}

.l-main .intro .intro-box .item .item-detail {
  padding: 16px 22px;
  background-color: #f9f8f6;
  border-radius: 4px;
  margin-top: -14px;
}

@media screen and (max-width: 768px) {
  .l-main .intro .intro-box .item .item-detail {
    padding: clamp(0.625rem, 0.029rem + 2.54vw, 1.25rem) clamp(0.5rem, 0.023rem + 2.04vw, 1rem)
      clamp(1.063rem, 0.049rem + 4.33vw, 2.125rem);
    margin-top: clamp(0.813rem, 0.037rem + 3.31vw, 1.625rem);
  }
}

.l-main .intro .intro-box .item .item-detail .item-detail__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .intro .intro-box .item .item-detail .item-detail__text {
    font-size: clamp(0.875rem, 0.04rem + 3.56vw, 1.75rem);
  }
}

.l-main .plan .plan__container {
  padding-top: 58px;
  padding-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan__container {
    padding-top: clamp(3.625rem, 15.47vw, 7.25rem);
    padding-bottom: clamp(3.563rem, 15.2vw, 7.125rem);
  }
}

.l-main .plan .plan-box {
  margin-top: 44px;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-box {
    margin-top: clamp(2.5rem, 0.115rem + 10.18vw, 5rem);
  }
}

.l-main .plan .plan-box .plan-box__head {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1818181818;
  letter-spacing: 0em;
  padding: 0.45em 1.6em;
  background-color: #e3eff1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-box .plan-box__head {
    font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0em;
    padding: 0.7em 1.3em 0.6em;
  }
}

.l-main .plan .plan-box .plan-box__head::before {
  content: "";
  display: inline-block;
  background-color: #067289;
  position: absolute;
  width: 3px;
  height: 1.3em;
  top: 50%;
  left: 0.7em;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-box .plan-box__head::before {
    width: clamp(0.188rem, 0.009rem + 0.76vw, 0.375rem);
    height: 1.5em;
    left: 0.6em;
  }
}

.l-main .plan .plan-box table {
  width: 100%;
  table-layout: fixed;
  margin-top: 31px;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-box table {
    margin-top: clamp(1.5rem, 0.069rem + 6.11vw, 3rem);
  }
}

.l-main .plan .plan-box table tbody {
  display: block;
}

.l-main .plan .plan-box table th,
.l-main .plan .plan-box table td {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
}

.l-main .plan .plan-box table td {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-box table td {
    display: table-cell;
  }
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-box-table01--pc {
    display: none;
  }
}

.l-main .plan .plan-box-table01--pc th {
  width: 75%;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  background: #f5f5f5;
}

@media screen and (max-width: 1000px) {
  .l-main .plan .plan-box-table01--pc th {
    font-size: 16px;
  }
}

.l-main .plan .plan-box-table01--pc th.theme-first {
  width: 250px;
}

@media screen and (max-width: 1000px) {
  .l-main .plan .plan-box-table01--pc th.theme-first {
    width: 220px;
  }
}

.l-main .plan .plan-box-table01--pc th.theme-blue {
  color: #fff;
  background-color: #067289;
}

.l-main .plan .plan-box-table01--pc th.theme-blueText {
  color: #067289;
}

.l-main .plan .plan-box-table01--pc th.theme-red {
  color: #fff;
  background-color: #f6847d;
  border-bottom: none;
  border-right: 2px solid #f6847d;
  border-left: 2px solid #f6847d;
}

.l-main .plan .plan-box-table01--pc td {
  height: 122px;
}

.l-main .plan .plan-box-table01--pc td.head {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}

@media screen and (max-width: 1000px) {
  .l-main .plan .plan-box-table01--pc td.head {
    font-size: 18px;
  }
}

.l-main .plan .plan-box-table01--pc td.border-red {
  border: 2px solid #f6847d;
}

.l-main .plan .plan-box-table01--pc td .head-bg {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
  background-color: #fffdd8;
  padding-inline: 2em;
}

@media screen and (max-width: 1000px) {
  .l-main .plan .plan-box-table01--pc td .head-bg {
    padding-inline: 1em;
  }
}

.l-main .plan .plan-box-table01--pc td .head-bg .bold {
  font-weight: 700;
}

.l-main .plan .plan-box-table01--pc td .head-small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

.l-main .plan .plan-box-table01--pc td .price-big {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2727272727;
  letter-spacing: 0em;
}

.l-main .plan .plan-box-table01--pc td .price-big.price-big--red {
  color: #f6847d;
}

.l-main .plan .plan-box-table01--pc td .price-small {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
}

.l-main .plan .plan-box-sp {
  margin-top: clamp(1.938rem, 0.089rem + 7.89vw, 3.875rem);
}

.l-main .plan .plan-box-sp .plan-box-sp-box {
  margin-top: clamp(2.5rem, 0.115rem + 10.18vw, 5rem);
}

.l-main .plan .plan-box-sp .plan-box-sp-box:first-child {
  margin-top: 0;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .subhead {
  font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  padding-left: 1.8em;
  position: relative;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .subhead::before {
  content: "";
  display: inline-block;
  background-color: #067289;
  position: absolute;
  width: 0.75em;
  height: 0.75em;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  border-radius: 100%;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content {
  margin-top: clamp(1.438rem, 0.066rem + 5.85vw, 2.875rem);
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content table {
  margin-top: clamp(0.375rem, 0.017rem + 1.53vw, 0.75rem);
  /* border-radius: clamp(0.313rem, 0.014rem + 1.27vw, 0.625rem)
    clamp(0.313rem, 0.014rem + 1.27vw, 0.625rem) 0 0; */
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content table:first-child {
  margin-top: 0;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content table.table-blue {
  border: clamp(0.063rem, 0.003rem + 0.25vw, 0.125rem) solid #067289;
  background-color: #067289;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content table.table-blue td {
  height: clamp(7rem, 0.321rem + 28.5vw, 14rem);
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content table.table-blue .border-01 {
  border-right: clamp(0.063rem, 0.003rem + 0.25vw, 0.125rem) solid #c0cfd2;
  border-bottom: clamp(0.063rem, 0.003rem + 0.25vw, 0.125rem) solid #c0cfd2;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content table.table-blue .border-02 {
  border-top: clamp(0.063rem, 0.003rem + 0.25vw, 0.125rem) solid #c0cfd2;
  border-left: clamp(0.063rem, 0.003rem + 0.25vw, 0.125rem) solid #c0cfd2;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content table.table-gray td {
  height: 100%;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content table.table-gray .border-01 {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content table.table-gray .border-02 {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content table.table-red {
  border: clamp(0.063rem, 0.003rem + 0.25vw, 0.125rem) solid #f6847d;
  background-color: #f6847d;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content table.table-red td {
  height: clamp(7rem, 0.321rem + 28.5vw, 14rem);
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content table.table-red td .head-bg {
  padding-inline: 8em;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content table.table-gray {
  border: clamp(0.063rem, 0.003rem + 0.25vw, 0.125rem) solid #c0cfd2;
  background-color: #c0cfd2;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content table.table-gray td {
  height: clamp(4.063rem, 0.186rem + 16.54vw, 8.125rem);
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content th {
  width: clamp(21.813rem, 0.999rem + 88.8vw, 43.625rem);
  height: clamp(2.5rem, 0.115rem + 10.18vw, 5rem);
  font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  border-radius: clamp(0.313rem, 0.014rem + 1.27vw, 0.625rem) clamp(0.313rem, 0.014rem + 1.27vw, 0.625rem) 0 0;
  border: none;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content th.theme-blue {
  color: #fff;
  background-color: #067289;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content th.theme-blueText {
  font-size: clamp(0.75rem, 0.034rem + 3.05vw, 1.5rem);
  font-weight: 700;
  line-height: 2.3333333333;
  letter-spacing: 0em;
  height: clamp(1.875rem, 0.086rem + 7.63vw, 3.75rem);
  color: #067289;
  background-color: #f5f5f5;
  border-radius: 0;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content th.theme-red {
  color: #fff;
  background-color: #f6847d;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content th.theme-gray {
  background-color: #f5f5f5;
  border-bottom: clamp(0.063rem, 0.003rem + 0.25vw, 0.125rem) solid #c0cfd2;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content td {
  border: none;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content td .head-bg {
  font-size: clamp(0.75rem, 0.034rem + 3.05vw, 1.5rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
  background-color: #fffdd8;
  padding-inline: 1em;
  padding-block: 0.2em;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content td .head-bg .bold {
  font-weight: 700;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content td .head-small {
  font-size: clamp(0.75rem, 0.034rem + 3.05vw, 1.5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content td .price-big {
  font-size: clamp(1.25rem, 0.057rem + 5.09vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content td .price-big.price-big--red {
  color: #f6847d;
}

.l-main .plan .plan-box-sp .plan-box-sp-box .content td .price-small {
  font-size: clamp(0.875rem, 0.04rem + 3.56vw, 1.75rem);
  font-weight: 400;
  line-height: 1.2857142857;
  letter-spacing: 0em;
}

.l-main .plan .plan-boxFlex {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-boxFlex {
    flex-direction: column;
    row-gap: clamp(2.5rem, 0.115rem + 10.18vw, 5rem);
    margin-top: clamp(2.75rem, 0.126rem + 11.2vw, 5.5rem);
  }
}

.l-main .plan .plan-boxFlex .plan-box {
  width: 48%;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-boxFlex .plan-box {
    width: 100%;
  }
}

.l-main .plan .plan-box-table02 td {
  height: 79px;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-box-table02 td {
    height: clamp(4.938rem, 0.226rem + 20.1vw, 9.875rem);
  }
}

.l-main .plan .plan-box-table02 th {
  width: 210px;
  height: 39px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  background: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-box-table02 th {
    width: clamp(9.5rem, 0.435rem + 38.68vw, 19rem);
    height: clamp(2.438rem, 0.112rem + 9.92vw, 4.875rem);
    font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}

.l-main .plan .plan-box-table02 th:first-child {
  width: 270px;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-box-table02 th:first-child {
    width: clamp(12.313rem, 0.504rem + 50.38vw, 24.688rem);
  }
}

.l-main .plan .plan-box-table02 .head {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-box-table02 .head {
    font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
  }
}

.l-main .plan .plan-box-table02 .head .small {
  display: block;
  font-size: 14px;
  margin-top: 0.3em;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-box-table02 .head .small {
    font-size: clamp(0.875rem, 0.04rem + 3.56vw, 1.75rem);
  }
}

.l-main .plan .plan-box-table02 .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1111111111;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-box-table02 .price {
    font-size: clamp(1.125rem, 0.052rem + 4.58vw, 2.25rem);
  }
}

.l-main .plan .plan-box-table02 .price .small {
  display: block;
  font-size: 14px;
  margin-top: 0.75em;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-box-table02 .price .small {
    font-size: clamp(0.875rem, 0.04rem + 3.56vw, 1.75rem);
  }
}

.l-main .plan .plan-box-table02 .price .small--regular {
  font-weight: 400;
}

.l-main .plan .plan-detail {
  padding: 23px;
  margin-top: 106px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-detail {
    border-radius: clamp(0.25rem, 0.011rem + 1.02vw, 0.5rem);
    margin-top: clamp(2.875rem, 0.132rem + 11.7vw, 5.75rem);
    padding: clamp(0.938rem, 0.043rem + 3.82vw, 1.875rem);
  }
}

.l-main .plan .plan-detail .plan-detail__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5714285714;
  letter-spacing: 0em;
  padding-left: 1em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-detail .plan-detail__text {
    font-size: clamp(0.75rem, 0.034rem + 3.05vw, 1.5rem);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    border-radius: clamp(0.25rem, 0.011rem + 1.02vw, 0.5rem);
  }
}

.l-main .plan .plan-detail .plan-detail__text::before {
  content: "・";
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
}

.l-main .step {
  background-color: #f9f8f6;
  overflow: hidden;
}

.l-main .step .step__container {
  padding-top: 55px;
  padding-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .l-main .step .step__container {
    padding-top: clamp(3.25rem, 13.87vw, 6.5rem);
    padding-bottom: clamp(1.563rem, -2.188rem + 16vw, 5.313rem);
  }
}

.l-main .step .step__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4230769231;
  letter-spacing: 0em;
  text-align: center;
  padding: 0.5em 0.1em;
  background-color: #fff5bf;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .l-main .step .step__title {
    font-size: clamp(1.625rem, 6.93vw, 3.25rem);
    border-radius: clamp(0.625rem, 2.67vw, 1.25rem);
  }
}

.l-main .step .step__title .color {
  color: #f6847d;
}

.l-main .step .step-list {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .l-main .step .step-list {
    display: block;
    margin-top: clamp(2.625rem, 11.2vw, 5.25rem);
  }
}

.l-main .step .step-list__item {
  width: 31.5%;
  padding: 54px 10px 20px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main .step .step-list__item {
    width: 100%;
    padding: clamp(3.375rem, 14.4vw, 6.75rem) clamp(0.625rem, 2.67vw, 1.25rem) clamp(1.25rem, 5.33vw, 2.5rem);
    margin-inline: clamp(0.625rem, 2.67vw, 1.25rem);
    border-radius: clamp(0.938rem, 4vw, 1.875rem);
  }
}

.l-main .step .step-list__item .num {
  top: 18px;
  left: 16px;
  position: absolute;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #067289;
}

@media screen and (max-width: 768px) {
  .l-main .step .step-list__item .num {
    top: 5%;
    left: 6%;
  }
}

.l-main .step .step-list__item .num .num__small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .step .step-list__item .num .num__small {
    font-size: clamp(1rem, 4.27vw, 2rem);
  }
}

.l-main .step .step-list__item .num .num__big {
  display: block;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.1632653061;
  letter-spacing: 0em;
}

@media screen and (max-width: 1000px) {
  .l-main .step .step-list__item .num .num__big {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .l-main .step .step-list__item .num .num__big {
    font-size: clamp(3.063rem, 13.07vw, 6.125rem);
  }
}

.l-main .step .step-list__item .step-list__img {
  width: min(100%, 175px);
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .l-main .step .step-list__item .step-list__img {
    width: min(100%, clamp(10.938rem, 46.67vw, 21.875rem));
  }
}

.l-main .step .step-list__item .step-list__subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 1.3em;
  color: #067289;
}

@media screen and (max-width: 768px) {
  .l-main .step .step-list__item .step-list__subtitle {
    font-size: clamp(1.25rem, 5.33vw, 2.5rem);
  }
}

.l-main .step .step-list__item .step-list__detail {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 0.9em;
}

@media screen and (max-width: 1000px) {
  .l-main .step .step-list__item .step-list__detail {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .l-main .step .step-list__item .step-list__detail {
    font-size: clamp(1rem, 4.27vw, 2rem);
  }
}

.l-main .step .consultation-button {
  margin-bottom: 60px;
}

.l-main .method .method__title {
  padding-top: 31px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .l-main .method .method__title {
    padding-top: clamp(0.813rem, 3.47vw, 1.625rem);
    padding-bottom: clamp(0.625rem, 2.67vw, 1.25rem);
  }
}

.l-main .method .method__container {
  padding-top: 58px;
  padding-bottom: 57px;
}

@media screen and (max-width: 768px) {
  .l-main .method .method__container {
    padding-top: clamp(3.625rem, 15.47vw, 7.25rem);
    padding-bottom: clamp(3.563rem, 15.2vw, 7.125rem);
  }
}

.l-main .method .method-box {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box {
    margin-top: clamp(1.25rem, 5.33vw, 2.5rem);
  }
}

.l-main .method .method-box:first-child {
  margin-top: 0;
}

.l-main .method .method-box:last-child {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box:last-child {
    margin-top: clamp(1.25rem, 5.33vw, 2.5rem);
  }
}

.l-main .method .method-box .method-box__head {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  padding-left: 1em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box .method-box__head {
    font-size: clamp(1.25rem, 5.33vw, 2.5rem);
  }
}

.l-main .method .method-box .method-box__head::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #067289;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box .method-box__head::before {
    width: clamp(0.188rem, 0.8vw, 0.375rem);
  }
}

.l-main .method .method-box .method-box__big {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  color: #067289;
  margin-top: 1.3em;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box .method-box__big {
    font-size: clamp(1.125rem, 4.8vw, 2.25rem);
  }
}

.l-main .method .method-box .method-box__attention {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 1.3em;
  margin-top: 1.2em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box .method-box__attention {
    font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  }
}

.l-main .method .method-box .method-box__attention::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.l-main .method .method-box .method-box-list {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box .method-box-list {
    margin-top: clamp(1.125rem, 4.8vw, 2.25rem);
  }
}

.l-main .method .method-box .method-box-list .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 1.3em;
  margin-top: 0.25em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box .method-box-list .text {
    font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  }
}

.l-main .method .method-box .method-box-list .text::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.l-main .method .method-box .method-box-list .text__attention {
  display: block;
  padding-left: 1.3em;
  margin-top: 0.3em;
  position: relative;
}

.l-main .method .method-box .method-box-list .text__attention::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.l-main .method .method-box .redArea {
  color: #f0392e;
  padding: 14px 15px 12px;
  margin-top: 26px;
  border: 1px solid #f0392e;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box .redArea {
    margin-top: clamp(1.625rem, 6.93vw, 3.25rem);
    padding: clamp(0.875rem, 3.73vw, 1.75rem) clamp(0.938rem, 4vw, 1.875rem) clamp(0.75rem, 3.2vw, 1.5rem);
  }
}

.l-main .method .method-box .redArea .redArea__theme {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box .redArea .redArea__theme {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }
}

.l-main .method .method-box .redArea .redArea__detail {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 0.7em;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box .redArea .redArea__detail {
    font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  }
}

.l-main .method .method-box .other {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box .other {
    margin-top: clamp(1.188rem, 5.07vw, 2.375rem);
  }
}

.l-main .method .method-box .other .other__head {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box .other .other__head {
    font-size: clamp(1rem, 4.27vw, 2rem);
  }
}

.l-main .method .method-box .other .other-list {
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box .other .other-list {
    margin-top: clamp(0.688rem, 2.93vw, 1.375rem);
  }
}

.l-main .method .method-box .other p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box .other p {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }
}

.l-main .method .method-box .other .other-list .other-list__item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  padding-left: 1em;
  margin-top: 0.2em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main .method .method-box .other .other-list .other-list__item {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }
}

.l-main .method .method-box .other .other-list .other-list__item::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.l-main .method .method-box .other .other-list .other-list__item .text__attention {
  display: block;
  padding-left: 1.3em;
  margin-top: 0.3em;
  position: relative;
}

.l-main .method .method-box .other .other-list .other-list__item .text__attention::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.l-main .message {
  background-color: #e3eff1;
}

.l-main .message .message__container {
  max-width: 763px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 55px;
}

@media screen and (max-width: 763px) {
  .l-main .message .message__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}

@media screen and (max-width: 768px) {
  .l-main .message .message__container {
    padding-top: clamp(3.438rem, 14.67vw, 6.875rem);
    padding-bottom: clamp(3.438rem, 14.67vw, 6.875rem);
    margin-inline: 4.375%;
  }
}

.l-main .message .message-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .l-main .message .message-box {
    display: block;
    margin-top: clamp(1.875rem, 8vw, 3.75rem);
  }
}

.l-main .message .message-box .message-box-person {
  width: min(100%, 182px);
  flex-shrink: 0;
  margin-right: 22px;
}

@media screen and (max-width: 768px) {
  .l-main .message .message-box .message-box-person {
    width: 100%;
    margin-right: 0;
  }
}

.l-main .message .message-box .message-box-person .img {
  width: 89%;
  margin-inline: auto;
}

.l-main .message .message-box .message-box-person .img img {
  border-radius: 14px;
}

@media screen and (max-width: 768px) {
  .l-main .message .message-box .message-box-person .img {
    width: 48%;
  }
}

.l-main .message .message-box .message-box-person .name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 1.4em;
}

@media screen and (max-width: 768px) {
  .l-main .message .message-box .message-box-person .name {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
    margin-top: 1.7em;
  }
}

.l-main .message .message-box .message-box-content {
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .l-main .message .message-box .message-box-content {
    margin-top: clamp(0.938rem, 4vw, 1.875rem);
    margin-bottom: 0;
  }
}

.l-main .message .message-box .message-box-content .detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .message .message-box .message-box-content .detail {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }
}

.l-main .flex-area {
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-main .flex-area {
    display: block;
  }
}

.l-main .career {
  flex: 1;
  background-color: #f9f8f6;
}

.l-main .career .career__container {
  max-width: 346px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 59px;
}

@media screen and (max-width: 346px) {
  .l-main .career .career__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}

@media screen and (max-width: 768px) {
  .l-main .career .career__container {
    max-width: none;
    margin-inline: 4.375%;
    padding-top: clamp(3.5rem, 14.93vw, 7rem);
    padding-bottom: clamp(3.5rem, 14.93vw, 7rem);
  }
}

.l-main .career .career-box {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .l-main .career .career-box {
    margin-top: clamp(1.625rem, 6.93vw, 3.25rem);
  }
}

.l-main .career .career-box:first-of-type {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .l-main .career .career-box:first-of-type {
    margin-top: clamp(2.063rem, 8.8vw, 4.125rem);
  }
}

.l-main .career .career-box__head {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 0.8em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main .career .career-box__head {
    font-size: clamp(1rem, 4.27vw, 2rem);
  }
}

.l-main .career .career-box__head::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #067289;
}

@media screen and (max-width: 768px) {
  .l-main .career .career-box__head::before {
    width: clamp(0.125rem, 0.53vw, 0.25rem);
  }
}

.l-main .career .career-box__content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  margin-top: 0.55em;
}

@media screen and (max-width: 768px) {
  .l-main .career .career-box__content {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }
}

.l-main .career .career-box__content:first-of-type {
  margin-top: 1.2em;
}

@media screen and (max-width: 768px) {
  .l-main .career .career-box__content:first-of-type {
    margin-top: 0.6em;
  }
}

.l-main .clinic {
  flex: 1;
}

.l-main .clinic .clinic__container {
  padding-top: 55px;
  padding-bottom: 40px;
  max-width: 431px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 431px) {
  .l-main .clinic .clinic__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}

@media screen and (max-width: 1000px) {
  .l-main .clinic .clinic__container {
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1000px) and (max-width: 346px) {
  .l-main .clinic .clinic__container {
    margin-right: 4.375%;
    margin-left: 4.375%;
  }
}

@media screen and (max-width: 768px) {
  .l-main .clinic .clinic__container {
    max-width: none;
    margin-inline: 4.375%;
    padding-top: clamp(3.438rem, 14.67vw, 6.875rem);
    padding-bottom: clamp(3.75rem, 16vw, 7.5rem);
  }
}

.l-main .clinic .clinic-box {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .l-main .clinic .clinic-box {
    margin-top: clamp(1.813rem, 7.73vw, 3.625rem);
  }
}

.l-main .clinic .clinic-box .clinic-box__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .clinic .clinic-box .clinic-box__name {
    font-size: clamp(1rem, 4.27vw, 2rem);
  }
}

.l-main .clinic .clinic-box .clinic-box__detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  margin-top: 0.52em;
}

@media screen and (max-width: 768px) {
  .l-main .clinic .clinic-box .clinic-box__detail {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }
}

.l-main .clinic .clinic-box .clinic-box__img {
  margin-top: 42px;
}

.l-main .clinic .clinic-box .clinic-box__img img {
  border-radius: 14px;
}

@media screen and (max-width: 768px) {
  .l-main .clinic .clinic-box .clinic-box__img {
    margin-top: clamp(2.625rem, 11.2vw, 5.25rem);
  }
}

.l-main .voice .voice__area {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #e3eff1;
}

@media screen and (max-width: 768px) {
  .l-main .voice .voice__area {
    padding-top: clamp(2.5rem, 0.115rem + 10.18vw, 5rem);
    padding-bottom: clamp(3.5rem, 0.16rem + 14.25vw, 7rem);
  }
}

.l-main .voice .list {
  padding: 58px 100px 55px;
  background-color: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 1000px) {
  .l-main .voice .list {
    padding: 58px 50px 55px;
  }
}

@media screen and (max-width: 768px) {
  .l-main .voice .list {
    padding: clamp(1.5rem, 0.069rem + 6.11vw, 3rem) 6% clamp(1.563rem, 0.072rem + 6.36vw, 3.125rem);
    border-radius: clamp(0.938rem, 0.043rem + 3.82vw, 1.875rem);
  }
}

.l-main .voice .list .list-item {
  padding-bottom: 40px;
  margin-top: 40px;
  border-bottom: 1px solid #c0cfd2;
}

@media screen and (max-width: 768px) {
  .l-main .voice .list .list-item {
    padding-bottom: clamp(1.938rem, 0.089rem + 7.89vw, 3.875rem);
    margin-top: clamp(2rem, 0.092rem + 8.14vw, 4rem);
  }
}

.l-main .voice .list .list-item:first-child {
  margin-top: 0;
}

.l-main .voice .list .list-item .list-item-head .person {
  display: flex;
  align-items: center;
}

.l-main .voice .list .list-item .list-item-head .person .person__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .l-main .voice .list .list-item .list-item-head .person .person__icon {
    width: min(100%, clamp(1.25rem, 0.057rem + 5.09vw, 2.5rem));
    margin-right: clamp(0.5rem, 0.023rem + 2.04vw, 1rem);
  }

  .l-main .voice .list .list-item .list-item-head .person .person__icon img {
    width: 100%;
  }
}

.l-main .voice .list .list-item .list-item-head .person .person__age {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .l-main .voice .list .list-item .list-item-head .person .person__age {
    font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
  }
}

.l-main .voice .list .list-item .list-item-head .review {
  display: flex;
  align-items: center;
  margin-top: 9px;
}

@media screen and (max-width: 768px) {
  .l-main .voice .list .list-item .list-item-head .review {
    margin-top: clamp(1.188rem, 0.054rem + 4.83vw, 2.375rem);
  }
}

.l-main .voice .list .list-item .list-item-head .review .review__head {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
  .l-main .voice .list .list-item .list-item-head .review .review__head {
    font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
  }
}

.l-main .voice .list .list-item .list-item-head .review .review__star {
  display: flex;
  column-gap: 2px;
}

@media screen and (max-width: 768px) {
  .l-main .voice .list .list-item .list-item-head .review .review__star {
    column-gap: clamp(0.125rem, 0.006rem + 0.51vw, 0.25rem);
  }
}

.l-main .voice .list .list-item .list-item-head .review .review__star img {
  display: block;
}

@media screen and (max-width: 768px) {
  .l-main .voice .list .list-item .list-item-head .review .review__star img {
    width: clamp(1.438rem, 0.066rem + 5.85vw, 2.875rem);
  }
}

.l-main .voice .list .list-item .list-item-head .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .l-main .voice .list .list-item .list-item-head .text {
    font-size: clamp(0.875rem, 0.04rem + 3.56vw, 1.75rem);
    margin-top: 1.2em;
  }
}

.l-main .voice .list .list-item .list-item__img {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .l-main .voice .list .list-item .list-item__img {
    max-width: 99%;
    margin-inline: auto;
    margin-top: clamp(2.5rem, 0.115rem + 10.18vw, 5rem);
  }

  .l-main .voice .list .list-item .list-item__img img {
    width: 100%;
  }
}

.l-main .voice .voice-cta {
  padding-top: 51px;
  padding-bottom: 43px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .l-main .voice .voice-cta {
    padding-top: clamp(3.188rem, 0.146rem + 12.98vw, 6.375rem);
    padding-bottom: clamp(1.938rem, 0.089rem + 7.89vw, 3.875rem);
  }
}

.l-main .question {
  background-color: rgba(6, 114, 137, 0.11);
}

.l-main .question .question__container {
  padding-top: 57px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .l-main .question .question__container {
    padding-top: clamp(3.563rem, 15.2vw, 7.125rem);
    padding-bottom: clamp(4.375rem, 18.67vw, 8.75rem);
  }
}

.l-main .question .question-box {
  margin-top: 40px;
  padding: 23px 23px 25px;
  background-color: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .l-main .question .question-box {
    margin-top: clamp(2.813rem, 12vw, 5.625rem);
    padding: clamp(1.438rem, 6.13vw, 2.875rem) clamp(0.813rem, 3.47vw, 1.625rem) clamp(1.375rem, 5.87vw, 2.75rem);
    border-radius: clamp(0.938rem, 4vw, 1.875rem);
  }
}

.l-main .question .question-box .question-box-list {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .l-main .question .question-box .question-box-list {
    margin-top: clamp(1.563rem, 6.67vw, 3.125rem);
  }
}

.l-main .question .question-box .question-box-list:first-child {
  margin-top: 0;
}

.l-main .question .question-box .question-box-list .theme {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0em;
  padding-left: 2.1em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main .question .question-box .question-box-list .theme {
    font-size: clamp(1rem, 4.27vw, 2rem);
  }
}

.l-main .question .question-box .question-box-list .theme::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "Q";
  color: #fff;
  background-color: #067289;
  width: 25px;
  height: 25px;
  padding-bottom: 4px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .l-main .question .question-box .question-box-list .theme::before {
    width: clamp(1.563rem, 6.67vw, 3.125rem);
    height: clamp(1.563rem, 6.67vw, 3.125rem);
    padding-bottom: clamp(0.25rem, 1.07vw, 0.5rem);
  }
}

.l-main .question .question-box .question-box-list .des {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  background-color: #fff5bf;
  border-radius: 8px;
  padding: 0.9em 0.9em 0.8em;
  margin-top: 1.4em;
}

@media screen and (max-width: 768px) {
  .l-main .question .question-box .question-box-list .des {
    font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  }
}

/* s1 */
.th-red {
  background-color: #f6847d !important;
  color: white;
  border: 2px solid #f6847d !important;
}

.th-red-border {
  border: 2px solid #f6847d !important;
}

@media screen and (max-width: 768px) {
  .l-main .plan .plan-box-sp .plan-box-sp-box .content table.table-gray td {
    height: clamp(7rem, 0.321rem + 28.5vw, 14rem);
  }

  .th-red {
    border-radius: clamp(0.313rem, 0.014rem + 1.27vw, 0.625rem) clamp(0.313rem, 0.014rem + 1.27vw, 0.625rem) 0 0 !important;
    border: none !important;
  }

  .th-red-border {
    border: clamp(0.063rem, 0.003rem + 0.25vw, 0.125rem) solid #f6847d !important;
    background-color: #f6847d !important;
  }
}
