@charset "UTF-8";
@font-face {
  font-family: "notosansjp";
  font-weight: 400;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 500;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 700;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 900;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Black.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 400;
  src: url(../../../products/_assets/font/worksans/WorkSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 500;
  src: url(../../../products/_assets/font/worksans/WorkSans-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 700;
  src: url(../../../products/_assets/font/worksans/WorkSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 900;
  src: url(../../../products/_assets/font/worksans/WorkSans-Black.ttf) format("truetype");
}
/*
 * サイト内パラメータ設定ファイル
 */
/*
 * 関数定義用ファイル
 */
/*
 * メディアクエリ用mixin
 */
:root {
  --c-black: #000;
  --c-white: #ffffff;
  --c-gray: #f4f4f4;
  --c-lightgray: #dfe1e6;
  --c-main: #00838b;
  --c-lightblue: #f3f8f9;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: clamp(4.75rem, 3.3464566929vw + 4.0807086614rem, 6.875rem);
}

:target {
  scroll-margin-top: clamp(4.75rem, 3.3464566929vw + 4.0807086614rem, 6.875rem);
}

body {
  font-family: "notosansjp", "メイリオ", sans-serif;
  color: var(--c-black);
  margin: 0;
  height: 100%;
  overflow-x: hidden;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: var(--c-black);
  transition: background-color 0.2s, color 0.2s;
  line-height: 1.6;
}
a:hover {
  color: var(--c-main);
}
a span,
a strong {
  transition: background-color 0.2s, color 0.2s;
}

h1,
h2,
h3,
h4,
p,
ul,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

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

h1,
h2,
h3,
h4,
h5 {
  color: var(--c-black);
  line-height: 160%;
  letter-spacing: 0.04em;
}

table {
  border-collapse: collapse;
}

textarea {
  resize: vertical;
}

button {
  padding: 0;
  font-weight: 500;
  color: var(--c-black);
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

dl {
  margin: 0;
}
dl dd {
  margin-left: 0;
}

p {
  line-height: 160%;
  letter-spacing: 0.04em;
}

summary {
  display: block;
  list-style-type: none;
}

summary::marker {
  content: "";
}

summary::-webkit-details-marker {
  display: none;
}

.is-pc {
  display: none !important;
}
@media screen and (min-width: 48.0625em) {
  .is-pc {
    display: block !important;
  }
}

@media screen and (min-width: 48.0625em) {
  .is-sp {
    display: none !important;
  }
}

.c-section {
  padding-inline: clamp(1.5rem, 1.5748031496vw + 1.1850393701rem, 2.5rem);
}

.c-bgBlue {
  background-color: #f3f8f9;
}

.c-inner {
  margin-inline: auto;
  width: min(100%, 960px);
}

.c-grid {
  display: grid;
  grid-template-rows: auto;
  align-items: start;
}
.c-grid.-pcCol1 {
  grid-template-columns: repeat(1, 1fr);
}
.c-grid.-pcCol2 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 48.0625em) {
  .c-grid.-pcCol2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-grid.-pcCol3 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 48.0625em) {
  .c-grid.-pcCol3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-grid.-gap16 {
  gap: 16px;
}
.c-grid.-gap24 {
  gap: 24px;
}
.c-grid.-gap40 {
  gap: 40px;
}
.c-grid.-gap3040 {
  gap: clamp(1.875rem, 0.9842519685vw + 1.6781496063rem, 2.5rem);
}
.c-grid.-gap1440 {
  gap: clamp(0.875rem, 2.5590551181vw + 0.3631889764rem, 2.5rem);
}

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

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

.c-text-left-sp a {
  text-align: left;
}
@media screen and (min-width: 48.0625em) {
  .c-text-left-sp a {
    text-align: center;
  }
}

.c-color-red {
  color: #db0404;
}

.c-lists li {
  padding-left: 22px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 12px;
  position: relative;
}
@media screen and (min-width: 48.0625em) {
  .c-lists li {
    font-size: 14px;
  }
}
.c-lists li + li {
  margin-top: 5px;
}
.c-lists li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 5px;
}
.c-lists.text1 li {
  font-size: 15px;
}
@media screen and (min-width: 48.0625em) {
  .c-lists.text1 li {
    font-size: 16px;
  }
}
.c-lists.gap8 li + li {
  margin-top: 8px;
}
.c-lists.num {
  counter-reset: number 0;
}
.c-lists.num li {
  padding-left: 27px;
}
.c-lists.num li:before {
  counter-increment: number 1;
  content: counter(number) ".";
}

.c-annotation.num {
  counter-reset: number 0;
}
.c-annotation.num li {
  padding-left: 27px;
}
.c-annotation.num li:before {
  counter-increment: number 1;
  content: "※" counter(number);
}
.c-annotation.kanji {
  counter-reset: number 0;
}
.c-annotation.kanji li {
  padding-left: 56px;
}
.c-annotation.kanji li + li {
  margin-top: clamp(0.25rem, 0.3937007874vw + 0.1712598425rem, 0.5rem);
}
.c-annotation.kanji li:before {
  counter-increment: number 1;
  content: "（注" counter(number) "）";
}
.c-annotation li {
  padding-left: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 12px;
  position: relative;
}
@media screen and (min-width: 48.0625em) {
  .c-annotation li {
    font-size: 14px;
  }
}
.c-annotation li + li {
  margin-top: clamp(0.25rem, 0.3937007874vw + 0.1712598425rem, 0.5rem);
}
.c-annotation li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.faq-table {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}
.faq-table th,
.faq-table td {
  padding: 16px;
}
.faq-table thead {
  text-align: center;
}
.faq-table thead th:not(:first-child) {
  background-color: #f3f8f9;
}
.faq-table thead th:nth-child(2) {
  border-radius: 12px 0 0 0;
}
.faq-table thead th:last-child {
  border-radius: 0 12px 0 0;
}
.faq-table tbody {
  border-width: 1px;
  border-style: solid;
  border-color: #dfe1e6;
}
.faq-table tbody tr:not(:first-child) {
  border-top: inherit;
}
.faq-table tbody tr > *:not(:first-child) {
  border-left: 1px solid #dfe1e6;
}
.faq-table tbody th {
  background-color: #dbefef;
  text-align: left;
}
.faq-table tbody td {
  text-align: center;
}

.text1 {
  font-size: 15px;
}
@media screen and (min-width: 48.0625em) {
  .text1 {
    font-size: 16px;
  }
}

.text2 {
  font-size: 12px;
}
@media screen and (min-width: 48.0625em) {
  .text2 {
    font-size: 14px;
  }
}

.text2-2 {
  font-size: 10px;
}
@media screen and (min-width: 48.0625em) {
  .text2-2 {
    font-size: 12px;
  }
}

.text3 {
  font-size: 10px;
}
@media screen and (min-width: 48.0625em) {
  .text3 {
    font-size: 12px;
  }
}

.link {
  display: inline-block;
  color: #161994 !important;
  font-weight: 700;
  text-decoration: underline;
}

.pb20 {
  padding-block: 20px !important;
}
@media screen and (min-width: 48.0625em) {
  .pb20 {
    padding-block: 19px !important;
  }
}

.pb10 {
  padding-block: 10px !important;
}
@media screen and (min-width: 48.0625em) {
  .pb10 {
    padding-block: 10px !important;
  }
}

.newTabLink {
  color: #161994 !important;
  font-weight: 700;
  text-decoration: underline;
}
.newTabLink::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.25%208.49477V10.7788C11.25%2011.0391%2011.0391%2011.25%2010.7788%2011.25H1.2212C0.960874%2011.25%200.75%2011.0391%200.75%2010.7788V1.22121C0.75%200.960883%200.960874%200.75%201.2212%200.75H3.50523%22%20stroke%3D%22%23161994%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M7.2002%200.75H11.2502V4.95%22%20stroke%3D%22%23161994%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M11.2498%200.75L4.0498%207.95%22%20stroke%3D%22%23161994%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.newTabLink.mt1em {
  margin-top: 1em;
}

.pageTopAnchor {
  gap: 10px 0px;
}
@media screen and (min-width: 48.0625em) {
  .pageTopAnchor {
    gap: 16px 0px;
  }
}
.pageTopAnchor li a {
  padding: 0px 10px;
  text-align: left;
}
@media screen and (min-width: 48.0625em) {
  .pageTopAnchor li a {
    padding: 2.5px 16px;
  }
}
.pageTopAnchor li a:after {
  display: none !important;
}
@media screen and (min-width: 48.0625em) {
  .pageTopAnchor.type1 li a {
    padding: 2.5px 6px !important;
  }
}

.pageTopAnchor {
  gap: 10px 0px;
}
@media screen and (min-width: 48.0625em) {
  .pageTopAnchor {
    gap: 16px 0px;
  }
}
.pageTopAnchor li a {
  padding: 0px 10px;
  text-align: left;
}
@media screen and (min-width: 48.0625em) {
  .pageTopAnchor li a {
    padding: 2.5px 16px;
  }
}
.pageTopAnchor li a:after {
  display: none;
}
@media screen and (min-width: 48.0625em) {
  .pageTopAnchor.type1 li a {
    padding: 2.5px 6px;
  }
}

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

.f-black {
  font-weight: 900;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-2-4 {
  margin-block-end: clamp(0.125rem, 0.1968503937vw + 0.0856299213rem, 0.25rem);
}

.mt-2-4 {
  margin-block-start: clamp(0.125rem, 0.1968503937vw + 0.0856299213rem, 0.25rem);
}

.mb-4-8 {
  margin-block-end: clamp(0.25rem, 0.3937007874vw + 0.1712598425rem, 0.5rem);
}

.mt-4-8 {
  margin-block-start: clamp(0.25rem, 0.3937007874vw + 0.1712598425rem, 0.5rem);
}

.mt-10-12 {
  margin-block-start: clamp(0.625rem, 0.1968503937vw + 0.5856299213rem, 0.75rem);
}

.mb-48-64 {
  margin-block-end: clamp(3rem, 1.5748031496vw + 2.6850393701rem, 4rem);
}

.mt-48-64 {
  margin-block-start: clamp(3rem, 1.5748031496vw + 2.6850393701rem, 4rem);
}

.mt-30-40 {
  margin-block-start: clamp(1.875rem, 0.9842519685vw + 1.6781496063rem, 2.5rem);
}

.mb-30-40 {
  margin-block-end: clamp(1.875rem, 0.9842519685vw + 1.6781496063rem, 2.5rem);
}

.mt-14-24 {
  margin-block-start: clamp(0.875rem, 0.9842519685vw + 0.6781496063rem, 1.5rem);
}

.mb-14-24 {
  margin-block-end: clamp(0.875rem, 0.9842519685vw + 0.6781496063rem, 1.5rem);
}

.mb-14-16 {
  margin-block-end: clamp(0.875rem, 0.1968503937vw + 0.8356299213rem, 1rem);
}

.mt-14-16 {
  margin-block-start: clamp(0.875rem, 0.1968503937vw + 0.8356299213rem, 1rem);
}

.pb-0 {
  padding-block-end: 0px !important;
}

.pb-48-64 {
  padding-block-end: clamp(3rem, 1.5748031496vw + 2.6850393701rem, 4rem) !important;
}

.c-scrollBar {
  padding-bottom: 14px;
}
.c-scrollBar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.c-scrollBar::-webkit-scrollbar-track {
  background: #dfe1e6;
  border-radius: 30px;
  margin-inline-end: clamp(1.5rem, 1.5748031496vw + 1.1850393701rem, 2.5rem);
}
.c-scrollBar::-webkit-scrollbar-thumb {
  background: #57595c;
  border-radius: 30px;
}

.c-movie {
  aspect-ratio: 16/9;
}
.c-movie iframe {
  position: static !important;
}
@font-face {
  font-family: "notosansjp";
  font-weight: 400;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 500;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 700;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 900;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Black.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 400;
  src: url(../../../products/_assets/font/worksans/WorkSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 500;
  src: url(../../../products/_assets/font/worksans/WorkSans-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 700;
  src: url(../../../products/_assets/font/worksans/WorkSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 900;
  src: url(../../../products/_assets/font/worksans/WorkSans-Black.ttf) format("truetype");
}
/*
 * サイト内パラメータ設定ファイル
 */
/*
 * 関数定義用ファイル
 */
/*
 * メディアクエリ用mixin
 */
.font-10-14 {
  font-size: clamp(0.625rem, 0.3937007874vw + 0.5462598425rem, 0.875rem);
}

.font-10-12 {
  font-size: clamp(0.625rem, 0.1968503937vw + 0.5856299213rem, 0.75rem);
}

.font-12-14 {
  font-size: clamp(0.75rem, 0.1968503937vw + 0.7106299213rem, 0.875rem);
}

.font-13-14 {
  font-size: clamp(0.8125rem, 0.0984251969vw + 0.7928149606rem, 0.875rem);
}

.font-10-16 {
  font-size: clamp(0.625rem, 0.5905511811vw + 0.5068897638rem, 1rem);
}

.font-12-16 {
  font-size: clamp(0.75rem, 0.3937007874vw + 0.6712598425rem, 1rem);
}

.font-15-16 {
  font-size: clamp(0.9375rem, 0.0984251969vw + 0.9178149606rem, 1rem);
}

.font-14-16 {
  font-size: clamp(0.875rem, 0.1968503937vw + 0.8356299213rem, 1rem);
}

.font-16-18 {
  font-size: clamp(1rem, 0.1968503937vw + 0.9606299213rem, 1.125rem);
}

.font-10-20 {
  font-size: clamp(0.625rem, 0.9842519685vw + 0.4281496063rem, 1.25rem);
}

.font-12-20 {
  font-size: clamp(0.75rem, 0.7874015748vw + 0.592519685rem, 1.25rem);
}

.font-14-20 {
  font-size: clamp(0.875rem, 0.5905511811vw + 0.7568897638rem, 1.25rem);
}

.font-16-20 {
  font-size: clamp(1rem, 0.3937007874vw + 0.9212598425rem, 1.25rem);
}

.font-18-20 {
  font-size: clamp(1.125rem, 0.1968503937vw + 1.0856299213rem, 1.25rem);
}

.font-20-24 {
  font-size: clamp(1.25rem, 0.3937007874vw + 1.1712598425rem, 1.5rem);
}

.font-16-24 {
  font-size: clamp(1rem, 0.7874015748vw + 0.842519685rem, 1.5rem);
}

.font-24-28 {
  font-size: clamp(1.5rem, 0.3937007874vw + 1.4212598425rem, 1.75rem);
}

.font-24-36 {
  font-size: clamp(1.5rem, 1.1811023622vw + 1.2637795276rem, 2.25rem);
}

.font-30-36 {
  font-size: clamp(2rem, 0.3937007874vw + 1.9212598425rem, 2.25rem);
}

.font-32-40 {
  font-size: clamp(2rem, 0.7874015748vw + 1.842519685rem, 2.5rem);
}

.font-36-64 {
  font-size: clamp(2.25rem, 2.7559055118vw + 1.6988188976rem, 4rem);
}

.font-36-65 {
  font-size: clamp(2.25rem, 2.8543307087vw + 1.6791338583rem, 4.0625rem);
}

.font-36-48 {
  font-size: clamp(2.25rem, 1.1811023622vw + 2.0137795276rem, 3rem);
}

.font-48-72 {
  font-size: clamp(3rem, 2.3622047244vw + 2.5275590551rem, 4.5rem);
}

.font-48-84 {
  font-size: clamp(3rem, 3.5433070866vw + 2.2913385827rem, 5.25rem);
}

.font-48-110 {
  font-size: clamp(3rem, 6.1023622047vw + 1.7795275591rem, 6.875rem);
}

.font-48-96 {
  font-size: clamp(3rem, 4.7244094488vw + 2.0551181102rem, 6rem);
}
@font-face {
  font-family: "notosansjp";
  font-weight: 400;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 500;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 700;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 900;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Black.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 400;
  src: url(../../../products/_assets/font/worksans/WorkSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 500;
  src: url(../../../products/_assets/font/worksans/WorkSans-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 700;
  src: url(../../../products/_assets/font/worksans/WorkSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 900;
  src: url(../../../products/_assets/font/worksans/WorkSans-Black.ttf) format("truetype");
}
/*
 * サイト内パラメータ設定ファイル
 */
/*
 * 関数定義用ファイル
 */
/*
 * メディアクエリ用mixin
 */
.p-section {
  padding-block: clamp(4.5rem, 0.7874015748vw + 4.342519685rem, 5rem);
}

.p-subFV {
  overflow: hidden;
  background: linear-gradient(266.83deg, #007b9e 0%, #00838b 100%);
  backdrop-filter: blur(300px);
  background: linear-gradient(210deg, #007b9e 0%, #00838b 100%);
  border-top: 1px solid #dfe1e6;
  position: relative;
}
.p-subFV:before {
  content: "";
  display: inline-block;
  width: 100vmax;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(160px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 48.0625em) {
  .p-subFV:before {
    left: 0;
    transform: none;
  }
}

.p-subFvInner {
  position: relative;
  z-index: 1;
}

.p-topAnchor {
  border-top: 1px solid #dfe1e6;
  border-bottom: 1px solid #dfe1e6;
  padding-block: 14px;
  position: sticky;
  background-color: white;
  z-index: 100;
  top: clamp(3.5rem, 2.3622047244vw + 3.0275590551rem, 5rem);
}
@media screen and (min-width: 48.0625em) {
  .p-topAnchor {
    padding-block: 16px;
    top: 80px;
  }
}

.c-innerLinks {
  position: relative;
}
.c-innerLinks .c-innerLinksButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  background-color: #00838b;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.c-innerLinks .c-innerLinksButton.active {
  border-radius: 4px 4px 0 0;
}
.c-innerLinks .c-innerLinksButton span {
  position: relative;
  width: 12px;
  height: 12px;
}
.c-innerLinks .c-innerLinksButton span::before, .c-innerLinks .c-innerLinksButton span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: white;
  transition: transform 0.3s ease;
}
.c-innerLinks .c-innerLinksButton span::before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.c-innerLinks .c-innerLinksButton span::after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}
.c-innerLinks .c-innerLinksButton.active span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-innerLinks .pageTopAnchor {
  display: none;
  background-color: white;
  border: 1px solid #dfe1e6;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 101;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 50vh;
  overflow-y: auto;
}
.c-innerLinks .pageTopAnchor.show {
  display: block;
}
.c-innerLinks .pageTopAnchor li {
  margin-bottom: 8px;
}
.c-innerLinks .pageTopAnchor li:last-child {
  margin-bottom: 0;
}
.c-innerLinks .pageTopAnchor li a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  font-size: 10px;
}
@media screen and (min-width: 48.0625em) {
  .c-innerLinks .c-innerLinksButton {
    display: none;
  }
  .c-innerLinks .pageTopAnchor {
    display: flex !important;
    position: static;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    z-index: auto;
  }
  .c-innerLinks .pageTopAnchor li {
    margin-bottom: 0;
  }
  .c-innerLinks .pageTopAnchor li a {
    font-size: 14px;
    padding: 2.5px 16px;
  }
}

.p-topBanner {
  padding-block: clamp(1.875rem, 0.9842519685vw + 1.6781496063rem, 2.5rem);
  padding-inline: clamp(1.5rem, 1.5748031496vw + 1.1850393701rem, 2.5rem);
}
.p-topBanner img {
  border-radius: 12px;
}
.p-cvArea {
  background: linear-gradient(266.83deg, #2950bd 0%, #009ec6 100%);
  padding-block: clamp(1.875rem, 0.9842519685vw + 1.6781496063rem, 2.5rem);
}

.p-trialArea {
  background-color: #dbefef;
  padding-block: clamp(1.875rem, 0.9842519685vw + 1.6781496063rem, 2.5rem);
}

.p-fields {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 48.0625em) {
  .p-fields {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-fields.-col1 {
  grid-template-columns: repeat(1, 1fr);
}
.p-fields .fieldsBox {
  border-radius: 6px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
@media screen and (min-width: 48.0625em) {
  .p-fields .fieldsBox {
    border-radius: 8px;
  }
}
.p-fields .fieldsBox .fieldsTitle {
  background-color: #00838b;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 6px 6px 0 0;
  border: 1px solid #007b9e;
  border-bottom: none;
  padding: 12px 24px;
  min-height: auto;
}
@media screen and (min-width: 48.0625em) {
  .p-fields .fieldsBox .fieldsTitle {
    border-radius: 8px 8px 0 0;
  }
}
.p-fields .fieldsBox .fieldsTitle img {
  width: 24px;
}
.p-fields .fieldsBox .fieldsTitle span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-fields .fieldsBox .fieldsTitle span small {
  font-weight: 400;
}
.p-fields .fieldsBox .fieldsDetail {
  background-color: white;
  border-radius: 0 0 6px 6px;
  border: 1px solid #007b9e;
  border-top: none;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 48.0625em) {
  .p-fields .fieldsBox .fieldsDetail {
    border-radius: 0 0 8px 8px;
  }
}
.p-fields .fieldsBox .fieldsDetail p,
.p-fields .fieldsBox .fieldsDetail strong {
  font-size: 14px;
}
.p-fields .fieldsBox .c-flex-start {
  justify-content: flex-start;
}
@font-face {
  font-family: "notosansjp";
  font-weight: 400;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 500;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 700;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 900;
  src: url(../../../products/_assets/font/notosansjp/NotoSansJP-Black.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 400;
  src: url(../../../products/_assets/font/worksans/WorkSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 500;
  src: url(../../../products/_assets/font/worksans/WorkSans-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 700;
  src: url(../../../products/_assets/font/worksans/WorkSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "worksans";
  font-weight: 900;
  src: url(../../../products/_assets/font/worksans/WorkSans-Black.ttf) format("truetype");
}
/*
 * サイト内パラメータ設定ファイル
 */
/*
 * 関数定義用ファイル
 */
/*
 * メディアクエリ用mixin
 */
._main_13c10_51 {
  position: relative;
  margin-top: clamp(3.5rem, 2.3622047244vw + 3.0275590551rem, 5rem);
  background-color: white;
}
@media screen and (min-width: 48.0625em) {
  ._main_13c10_51 {
    margin-top: 80px;
  }
}