@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&family=Roboto:wght@400;700&display=swap");
:root {
  --primary: #11b4d9;
  --secondary: #4981d5;
  --tertiary: #88d9ec;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.7;
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #343a40;
}

main {
  display: block;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

textarea,
select,
input,
progress {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

h1 {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

p {
  font-size: 1.8rem;
  color: #333;
}

a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

img,
video {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

figure {
  margin: 0;
  text-align: center;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

.wrap {
  max-width: 1136px;
  margin: 0 auto;
}

.wrap-inner {
  padding: 0 2.5%;
}
@media screen and (max-width: 768px) {
  .wrap-inner {
    padding: 0 4vw;
    overflow: hidden;
  }
}

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

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

.en {
  font-family: "Roboto", sans-serif;
}

.btn {
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  display: inline-block;
  width: 200px;
  font-size: 1.6rem;
}

.bg-gradation {
  background: transparent -webkit-gradient(linear, left top, right top, from(#4981d5), color-stop(50%, #11b4d9), to(#88d9ec)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #4981d5 0%, #11b4d9 50%, #88d9ec 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-weight: 600;
}

.sec-title {
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
.sec-title span {
  font-size: 2rem;
  font-weight: 400;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 2.2rem;
  }
  .sec-title span {
    font-size: 1.8rem;
  }
}

.sub-title {
  color: #fea40b;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 34px;
  font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 1.1rem;
    padding: 0 28px;
  }
}

.c-title-line {
  margin: 0 auto;
  width: min(90vw, 320px);
  max-width: 115px;
}
.c-title-line img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 115px;
}

.sec {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 46px 0;
  }
}

header.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 1.6rem 100px 1.6rem 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0588235294);
  background-color: #82AFC4;
}
header.header a {
  color: #fff;
  line-height: 1.7;
  font-weight: 300;
  font-style: normal;
}
header.header h1.logo {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 194px;
  margin-right: auto;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  header.header h1.logo {
    width: 100px;
  }
}
header.header h1.logo a {
  display: block;
  line-height: 1;
}
header.header h1.logo img {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header.header .toggle-btn {
  display: block;
  position: fixed;
  top: 40px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 30;
  cursor: pointer;
}
header.header .toggle-btn span {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
}
header.header .toggle-btn span:nth-child(1) {
  top: 4px;
}
header.header .toggle-btn span:nth-child(2) {
  top: 14px;
}
header.header .toggle-btn span:nth-child(3) {
  bottom: 4px;
}
header.header #mask {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header.header #spnavArea nav {
  visibility: hidden;
  position: fixed;
  background: #82AFC4;
  top: -100%;
  left: 0;
  bottom: 0;
  padding-top: 70px;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 20;
  opacity: 0;
}
header.header #spnavArea nav .inner {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.header #spnavArea nav .inner .col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header.header #spnavArea nav .inner .col:first-child {
  border-right: 1px solid #fff;
}
header.header #spnavArea nav .inner .nav-logo {
  width: clamp(180px, 18vw, 240px);
}
header.header #spnavArea nav .inner .nav-logo img {
  display: block;
  width: 100%;
  height: auto;
}
header.header #spnavArea nav .inner li {
  margin-bottom: 1em;
  text-align: left;
}
header.header #spnavArea nav .inner li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
}
header.header #spnavArea nav .inner li a::before {
  content: "";
  width: 1.8em;
  height: 0.45em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.8em;
          flex: 0 0 1.8em;
  background: url(../img/ico_menu.svg) center/contain no-repeat;
}
header.header #spnavArea .btn {
  background-color: #fff;
  color: #00496d;
  font-weight: 600;
  font-size: 2.6rem;
  width: auto;
  padding: 12px 32px;
  margin-top: 2em;
}
header.header #spnavArea.open nav {
  visibility: visible;
  top: 0;
  opacity: 1;
}
header.header #spnavArea.open li {
  font-size: 20px;
  margin: 16px 0;
}
header.header #spnavArea.open #mask {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  cursor: pointer;
}
header.header #spnavArea.open .toggle-btn span {
  background-color: #fff;
}
header.header #spnavArea.open .toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
          transform: translateY(10px) rotate(-315deg);
}
header.header #spnavArea.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}
header.header #spnavArea.open .toggle-btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
          transform: translateY(-10px) rotate(315deg);
}
@media screen and (max-width: 768px) {
  header.header h1.logo {
    width: 100px;
  }
  header.header #spnavArea {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  header.header {
    padding: 12px;
  }
  header.header .toggle-btn {
    top: 10px;
    right: 20px;
    cursor: pointer;
  }
  header.header .pconly {
    display: none;
  }
  header.header #spnavArea nav {
    padding-top: 0px;
  }
  header.header #spnavArea nav .nav-logo {
    width: 200px;
    text-align: left;
  }
  header.header #spnavArea nav .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.header #spnavArea nav .inner .col {
    width: 100%;
    display: block;
  }
  header.header #spnavArea nav .inner .col:first-child {
    border-right: none;
    margin-bottom: 3em;
  }
  header.header #spnavArea nav .inner .col li {
    text-align: left;
  }
  header.header #spnavArea nav .inner .col li .btn {
    font-size: 1.6rem;
  }
}
/* index.html: スクロール後にヘッダー表示 */
header.header.header--scroll-reveal {
  -webkit-transition: background-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: background-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}
header.header.header--scroll-reveal .header__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: auto;
  min-width: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
header.header.header--scroll-reveal .toggle-btn {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
header.header.header--scroll-reveal:not(.header--shown) {
  padding: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  pointer-events: none;
}
header.header.header--scroll-reveal:not(.header--shown) .header__bar {
  position: absolute;
  left: 2%;
  right: 100px;
  top: 20px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header.header.header--scroll-reveal:not(.header--shown) #spnavArea,
header.header.header--scroll-reveal:not(.header--shown) .toggle-btn {
  pointer-events: none;
}
header.header.header--scroll-reveal:not(.header--shown) .toggle-btn {
  opacity: 0;
  visibility: hidden;
}
header.header.header--scroll-reveal.header--shown {
  padding: 20px 100px 20px 2% !important;
  background-color: #82AFC4 !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0588235294) !important;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0588235294) !important;
  pointer-events: auto;
}
header.header.header--scroll-reveal.header--shown .header__bar {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  opacity: 1;
  visibility: visible;
}
header.header.header--scroll-reveal.header--shown .toggle-btn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  header.header.header--scroll-reveal:not(.header--shown) .header__bar {
    left: 12px;
    right: 56px;
    top: 12px;
  }
  header.header.header--scroll-reveal.header--shown {
    padding: 12px !important;
  }
}

.footer {
  background: #34353a;
  color: #FFF;
  padding: 6rem 0 2.4rem;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 3.6rem;
}
.footer__left p, .footer__right p {
  margin-bottom: 0.6rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #FFF;
}
.footer__right {
  text-align: right;
}
.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__tel::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/ico_tel.svg) center/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__mail::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/ico_mail.svg) center/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__brand {
  position: relative;
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 2.2rem;
  padding-top: 3.4rem;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  padding-top: 1.8rem;
  text-align: center;
}
.footer__bottom p {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  color: rgba(245, 246, 248, 0.92);
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 4rem 0 2rem;
  }
  .footer__top {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 2.4rem;
  }
  .footer__right {
    text-align: left;
  }
  .footer__tel, .footer__mail {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__left p, .footer__right p {
    font-size: 1.3rem;
  }
}

.copy {
  background-color: #00496d;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .copy {
    font-size: 1.2rem;
  }
}

.p-index-mv {
  position: relative;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
  background: #cfe9f7;
}
.p-index-mv:before {
  display: none;
}
.p-index-mv__inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  height: 100%;
}
.p-index-mv__visual {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-index-mv__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.p-index-mv__copy {
  position: absolute;
  right: clamp(24px, 8vw, 120px);
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(14px, 2.2vh, 22px);
  width: min(36vw, 430px);
  min-width: 260px;
}
.p-index-mv__copy--lead, .p-index-mv__copy--cta {
  display: contents;
}
.p-index-mv__text-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-index-mv__open {
  margin: 0;
  width: 100%;
  color: #FEA40B;
  font-size: clamp(1.3rem, 1.6vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: left;
  line-height: 1.5;
}
.p-index-mv__cta {
  width: auto;
  max-width: 100%;
  margin-top: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  border-radius: 999px;
  border: 2px solid #f3a022;
  background: #fff;
  color: #f3a022;
  font-weight: 600;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: left;
  line-height: 1.3;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-index-mv__cta:hover {
  opacity: 0.92;
}
.p-index-mv__cta-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  color: #f3a022;
}
.p-index-mv__cta-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(40px, 5vw, 48px);
  height: clamp(40px, 5vw, 48px);
  border-radius: 50%;
  background: #f3a022;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  line-height: 1;
  font-weight: 400;
}
.p-index-mv__cta--flow {
  position: static;
  right: auto;
  bottom: auto;
  width: clamp(280px, 100%, 400px);
  max-width: 100%;
}
.p-index-mv__cta-icon--img {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
}
.p-index-mv__cta-icon--img img {
  display: block;
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 768px) {
  .p-index-mv {
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  .p-index-mv__inner {
    height: auto;
  }
  .p-index-mv__visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    position: relative;
  }
  .p-index-mv__copy {
    position: static;
    inset: auto;
    -webkit-transform: none;
            transform: none;
    display: contents;
    width: auto;
    min-width: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-index-mv__copy--lead {
    display: block;
    position: absolute;
    top: 5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: min(92vw, 250px);
    z-index: 2;
    text-align: center;
    pointer-events: none;
  }
  .p-index-mv picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    width: 100%;
    line-height: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
  }
  .p-index-mv__bg {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center top;
       object-position: center top;
  }
  .p-index-mv__copy--cta {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem;
    width: 100%;
    padding: 1.6rem 1.2rem 2.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
  }
  .p-index-mv__text-image {
    display: block;
    max-width: min(76vw, 200px);
    width: 100%;
    margin: 0;
  }
  .p-index-mv__open {
    font-size: clamp(1.1rem, 3.2vw, 1.3rem);
    text-align: center;
    color: #fea40b;
    line-height: 1.6;
  }
  .p-index-mv__cta {
    font-size: clamp(1.45rem, 4vw, 1.6rem);
    padding: 1rem 1rem 1rem 1.5rem;
    gap: 0.75rem;
    width: 100%;
    max-width: 100%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-index-mv__cta-icon--img img {
    width: clamp(28px, 8vw, 31px);
    height: auto;
  }
  .p-index-mv__cta--flow {
    position: static;
    right: auto;
    bottom: auto;
    width: min(100%, 320px);
  }
}

.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .scrolldown {
    height: 30px;
  }
}

.scrolldown span {
  position: absolute;
  left: -20px;
  top: -15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 30px;
  background: #fff;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.l-about {
  background-color: #FFF;
  background-image: url(../img/about_bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: min(52vw, 720px) auto;
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
  color: #333;
}
.l-about .wrap {
  position: relative;
  z-index: 1;
  max-width: 1120px;
}
.l-about .l-about__heading {
  text-align: center;
  margin-bottom: 4rem;
}
.l-about .l-about__heading .sec-title {
  color: #2b2b2b;
  margin-bottom: 0.6rem;
  font-size: 5rem;
  font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.l-about .l-about__body {
  display: grid;
  grid-template-columns: 1.38fr 0.62fr;
  gap: clamp(2.4rem, 3.5vw, 4.2rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}
.l-about .l-about__lead {
  min-width: 0;
}
.l-about .l-about__lead .l-about__catch {
  font-size: clamp(2.8rem, 3.4vw, 3rem);
  line-height: 4.8rem;
  margin-bottom: 2rem;
  color: #2a2a2a;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.l-about .l-about__lead span {
  font-size: 1.8rem;
}
.l-about .l-about__lead p {
  color: #444;
  margin-bottom: 1.2rem;
  line-height: 3.4rem;
}
.l-about .l-about__visual {
  position: relative;
  justify-self: end;
  -ms-flex-item-align: center;
      align-self: center;
  /* ラッパー内の右端からビューポート右端まで伸ばす */
  width: calc(100% + max(0px, (100vw - 1120px) / 2) + clamp(16px, 2.5vw, 28px));
  margin-right: calc(-1 * (max(0px, (100vw - 1120px) / 2) + clamp(16px, 2.5vw, 28px)));
}
.l-about .l-about__visual img {
  width: 100%;
  display: block;
  border-radius: 4px;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.l-about .l-about__visual-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(3.4rem, 4vw, 5.8rem);
  line-height: 1.15;
  letter-spacing: 0.06em;
  font-weight: 300;
  text-align: left;
  margin: 0;
}
.l-about .l-about__visual-text span {
  color: #d0a13a;
}
.l-about .l-about__message {
  max-width: 1020px;
  margin: 0 auto;
  border: 4px solid #d8d8d8;
  border-radius: 30px;
  padding: 3.2rem 2rem;
  text-align: center;
}
.l-about .l-about__message p {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
}
.l-about .l-about__message strong {
  font-size: 2.4rem;
  line-height: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-about {
    background-size: min(85vw, 420px) auto;
    background-position: left top;
  }
  .l-about:before {
    font-size: 6rem;
    left: -10px;
    top: 160px;
  }
  .l-about .l-about__heading {
    margin-bottom: 2.8rem;
  }
  .l-about .l-about__body {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-bottom: 2.8rem;
  }
  .l-about .l-about__lead .l-about__catch {
    font-size: 3rem;
    font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
  }
  .l-about .l-about__lead span {
    font-size: 1.8rem;
  }
  .l-about .l-about__visual {
    justify-self: stretch;
    width: 100%;
    margin-right: 0;
  }
  .l-about .l-about__visual-text {
    font-size: 3.6rem;
  }
  .l-about .l-about__message {
    padding: 2.2rem 1.2rem;
  }
  .l-about .l-about__message strong {
    font-size: 2.6rem;
  }
}

.l-background {
  background: #f5f5f5;
}
.l-background__heading {
  text-align: center;
  margin-bottom: 4rem;
}
.l-background__heading .sec-title {
  margin-bottom: 0.6rem;
  color: #3b3b3b;
  font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(3.2rem, 4vw, 5rem);
  font-weight: 500;
}
.l-background__lead, .l-background__foot {
  margin: 0 auto;
}
.l-background__lead p, .l-background__foot p {
  color: #3c3c3c;
  margin-bottom: 1.2rem;
}
.l-background__cards {
  margin: 4rem auto;
  max-width: 820px;
}
.l-background__card {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  min-height: 88px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #404040;
  font-weight: 500;
  position: relative;
  background: #fff;
}
.l-background__card:after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: -18px;
  width: 34px;
  height: 1px;
  background: #bcbcbc;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 768px) {
  .l-background__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 2.8rem auto;
  }
  .l-background__lead p, .l-background__foot p {
    margin-bottom: 0.8rem;
  }
}

.l-target {
  background: #fff;
  padding-bottom: 0;
}
.l-target__heading {
  text-align: center;
  margin-bottom: 4rem;
}
.l-target__heading .sec-title {
  margin-bottom: 0.6rem;
  color: #3b3b3b;
  font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(3.2rem, 4vw, 5rem);
  font-weight: 500;
}
.l-target__grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  -webkit-column-gap: clamp(1.2rem, 3vw, 2.4rem);
     -moz-column-gap: clamp(1.2rem, 3vw, 2.4rem);
          column-gap: clamp(1.2rem, 3vw, 2.4rem);
  row-gap: clamp(2.8rem, 5vw, 4.2rem);
  justify-items: stretch;
}
.l-target__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1.2rem;
  min-width: 0;
}
.l-target__item:nth-child(1) {
  grid-column: 1/3;
}
.l-target__item:nth-child(2) {
  grid-column: 3/5;
}
.l-target__item:nth-child(3) {
  grid-column: 5/7;
}
.l-target__item:nth-child(4) {
  grid-column: 2/4;
}
.l-target__item:nth-child(5) {
  grid-column: 4/6;
}
.l-target__item p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: 20.4rem;
  text-align: left;
}
.l-target__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.6rem, 1.5vw, 1.2rem);
  width: 100%;
}
.l-target__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-target__icon img {
  display: block;
  width: auto;
  height: auto;
  max-height: clamp(120px, 16vw, 180px);
  -o-object-fit: contain;
     object-fit: contain;
}
.l-target__diamond {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  place-items: center;
  width: clamp(5.2rem, 8vw, 6.4rem);
  height: clamp(5.2rem, 8vw, 6.4rem);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #d8c58f;
  border-radius: 0.45rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
}
.l-target__diamond-text {
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: #d19e31;
  font-size: clamp(1.1rem, 1.2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  max-width: 4.2em;
}
.l-target__note {
  margin-top: 5rem;
  background: #FEA40B;
  text-align: center;
  color: #4a402f;
  padding: 2.4rem 0 2.4rem 0;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-target__grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    row-gap: 2.6rem;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .l-target__item {
    grid-column: 1/-1 !important;
  }
  .l-target__note {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}

.l-method {
  background: url(../img/method_bg.png) center top/100% auto no-repeat, #f2f2f2;
  padding-top: 15rem;
  margin-top: 8rem;
}
.l-method__heading {
  text-align: center;
  margin-bottom: 3rem;
}
.l-method__heading .sec-title {
  margin-bottom: 0.6rem;
  color: #3b3b3b;
  font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(3.2rem, 4vw, 5rem);
  font-weight: 500;
}
.l-method__intro {
  text-align: center;
  margin: 0 auto 2.8rem;
  color: #454545;
}
.l-method__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
  margin-bottom: 2.4rem;
}
.l-method__list li {
  min-width: 0;
  width: 100%;
  height: 240px;
}
.l-method__list img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.l-method__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  margin-bottom: 2.4rem;
}
.l-method__step-card {
  border: 2px solid #FEA40B;
  border-radius: 20px;
  background-color: #FFF;
  min-height: 260px;
  padding: 2rem 2.2rem;
  position: relative;
  overflow: hidden;
}
.l-method__step-card p {
  margin: 0 0 0.9rem;
  font-size: 1.5rem;
  line-height: 1.85;
  color: #3f3f3f;
}
.l-method__step-head {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  font-size: 2rem;
  font-weight: 600;
  color: #333 !important;
}
.l-method__step-head span {
  font-size: 1.4rem;
  color: #fff;
  background: #f0ae12;
  border-radius: 999px;
  padding: 0.25rem 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
}
.l-method__chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0.4rem 0 1rem;
  padding: 0;
  list-style: none;
}
.l-method__chips li {
  border: 2px solid #FEA40B;
  border-radius: 999px;
  padding: 0.18rem 1rem;
  color: #665427;
  font-size: 1.6rem;
  line-height: 1.35;
  background: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}
.l-method__note {
  font-size: 1.1rem !important;
  color: #666 !important;
  margin-top: 1.2rem !important;
  line-height: 1.6 !important;
}
.l-method__step-card:nth-child(1) {
  background-image: url(../img/method_bg01.svg);
}
.l-method__step-card:nth-child(2) {
  background-image: url(../img/method_bg02.svg);
}
.l-method__step-card:nth-child(3) {
  background-image: url(../img/method_bg03.svg);
}
.l-method__step-card:nth-child(4) {
  background-image: url(../img/method_bg04.svg);
}
.l-method__step-card:nth-child(1), .l-method__step-card:nth-child(2), .l-method__step-card:nth-child(3), .l-method__step-card:nth-child(4) {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: clamp(90px, 11vw, 120px) auto;
}
.l-method__thumb {
  aspect-ratio: 16/9;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l-method__thumb--1 {
  background-image: linear-gradient(180deg, rgba(151, 208, 196, 0.5), rgba(151, 208, 196, 0.5)), linear-gradient(120deg, #9ac8c2, #c6e4dd);
}
.l-method__thumb--2 {
  background-image: linear-gradient(180deg, rgba(151, 208, 196, 0.5), rgba(151, 208, 196, 0.5)), linear-gradient(120deg, #9fd4da, #d0ecef);
}
.l-method__thumb--3 {
  background-image: linear-gradient(180deg, rgba(151, 208, 196, 0.5), rgba(151, 208, 196, 0.5)), linear-gradient(120deg, #8cb9c9, #c6deeb);
}
.l-method__thumb--4 {
  background-image: linear-gradient(180deg, rgba(151, 208, 196, 0.5), rgba(151, 208, 196, 0.5)), linear-gradient(120deg, #9fd5c9, #cdece3);
}
@media screen and (max-width: 768px) {
  .l-method__steps {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .l-method__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-method__list img {
    height: 100%;
  }
  .l-method__list li {
    height: 170px;
  }
  .l-method__gallery {
    grid-template-columns: 1fr 1fr;
  }
  .l-method__step-card {
    padding: 1.6rem 1.4rem;
  }
  .l-method__step-head {
    font-size: 2rem !important;
  }
}

.l-senses {
  background: #f5f5f5;
}
.l-senses__heading {
  text-align: center;
  margin-bottom: 3.2rem;
}
.l-senses__heading .sec-title {
  margin-bottom: 0.6rem;
  color: #3b3b3b;
  font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(3.2rem, 4vw, 5rem);
  font-weight: 500;
}
.l-senses__icons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5.6rem;
  margin-bottom: 5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.l-senses__icon-item {
  text-align: center;
  color: #3f3f3f;
  --senses-shift: 0px;
  margin-top: var(--senses-shift);
}
.l-senses__icon-item h3 {
  margin: 10rem 0 0.8rem;
  font-size: 2rem;
  font-weight: bold;
}
.l-senses__icon-item p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
}
.l-senses__circle {
  width: min(180px, 100%);
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
}
.l-senses__circle img {
  display: block;
  width: 100%;
  height: auto;
}
.l-senses__circle:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 66px;
  background: #FEA40B;
}
.l-senses__icon-item:nth-child(2), .l-senses__icon-item:nth-child(4) {
  --senses-shift: 74px;
}
.l-senses__body {
  max-width: 980px;
  margin: 0 auto;
  color: #3e3e3e;
}
.l-senses__body p {
  margin-bottom: 1.4rem;
  line-height: 2;
  font-size: 1.8rem;
}
.l-senses__body h4 {
  margin: 3.2rem 0 1.4rem;
  font-size: 2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.l-senses__body h4 span {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #FEA40B;
  border-radius: 50%;
}
.l-senses__body strong {
  color: #FEA40B;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-senses__icons {
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem 1.2rem;
    margin-bottom: 3.2rem;
  }
  .l-senses__icon-item {
    --senses-shift: 0px;
  }
  .l-senses__icon-item h3 {
    font-size: 2.2rem;
  }
  .l-senses__circle {
    width: min(160px, 100%);
  }
  .l-senses__circle:after {
    bottom: -18px;
    height: 46px;
  }
  .l-senses__body p {
    font-size: 1.6rem;
  }
  .l-senses__body h4 {
    font-size: 2.2rem;
  }
}

/* 幹細胞培養上清液セクション下部の楕円境界（.l-position 上部キャップと数値連動） */
:root {
  --nal-supernatant-arc-y: clamp(72px, 14vw, 160px);
}

.l-supernatant {
  position: relative;
  isolation: isolate;
  background-color: #E5EEF3;
  overflow: hidden;
  padding-bottom: 20rem;
}
.l-supernatant::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 550px;
  background: url(../img/supernatant_bg.png) center top/cover no-repeat;
  pointer-events: none;
  z-index: 0;
}
.l-supernatant {
  /* カンプ: 右下のシルエット（背景色・上部写真の手前 / 本文より奥） */
}
.l-supernatant::after {
  content: "";
  position: absolute;
  right: 0;
  top: clamp(5rem, 11vw, 9rem);
  bottom: 0;
  width: 100%;
  background: url(../img/position_bg.png) right bottom/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}
.l-supernatant > .wrap {
  position: relative;
  z-index: 1;
}
.l-supernatant__heading, .l-supernatant__lead {
  max-width: 980px;
  margin: 0 auto;
}
.l-supernatant__lead-text {
  font-size: 1.8rem;
  line-height: 5rem;
}
.l-supernatant__heading {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.7rem, 2vw, 1.5rem);
  row-gap: 0.6rem;
}
.l-supernatant__heading .c-title-line {
  margin: 0;
  width: auto;
  max-width: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}
.l-supernatant__heading .c-title-line img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(32vw, 110px);
  max-height: 14px;
}
.l-supernatant__heading .sec-title {
  font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(2.4rem, 4.2vw, 4.6rem);
  color: #1f4d66;
  font-weight: 500;
  margin: 0;
  text-align: left;
  line-height: 1.25;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-supernatant__heading .sub-title {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #e8891a;
  -ms-flex-item-align: center;
      align-self: center;
  position: static;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-supernatant__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .l-supernatant__heading .sec-title {
    text-align: center;
  }
  .l-supernatant__heading .c-title-line img {
    max-width: 180px;
  }
}
.l-supernatant__lead p, .l-supernatant__lead small {
  color: #2f3a40;
  display: block;
  margin-bottom: 0.8rem;
}
.l-supernatant__lead small {
  margin-bottom: 4rem;
}
.l-supernatant__accordion {
  margin: 2.2rem auto;
  max-width: 980px;
  display: grid;
  gap: 4rem;
}
.l-supernatant__item {
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 3rem 3rem 3rem 10rem;
  position: relative;
}
.l-supernatant__item h3 {
  font-size: 2rem;
  margin: 0 0 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
}
.l-supernatant__item .l-supernatant__ico {
  width: clamp(22px, 2.8vw, 32px);
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.l-supernatant__item .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8aa6b3;
  display: inline-block;
}
.l-supernatant__item .symbol {
  position: absolute;
  top: 3.6rem;
  right: 4.7rem;
  color: #6b8c9a;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.l-supernatant__item p {
  margin: 0;
  line-height: 4rem;
}
.l-supernatant__item:not(.is-open) p {
  display: none;
}
.l-supernatant__refs {
  max-width: 980px;
  margin: 1.8rem auto 0;
}
.l-supernatant__refs .title {
  font-weight: 700;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.55rem;
  font-size: 2rem;
}
.l-supernatant__refs .title::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 19px;
  height: 19px;
  background: url(../img/ico_link.svg) center/contain no-repeat;
}
.l-supernatant__refs .desc {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.l-supernatant__refs .note {
  font-size: 1.4rem;
  color: #7E7E7E;
  margin: 2rem 0 0 0;
}
.l-supernatant__refs .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 0.8rem;
}
.l-supernatant__refs .links a {
  text-decoration: none;
  color: #2A6C8A;
  border: 2px solid #2A6C8A;
  border-radius: 999px;
  padding: 1.7rem 2.5rem 1.7rem 2.5rem;
  background: #fff;
  font-size: 1.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.l-supernatant__refs .links a::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: url(../img/ico_next_blue.svg) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .l-supernatant::after {
    width: min(78vw, 300px);
    top: clamp(6.5rem, 22vw, 10rem);
  }
}

.l-position {
  position: relative;
  overflow: visible;
  /* 負の margin で重ねるとセクション背景が上に乗りコンテンツが直線で切れるため使わない */
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: clamp(90px, 10vw, 150px);
}
.l-position::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-15rem);
          transform: translateY(-15rem);
  width: min(34vw, 536px);
  height: min(48vw, 520px);
  background: url(../img/n_mark.svg) right top/contain no-repeat;
  pointer-events: none;
  z-index: 2;
}
.l-position .wrap {
  position: relative;
  z-index: 1;
}
.l-position__heading {
  text-align: center;
  margin-bottom: 2.4rem;
}
.l-position__heading .sec-title {
  font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(3rem, 3.8vw, 4.8rem);
  color: #3b3b3b;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.l-position__body {
  max-width: 980px;
  margin: 0 auto;
}
.l-position__text {
  margin-bottom: 2rem;
}
.l-position__text p {
  margin-bottom: 2rem;
}
.l-position__text ul {
  margin: 2rem 0 2rem 0;
}
.l-position__text li {
  margin-bottom: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.l-position__text li:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #F0B313;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-position__cards {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.3rem;
}
.l-position .arrow {
  text-align: center;
  line-height: 0;
}
.l-position .arrow img {
  display: block;
  width: clamp(44px, 5vw, 56px);
  height: auto;
  margin: 0 auto;
}
.l-position .card {
  background: #fff;
  border: 1px solid #d7d7d7;
  min-height: 190px;
  padding: 1.6rem 1.8rem;
}
.l-position .card h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  text-align: center;
}
.l-position .card p {
  margin-bottom: 0.4rem;
  color: #3f3f3f;
}
.l-position__card-list {
  list-style: none;
  padding: 0;
  margin: 0 5.8rem 5.8rem 5.8rem;
}
.l-position__card-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 2rem 0 0.5rem 0;
  border-bottom: 1px dotted #707070;
}
.l-position__card-list img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: block;
}
.l-position__card-list span {
  display: block;
  line-height: 1.45;
}
.l-position .card--nal {
  border: 2px solid #f0b313;
  -webkit-box-shadow: 8px 8px 0 #f0b313;
          box-shadow: 8px 8px 0 #f0b313;
}
.l-position .card--nal h3 {
  color: #f0a813;
}
@media screen and (max-width: 768px) {
  .l-position {
    padding-top: calc(9rem + clamp(56px, 12vw, 96px));
    padding-bottom: clamp(60px, 12vw, 100px);
  }
  .l-position:before {
    top: 0;
    width: 100%;
    height: clamp(90px, 18vw, 140px);
  }
  .l-position:after {
    right: 0;
    top: clamp(1.2rem, 5vw, 2.4rem);
    width: min(58vw, 260px);
    height: min(86vw, 360px);
  }
  .l-position__cards {
    grid-template-columns: 1fr;
  }
  .l-position .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.card--medical {
  border: 2px solid #7E7E7E;
  -webkit-box-shadow: -8px 8px 0 #F5F5F5;
          box-shadow: -8px 8px 0 #F5F5F5;
}

.l-price {
  background: #f2f2f2;
}
.l-price__heading {
  text-align: center;
  margin-bottom: 2.4rem;
}
.l-price__heading .sec-title {
  margin-bottom: 0.4rem;
  color: #3b3b3b;
  font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(3rem, 3.8vw, 4.8rem);
  font-weight: 500;
}
.l-price__lead {
  max-width: 980px;
  margin: 0 auto 2.4rem;
}
.l-price__lead p {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  line-height: 5rem;
}
.l-price__lead small {
  color: #777;
}
.l-price__cards {
  max-width: 740px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem;
}
.l-price__card {
  background: #f7f7f7;
  border-radius: 0 14px 0 14px;
  border: 1px solid #FFF;
  overflow: visible;
  text-align: center;
  padding: 0 0 5rem 0;
}
.l-price__card .l-price__ico {
  margin: 1.6rem 0 0;
  line-height: 0;
}
.l-price__card .l-price__ico img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.l-price__card h3 {
  font-size: 2rem;
  margin: 0 0 0.7rem;
  font-weight: bold;
}
.l-price__card .plan {
  font-size: 1.1rem;
  color: #FEA40B;
  letter-spacing: 0.08em;
  margin: 2rem 0 0.5rem;
}
.l-price__card .amount {
  margin: 0;
}
.l-price__card .amount span {
  font-size: clamp(5.4rem, 6vw, 7rem);
  font-weight: 600;
  line-height: 1;
  color: #FEA40B;
}
.l-price__card .tax {
  margin: 0.1rem 0 1.2rem;
  font-size: 1.3rem;
}
.l-price__card .desc {
  text-align: left;
  padding: 1.4rem 4rem;
  font-size: 1.4rem;
  background: #ddd;
  min-height: 9rem;
  /* カンプ：説明帯を左右に少しはみ出させる */
  margin: 0 -18px 0;
}
.l-price__card--initial {
  border-color: #FEA40B;
}
.l-price__card--initial .desc {
  background: rgba(254, 164, 11, 0.5);
}
.l-price__card--monthly .desc {
  background: rgba(173, 174, 178, 0.4);
}
@media screen and (max-width: 768px) {
  .l-price__cards {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

.l-usage-flow {
  background: #f8f8f8;
}
.l-usage-flow__heading {
  text-align: center;
  margin-bottom: 2.4rem;
}
.l-usage-flow__heading .sec-title {
  margin-bottom: 0.4rem;
  color: #3b3b3b;
  font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(3rem, 3.8vw, 4.8rem);
  font-weight: 500;
}
.l-usage-flow__list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 8rem;
}
.l-usage-flow__item {
  display: grid;
  grid-template-columns: 88px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem;
  position: relative;
}
.l-usage-flow__item .num {
  width: 88px;
  height: 88px;
  border-radius: 0 30px 30px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4bc2f), to(#f0a813));
  background: linear-gradient(180deg, #f4bc2f 0%, #f0a813 100%);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.l-usage-flow__item .body {
  background: #f0f0f0;
  border-radius: 30px 30px 0 30px;
  padding: 3rem 3rem 3rem 10rem;
}
.l-usage-flow__item .body h3 {
  margin: 0 0 0.4rem;
  font-size: 2rem;
}
.l-usage-flow__item .body p {
  margin: 0;
}
.l-usage-flow__item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: -7rem;
  width: 8px;
  height: 70px;
  background: url(../img/flow_01.svg) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .l-usage-flow__item {
    grid-template-columns: 56px 1fr;
  }
  .l-usage-flow__item .num {
    width: 56px;
    height: 56px;
    font-size: 3rem;
  }
  .l-usage-flow__item .body {
    padding: 1.2rem 1.4rem;
  }
}

.l-nal-faq {
  background: #f2f2f2;
}
.l-nal-faq__heading {
  text-align: center;
  margin-bottom: 2rem;
}
.l-nal-faq__heading .sec-title {
  margin-bottom: 0.4rem;
  color: #3b3b3b;
  font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(3rem, 3.8vw, 4.8rem);
  font-weight: 500;
}
.l-nal-faq__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.4rem;
  margin-bottom: 4rem;
}
.l-nal-faq__tabs button {
  min-width: 170px;
  border: 1px solid #FEA40B;
  border-radius: 20px;
  background: #FFF;
  color: #FEA40B;
  padding: 1.7rem 4rem 1.7rem 4rem;
  cursor: default;
  font-size: 1.8rem;
  text-align: center;
}
.l-nal-faq__tabs .is-active {
  background: #FEA40B;
  color: #fff;
  border-color: transparent;
}
.l-nal-faq__list {
  max-width: 1136px;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
.l-nal-faq__list .item {
  background: #FFF;
  border-radius: 20px 20px 0 0;
  border: 1px solid #ebebeb;
  padding: 3rem 3rem 3rem 3rem;
  position: relative;
}
.l-nal-faq__list h3 {
  margin: 0;
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  padding-right: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.l-nal-faq__list h3 span {
  color: #FEA40B;
  font-size: 2.9rem;
  line-height: 1;
}
.l-nal-faq__list .icon {
  position: absolute;
  top: 2.5rem;
  right: 4.7rem;
  color: #FEA40B;
  font-size: 2.9rem;
  line-height: 1;
  font-weight: bold;
}
.l-nal-faq__list p {
  margin: 3rem 2rem 0 6rem;
  font-size: 1.6rem;
  line-height: 3.4rem;
  max-width: 90%;
}
.l-nal-faq__list .item:not(.is-open) p {
  display: none;
}

.l-media {
  background: #f8f8f8;
}
.l-media__heading {
  text-align: center;
  margin-bottom: 1.4rem;
}
.l-media__heading .sec-title {
  margin-bottom: 0.4rem;
  color: #3b3b3b;
  font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(3rem, 3.8vw, 4.8rem);
  font-weight: 500;
}
.l-media__lead {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}
.l-media__cards {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.l-media .card {
  text-decoration: none;
  color: inherit;
  background: #f3f3f3;
  border-radius: 14px;
  border: 1px solid #ececec;
  min-height: 220px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.l-media .card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #e2c465;
}
.l-media .logo {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #222;
}
.l-media .state {
  position: absolute;
  right: 1.2rem;
  bottom: 0.6rem;
  font-size: 1.1rem;
  color: #7c7c7c;
}
@media screen and (max-width: 768px) {
  .l-media__cards {
    grid-template-columns: 1fr;
  }
  .l-media .card {
    min-height: 180px;
  }
}

.l-contact-cta {
  background-image: url(../img/contact-cta_bg.svg), -webkit-gradient(linear, left top, left bottom, from(#f2cb75), color-stop(52%, #f6ba3a), to(#f3aa12));
  background-image: url(../img/contact-cta_bg.svg), linear-gradient(180deg, #f2cb75 0%, #f6ba3a 52%, #f3aa12 100%);
  background-position: right bottom, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: clamp(240px, 38vw, 520px) auto, cover;
  position: relative;
  overflow: hidden;
}
.l-contact-cta .wrap {
  position: relative;
  z-index: 1;
}
.l-contact-cta__heading {
  text-align: center;
  margin-bottom: 1.8rem;
}
.l-contact-cta__heading .sec-title {
  margin-bottom: 0.4rem;
  color: #3b3b3b;
  font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(3rem, 3.8vw, 4.8rem);
  font-weight: 500;
}
.l-contact-cta__heading .sub-title {
  color: #f4f8fa;
}
.l-contact-cta__lead {
  text-align: center;
  color: #3f3f3f;
  margin-bottom: 2.2rem;
}
.l-contact-cta__actions {
  max-width: 980px;
  margin: 0 auto;
}
.l-contact-cta__btn {
  text-decoration: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  border-radius: 999px;
  width: 100%;
}
.l-contact-cta__btn .txt {
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.l-contact-cta__btn .icon {
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  line-height: 1;
}
.l-contact-cta__btn .arrow {
  width: clamp(56px, 6vw, 78px);
  height: clamp(56px, 6vw, 78px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: clamp(3rem, 3vw, 4.2rem);
  line-height: 1;
}
.l-contact-cta__btn--primary {
  background: #f5f8f9;
  color: #d8a01f;
  padding: 1.6rem 1.8rem 1.6rem 3rem;
}
.l-contact-cta__btn--primary .arrow {
  background: #2f3337;
  color: #fff;
  font-size: 4.8rem;
}
.l-contact-cta__tel-title {
  text-align: center;
  margin: 2.4rem 0 0.8rem;
  color: #3f3f3f;
}
.l-contact-cta__tel-title small {
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 0.2rem;
}
.l-contact-cta__btn--secondary {
  max-width: 702px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.38);
  color: #d49e1f;
  padding: 1.1rem 1.6rem 1.1rem 2.4rem;
}
.l-contact-cta__btn--secondary .txt {
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  font-weight: 600;
}
.l-contact-cta__btn--secondary .arrow {
  background: rgba(81, 63, 22, 0.46);
  color: #fff;
  width: clamp(46px, 5vw, 64px);
  height: clamp(46px, 5vw, 64px);
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
}
@media screen and (max-width: 768px) {
  .l-contact-cta:before {
    width: 170px;
    height: 270px;
    right: -30px;
    top: 35%;
  }
  .l-contact-cta:after {
    display: none;
  }
  .l-contact-cta__btn--primary {
    padding: 1.2rem 1.2rem 1.2rem 1.6rem;
  }
  .l-contact-cta__btn--secondary {
    padding: 1rem 1rem 1rem 1.4rem;
  }
}

.l-inquiry {
  background: #f5f5f5;
}
.l-inquiry__heading {
  text-align: center;
  margin-bottom: 2.8rem;
}
.l-inquiry__heading .sec-title {
  margin-bottom: 0.4rem;
  color: #3b3b3b;
  font-family: "Noto Serif JP", "源ノ明朝", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(3rem, 3.8vw, 4.8rem);
  font-weight: 500;
}
.l-inquiry__form {
  max-width: 760px;
  margin: 0 auto;
}
.l-inquiry__field {
  margin-bottom: 2.2rem;
}
.l-inquiry__field label {
  display: block;
  margin-bottom: 0.7rem;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
}
.l-inquiry__field label span {
  color: #FEA40B;
  font-size: 1.3rem;
  margin-left: 0.3rem;
}
.l-inquiry__field input,
.l-inquiry__field select,
.l-inquiry__field textarea {
  width: 100%;
  border: 1px solid #b9b9b9;
  background: #f8f8f8;
  color: #303030;
  font-size: 1.6rem;
  padding: 1rem 1.1rem;
  font-family: inherit;
  outline: none;
}
.l-inquiry__field input::-webkit-input-placeholder, .l-inquiry__field select::-webkit-input-placeholder, .l-inquiry__field textarea::-webkit-input-placeholder {
  color: #6a6a6a;
}
.l-inquiry__field input::-moz-placeholder, .l-inquiry__field select::-moz-placeholder, .l-inquiry__field textarea::-moz-placeholder {
  color: #6a6a6a;
}
.l-inquiry__field input:-ms-input-placeholder, .l-inquiry__field select:-ms-input-placeholder, .l-inquiry__field textarea:-ms-input-placeholder {
  color: #6a6a6a;
}
.l-inquiry__field input::-ms-input-placeholder, .l-inquiry__field select::-ms-input-placeholder, .l-inquiry__field textarea::-ms-input-placeholder {
  color: #6a6a6a;
}
.l-inquiry__field input::placeholder,
.l-inquiry__field select::placeholder,
.l-inquiry__field textarea::placeholder {
  color: #6a6a6a;
}
.l-inquiry__field input:focus,
.l-inquiry__field select:focus,
.l-inquiry__field textarea:focus {
  border-color: #d7ab3c;
}
.l-inquiry__field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 10px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 3rem;
}
.l-inquiry__field textarea {
  resize: vertical;
  min-height: 180px;
}
.l-inquiry__submit {
  display: block;
  width: min(100%, 640px);
  margin: 1.4rem auto 0;
  border: 0;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6bc2e), to(#f1a913));
  background: linear-gradient(180deg, #f6bc2e 0%, #f1a913 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 1.2rem 1rem;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-inquiry__field {
    margin-bottom: 1.8rem;
  }
  .l-inquiry__field label {
    font-size: 1.6rem;
  }
  .l-inquiry__submit {
    font-size: 1.8rem;
  }
}

.l-brand-visual {
  position: relative;
  min-height: clamp(220px, 28vw, 340px);
  overflow: hidden;
  background: url(../img/f_bg_green.png) center/cover no-repeat;
}
.l-brand-visual__inner {
  min-height: inherit;
  display: grid;
  place-items: center;
  padding: 11.7rem 0 11.7rem 0;
}
.l-brand-visual__logo {
  margin: 0;
  color: #f2f8fc;
  font-size: clamp(4.2rem, 5.4vw, 7.2rem);
  line-height: 1.08;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-align: center;
  font-family: "Roboto", "Noto Serif JP", sans-serif;
  text-shadow: 0 2px 18px rgba(11, 56, 77, 0.38);
}
.l-brand-visual__logo img {
  display: block;
  width: min(92vw, 640px);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.l-brand-visual__logo span {
  color: #f2b833;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-brand-visual {
    min-height: 220px;
  }
  .l-brand-visual:before {
    top: 8%;
  }
}

.l-status {
  background: url(../img/img_statusquo_bg.png) center top no-repeat;
  background-size: cover;
}
.l-status .sec-title {
  margin-bottom: 1rem;
}
.l-status__message {
  background-color: #fff;
  border-radius: 16px;
  padding: 4em 6em;
  margin-top: 3em;
}
.l-status__message p {
  margin-bottom: 1em;
  color: #00496d;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-status__message {
    padding: 2em 2em 1em;
    margin-top: 3em;
  }
  .l-status__message p {
    margin-bottom: 1em;
    color: #00496d;
    font-size: 1.8rem;
  }
}

.l-about__heading {
  margin-bottom: 3em;
}
.l-about__heading .sec-title {
  margin-bottom: 1rem;
}
.l-about__heading .sec-title span {
  color: #00496d;
}
.l-about__body:not(:last-of-type) {
  margin-bottom: 4em;
}
.l-about .number {
  position: relative;
  height: 160px;
  margin-bottom: 2em;
}
.l-about .number span.ja {
  text-align: center;
  color: #00496d;
  font-size: 2.8rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.l-about .number span.en {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  z-index: 1;
  line-height: 1;
}
.l-about .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-about .row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-about .row .col-txt {
  width: 50%;
}
.l-about .row .col-txt .c-txt {
  color: #00496d;
  font-weight: 600;
}
.l-about .row .col-txt ul {
  margin: 0 0 1em 0;
  font-weight: 600;
}
.l-about .row .col-txt p {
  margin-bottom: 1em;
}
.l-about .row .col-image {
  width: 45%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-about .row .col-image .comment {
  color: #00496d;
  font-size: 1.4rem;
  font-weight: 600;
  position: absolute;
  bottom: 5px;
  right: 60px;
}
@media screen and (max-width: 768px) {
  .l-about__heading {
    margin-bottom: 2em;
  }
  .l-about__body:not(:last-of-type) {
    margin-bottom: 3em;
  }
  .l-about .number {
    position: relative;
    height: 95px;
    margin-bottom: 2em;
  }
  .l-about .number span.ja {
    font-size: 2.2rem;
    white-space: nowrap;
  }
  .l-about .number span.en {
    font-size: 12rem;
  }
  .l-about .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-about .row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-about .row .col-txt {
    width: 100%;
  }
  .l-about .row .col-image {
    width: 100%;
  }
  .l-about .row .col-image .comment {
    font-size: 1.2rem;
    bottom: 5px;
    right: 30px;
  }
}

.l-faq__heading {
  margin-bottom: 3em;
}
.l-faq__heading .sec-title {
  margin-bottom: 1rem;
}
.l-faq__heading .sec-title span {
  color: #00496d;
}
.l-faq__faq-list {
  background-color: #ebf6fd;
  border-radius: 28px 0 28px 0;
  margin-bottom: 1em;
  padding: 0 42px;
}
.l-faq__faq-list dt {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e2e2e2;
  font-size: 2.2rem;
}
.l-faq__faq-list dt:before {
  content: "Q";
  margin-right: 30px;
  color: #88d9ec;
  font-size: 6rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.l-faq__faq-list dd {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-faq__faq-list dd:before {
  content: "A";
  margin-right: 30px;
  color: #4981d5;
  font-size: 6rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-faq__faq-list {
    border-radius: 20px 0 20px 0;
    padding: 0 12px;
  }
  .l-faq__faq-list dt {
    padding: 10px 0;
  }
  .l-faq__faq-list dt:before {
    content: "Q";
    margin-right: 20px;
    font-size: 4rem;
  }
  .l-faq__faq-list dd {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-faq__faq-list dd:before {
    content: "A";
    margin-right: 20px;
    font-size: 4rem;
  }
}

@-webkit-keyframes bganime {
  0% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(2, 2) translateX(-300%) skewX(45deg);
            transform: scale(2, 2) translateX(-300%) skewX(45deg);
  }
  100% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(2, 2) translateX(0%) skewX(45deg);
            transform: scale(2, 2) translateX(0%) skewX(45deg);
  }
}

@keyframes bganime {
  0% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(2, 2) translateX(-300%) skewX(45deg);
            transform: scale(2, 2) translateX(-300%) skewX(45deg);
  }
  100% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(2, 2) translateX(0%) skewX(45deg);
            transform: scale(2, 2) translateX(0%) skewX(45deg);
  }
}
.l-problem {
  position: relative;
  overflow: hidden;
  background-color: #ebf6fd;
}
.l-problem .bg {
  --line-w: 3000;
  --line-h: 400;
  --line-bg: #3c96d7;
  --line-rotate: rotate(-23deg);
  background: var(--line-bg);
  height: calc(var(--line-h) * 1em / 16);
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: calc(var(--line-w) * 1em / 16);
  -webkit-transform: var(--line-rotate) scaleX(0);
          transform: var(--line-rotate) scaleX(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  opacity: 0.9;
}
.l-problem .bg.is-active {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: var(--line-rotate) scaleX(1);
          transform: var(--line-rotate) scaleX(1);
}
.l-problem__heading {
  margin-bottom: 3em;
}
.l-problem__heading .sec-title {
  margin-bottom: 1rem;
}
.l-problem__heading .sec-title span {
  color: #00496d;
}
.l-problem__problem-list {
  background-color: #fff;
  margin-bottom: 1em;
  padding: 0 60px 20px;
  border-radius: 10px;
}
.l-problem__problem-list h3 {
  background: transparent -webkit-gradient(linear, left top, right top, from(#4981d5), color-stop(50%, #11b4d9), to(#88d9ec)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #4981d5 0%, #11b4d9 50%, #88d9ec 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 20px 20px;
  text-align: center;
  color: #fff;
  max-width: 680px;
  margin: 0 auto;
  padding: 8px;
  margin-bottom: 1em;
  font-size: 2.6rem;
}
.l-problem__problem-list h4 {
  text-align: center;
  color: #00496d;
  font-size: 2.6rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .l-problem__problem-list {
    padding: 0 16px 20px;
  }
  .l-problem__problem-list h3 {
    font-size: 2rem;
  }
  .l-problem__problem-list h4 {
    font-size: 2.2rem;
    margin-bottom: 1em;
    padding: 0 20px;
  }
  .l-problem__problem-list p {
    padding: 0 20px;
  }
}

.l-voice__heading {
  margin-bottom: 3em;
}
.l-voice__heading .sec-title {
  margin-bottom: 1rem;
}
.l-voice__heading .sec-title span {
  color: #00496d;
}
.l-voice__body {
  background-color: #ebf6fd;
  padding: 60px 70px;
  border-radius: 20px;
  position: relative;
}
.l-voice__body p {
  margin-bottom: 1em;
}
.l-voice__body p.article {
  width: 58%;
}
.l-voice__body .voice-image {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.l-voice__body .name {
  display: block;
  text-align: right;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-voice__body {
    padding: 20px 20px 0;
  }
  .l-voice__body p {
    margin-bottom: 1em;
  }
  .l-voice__body p.article {
    width: 100%;
  }
  .l-voice__body .voice-image {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .l-voice__body .name {
    display: block;
    text-align: right;
    font-weight: bold;
    margin-top: 20px;
  }
}

.l-comparison {
  background-color: #ebf6fd;
}
.l-comparison__heading {
  margin-bottom: 3em;
}
.l-comparison__heading .sec-title {
  margin-bottom: 1rem;
}
.l-comparison__heading .sec-title span {
  color: #00496d;
}
.l-comparison .bg-table {
  background-color: #fff;
  padding: 36px;
  border-radius: 16px;
}
.l-comparison h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.6rem;
  text-align: center;
  margin: 2em 0;
  color: #00496d;
}
.l-comparison h3:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/icon_comparison_deco_L.svg) center center no-repeat;
  background-size: cover;
  margin-right: 16px;
}
.l-comparison h3:after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/icon_comparison_deco_R.svg) center center no-repeat;
  background-size: cover;
  margin-left: 16px;
}
.l-comparison__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.l-comparison__list li {
  width: 200px;
  height: 200px;
  border-radius: 100vmax;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#4981d5), color-stop(50%, #11b4d9), to(#88d9ec)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #4981d5 0%, #11b4d9 50%, #88d9ec 100%) 0% 0% no-repeat padding-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-variation-settings: 2.2rem;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .l-comparison .bg-table {
    padding: 20px 6px;
  }
  .l-comparison .bg-table img {
    width: 100%;
  }
  .l-comparison h3 {
    font-size: 2rem;
  }
  .l-comparison h3:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/icon_comparison_deco_L.svg) center center no-repeat;
    background-size: cover;
    margin-right: 6px;
  }
  .l-comparison h3:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/icon_comparison_deco_R.svg) center center no-repeat;
    background-size: cover;
    margin-left: 6px;
  }
  .l-comparison__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .l-comparison__list li {
    width: 160px;
    height: 160px;
    font-size: 2rem;
  }
}

.l-function__heading {
  margin-bottom: 4em;
}
.l-function__heading .sec-title {
  margin-bottom: 1rem;
}
.l-function__heading .sec-title span {
  color: #00496d;
}
.l-function__body {
  background-color: #ebf6fd;
  border-radius: 16px;
  margin-bottom: 3em;
  padding: 60px 20px 40px 100px;
  position: relative;
}
.l-function__body h3 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
  border-radius: 100vmax;
  text-align: center;
  width: calc(100% - 200px);
  padding: 4px;
  color: #fff;
}
.l-function__body h3.bg01 {
  background-color: #11b4d9;
}
.l-function__body h3.bg02 {
  background-color: #00496d;
}
.l-function__body ul.list01 li:before {
  color: #11b4d9;
}
.l-function__body ul.list02 li:before {
  color: #00496d;
}
.l-function__body ul li {
  margin-bottom: 4px;
}
.l-function__body ul li:before {
  content: "●";
  display: inline-block;
  margin-right: 12px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .l-function__body {
    padding: 40px 20px 40px 20px;
    position: relative;
  }
  .l-function__body h3 {
    text-align: center;
    width: calc(100% - 20px);
    font-size: 2rem;
  }
  .l-function__body ul li {
    margin-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-function__body ul li:before {
    content: "●";
    display: inline-block;
    margin-right: 12px;
    margin-top: -3px;
    font-size: 2rem;
  }
}

.l-effect {
  background-color: #11b4d9;
  color: #fff;
}
.l-effect__heading {
  margin-bottom: 3em;
}
.l-effect__heading .sec-title {
  margin-bottom: 1rem;
  color: #fff;
}
.l-effect__heading .sec-title span {
  color: #00496d;
}
.l-effect__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.l-effect__list li {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2.2rem;
}
.l-effect__list li span {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-effect__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .l-effect__list li {
    width: 200px;
    font-size: 2rem;
  }
}

.l-flow {
  background-color: #ebf6fd;
}
.l-flow__heading {
  margin-bottom: 3em;
}
.l-flow__heading .sec-title {
  margin-bottom: 1rem;
}
.l-flow__heading .sec-title span {
  color: #00496d;
}
.l-flow__list li {
  position: relative;
  margin-bottom: 5em;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 12px 12px 260px;
  min-height: 105px;
  margin-left: 30px;
  width: calc(100% - 30px);
}
.l-flow__list li .circle {
  position: absolute;
  left: -30px;
  top: -20px;
  width: 160px;
  height: 160px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#4981d5), color-stop(50%, #11b4d9), to(#88d9ec)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #4981d5 0%, #11b4d9 50%, #88d9ec 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  border-radius: 100vmax;
}
.l-flow__list li:not(:last-of-type):after {
  position: absolute;
  content: "";
  color: #00496d;
  left: 50%;
  bottom: -3em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #00496d transparent transparent transparent;
}
.l-flow__list h3 {
  color: #00496d;
  font-size: 2.2rem;
  font-weight: 600;
}
.l-flow__list p {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .l-flow__heading {
    margin-bottom: 4em;
  }
  .l-flow__list li {
    margin-bottom: 6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 90px 16px 16px 16px;
    min-height: auto;
    margin-left: 0;
    width: 100%;
  }
  .l-flow__list li .circle {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -40px;
    width: 120px;
    height: 120px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#4981d5), color-stop(50%, #11b4d9), to(#88d9ec)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #4981d5 0%, #11b4d9 50%, #88d9ec 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 100vmax;
  }
  .l-flow__list li:not(:last-of-type):after {
    position: absolute;
    content: "";
    color: #00496d;
    left: 50%;
    bottom: -2em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10px 0 10px;
    border-color: #00496d transparent transparent transparent;
  }
  .l-flow__list li:last-of-type {
    margin-bottom: 0;
  }
  .l-flow__list h3 {
    color: #00496d;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .l-flow__list p {
    margin-left: 0px;
  }
}

.l-caution {
  background-color: #00496d;
  padding: 60px;
  color: #fff;
}
.l-caution__heading {
  padding: 10px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
}
.l-caution__heading img {
  display: inline-block;
  vertical-align: middle;
}
.l-caution__list {
  padding-top: 20px;
  padding-left: 100px;
  padding-bottom: 10px;
  border: 1px solid #fff;
  margin-top: -1px;
}
.l-caution__list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}
.l-caution__list li:before {
  content: "●";
  color: #fff;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .l-caution {
    padding: 30px 10px;
  }
  .l-caution__heading {
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #fff;
    font-size: 2rem;
  }
  .l-caution__heading img {
    display: block;
    margin: 0 auto;
  }
  .l-caution__list {
    padding: 10px 10px 10px 30px;
    border: 1px solid #fff;
  }
  .l-caution__list li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
  }
  .l-caution__list li:before {
    content: "●";
    color: #fff;
    display: inline-block;
    margin-right: 8px;
  }
}/*# sourceMappingURL=style.css.map */