@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=WDXL+Lubrifont+JP+N&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

ol,
ul {
  list-style: none;
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled="true"] {
  cursor: default;
}

/* --------------------------------
common
----------------------------------- */
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: vdl-logojr, sans-serif; */
  color: #404040;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  background: #cde9ff;
}

#container {
  width: 100%;
  max-width: 375px;
  margin-inline: auto;
  background: #f0f9ff;
  position: relative;
}
#container:has(#top)::before {
  content: "";
  width: 37.5rem;
  height: 100vh;
  background-image: repeating-linear-gradient(90deg, #d5eefe, #d5eefe 0.1rem, transparent 0.1rem, transparent 2.5rem), repeating-linear-gradient(0deg, #d5eefe, #d5eefe 0.1rem, transparent 0.1rem, transparent 2.5rem);
  position: fixed;
  background-position: 0 -5px;
  background-repeat: repeat;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1090px) {
  #container:has(#top)::before {
    background-position: 0 0;
  }
}
#container:has(.type-detail-T1) {
  background: #ffedf4;
}
#container:has(.type-detail-T2) {
  background: #ebfeff;
}
#container:has(.type-detail-T3) {
  background: #fffae0;
}
#container:has(.type-detail-T4) {
  background: #faece0;
}
#container:has(.type-detail-T5) {
  background: #ffebeb;
}
#container:has(.type-detail-T6) {
  background: #f1f1f1;
}
#container:has(.type-detail-T7) {
  background: #ebfffb;
}
#container:has(.type-detail-T8) {
  background: #faebff;
}
#container:has(.type-detail-T9) {
  background: #fff3e5;
}

/*SVGスプライト用*/
.all_svg {
  display: none;
}

main {
  position: relative;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
}

a {
  text-decoration: none;
  color: #404040;
  transition: all 0.4s;
}

.inner {
  width: 33.5rem;
  margin: 0 auto;
  position: relative;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.u-WL-font {
  /* font-family: "WDXL Lubrifont JP N", sans-serif; */
  font-family: vdl-logojr, sans-serif;
  font-weight: 400;
}
.u-WL-font.--suitable-jobs {
  font-size: 14px;
}
.u-en-font {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

strong {
  font-weight: bold;
  color: #000;
}

.color-T1 {
  color: #ff639c;
}

.bg-T1 {
  background-color: #ff639c;
}

.back-bg-T1 {
  background: #ffedf4;
}

.border-color-T1 {
  border-color: #ff639c;
}

.color-T2 {
  color: #00a6f4;
}

.bg-T2 {
  background-color: #00a6f4;
}

.back-bg-T2 {
  background: #ebfeff;
}

.border-color-T2 {
  border-color: #00a6f4;
}

.color-T3 {
  color: #fe9a00;
}

.bg-T3 {
  background-color: #fe9a00;
}

.back-bg-T3 {
  background: #fffae0;
}

.border-color-T3 {
  border-color: #fe9a00;
}

.color-T4 {
  color: #b17320;
}

.bg-T4 {
  background-color: #b17320;
}

.back-bg-T4 {
  background: #faece0;
}

.border-color-T4 {
  border-color: #b17320;
}

.color-T5 {
  color: #fb2c36;
}

.bg-T5 {
  background-color: #fb2c36;
}

.back-bg-T5 {
  background: #ffebeb;
}

.border-color-T5 {
  border-color: #fb2c36;
}

.color-T6 {
  color: #262626;
}

.bg-T6 {
  background-color: #262626;
}

.back-bg-T6 {
  background: #f1f1f1;
}

.border-color-T6 {
  border-color: #262626;
}

.color-T7 {
  color: #00bba7;
}

.bg-T7 {
  background-color: #00bba7;
}

.back-bg-T7 {
  background: #ebfffb;
}

.border-color-T7 {
  border-color: #00bba7;
}

.color-T8 {
  color: #ad46ff;
}

.bg-T8 {
  background-color: #ad46ff;
}

.back-bg-T8 {
  background: #faebff;
}

.border-color-T8 {
  border-color: #ad46ff;
}

.color-T9 {
  color: #ff6900;
}

.bg-T9 {
  background-color: #ff6900;
}

.back-bg-T9 {
  background: #fff3e5;
}

.border-color-T9 {
  border-color: #ff6900;
}

/* --------------------------------
animation
----------------------------------- */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------
header
----------------------------------- */
.header {
  width: 100%;
  height: 6rem;
  position: sticky;
  top: 0;
  z-index: 9999;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
}
.header > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  position: relative;
  z-index: 5;
}
.header__logo a {
  height: 6rem;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #000;
  /* font-family: "WDXL Lubrifont JP N", sans-serif; */
  font-family: vdl-logojr, sans-serif;
}
.header__hb {
  position: relative;
  z-index: 5;
  width: 6.4rem;
  height: 3.2rem;
  background: #fff;
  border-radius: 3.2rem;
  display: grid;
  place-content: center;
  cursor: pointer;
  transition: background-color 0.4s;
}
@media (min-width: 1000px) {
  .header__hb {
    display: none;
  }
}
.header__hb .hb-inner {
  width: 2.1rem;
  height: 1.2rem;
  position: relative;
}
.header__hb .hb-inner span {
  display: block;
  width: 100%;
  height: 0.3rem;
  background: #000;
  position: absolute;
  transform: scaleY(0.5);
  transition: all 0.4s;
}
.header__hb .hb-inner span:nth-of-type(1) {
  top: 0;
}
.header__hb .hb-inner span:nth-of-type(2) {
  top: 0.525rem;
}
.header__hb .hb-inner span:nth-of-type(3) {
  top: 1.05rem;
}
.header__hb.is-open {
  background: #f0f9ff;
}
.header__hb.is-open .hb-inner span:nth-of-type(1) {
  top: 0.525rem;
  transform: rotate(45deg);
}
.header__hb.is-open .hb-inner span:nth-of-type(2) {
  opacity: 0;
}
.header__hb.is-open .hb-inner span:nth-of-type(3) {
  top: 0.525rem;
  transform: rotate(-45deg);
}
.header .header-nav {
  background: #fff;
  background-image: repeating-linear-gradient(90deg, #f0f9ff, #f0f9ff 0.1rem, transparent 0.1rem, transparent 2.5rem), repeating-linear-gradient(0deg, #f0f9ff, #f0f9ff 0.1rem, #fff 0.1rem, #fff 2.5rem);
  position: absolute;
  top: -100rem;
  left: 0;
  transition: top 0.4s ease-in-out;
  height: 100vh;
  width: 100%;
  overflow: auto;
  overscroll-behavior: none;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.header .header-nav::-webkit-scrollbar {
  display: none;
}
.header .header-nav.is-open {
  top: 0;
}
.header .header-nav__inner {
  overflow: hidden;
}
.header .header-nav__list {
  width: 37.5rem;
  padding: 6.6rem 2rem 1.2rem;
}
.header .header-nav__list ul li:not(:first-of-type) {
  border-top: 0.1rem solid #4f4fff;
}
.header .header-nav__list ul li a {
  width: 100%;
  height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #4f4fff;
  /* font-family: "WDXL Lubrifont JP N", sans-serif; */
  font-family: vdl-logojr, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  row-gap: 1rem;
  transition: all 0.4s;
}
.header .header-nav__list ul li a .u-en-font {
  font-size: 1.2rem;
}
.header .header-nav__image {
  width: 29.2rem;
  margin-inline: auto;
  position: relative;
  z-index: 5;
}
.header .header-nav .header-nav-bottom {
  background: #4f4fff;
  color: #fff;
  padding-block: 3.2rem;
  position: relative;
}
.header .header-nav .header-nav-bottom::before {
  content: "";
  width: 120%;
  height: 19rem;
  background: #4f4fff;
  border-radius: 50%;
  position: absolute;
  top: -5rem;
  left: -10%;
}
.header .header-nav .header-nav-bottom .inner {
  width: 29.5rem;
}
.header .header-nav .header-nav-bottom__nav ul li a {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.3076923077;
  font-weight: 500;
  color: #fff;
}
.header .header-nav .header-nav-bottom__text {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #fff;
}
.header .header-nav .header-nav-bottom__text p {
  font-size: 1.1rem;
  line-height: 1.8;
}
.header .header-nav .header-nav-bottom__logo {
  margin-top: 2.6rem;
  text-align: center;
}
.header .header-nav .header-nav-bottom__logo p {
  font-size: 2.5rem;
}
.header .header-nav .header-nav-bottom__copyright {
  text-align: center;
}
.header .header-nav .header-nav-bottom__copyright p {
  font-size: 1rem;
  line-height: 2.1;
}

/* --------------------------------
footer
----------------------------------- */
.footer {
  background: #4f4fff;
  color: #fff;
  padding-block: 3.2rem;
  position: relative;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
}
.footer .inner {
  width: 29.5rem;
}
.footer__nav ul li a {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.3076923077;
  font-weight: 500;
  color: #fff;
}
.footer__text {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.4);
}
.footer__text p {
  font-size: 1.1rem;
  line-height: 1.8;
}
.footer__logo {
  margin-top: 2.6rem;
  text-align: center;
}
.footer__logo p {
  font-size: 2.5rem;
}
.footer__copyright {
  text-align: center;
}
.footer__copyright p {
  font-size: 1rem;
  line-height: 2.1;
}
/*  */
.container-wrap {
  display: flex;
}
.bg-left-wrap,
.bg-right-wrap {
  position: fixed;
  width: calc((100vw - 375px) / 2);
  height: 100%;
}
.bg-left-wrap {
  top: 0;
  left: 0;
}
.bg-right-wrap {
  top: 0;
  right: 0;
}
.bg-left,
.bg-right {
  position: relative;
  background-position: 0 0;
  height: 100%;
  width: 100%;
  background-size: 120%;
  background-repeat: repeat;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) 0.1rem, transparent 0.1rem, transparent 2.5rem), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) 0.1rem, transparent 0.1rem, transparent 2.5rem);
}
.bg-left-content,
.bg-right-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
/* --------------------------------
pc-bg
----------------------------------- */
.pc-bg {
  width: 1000px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 28px;
}
@media (max-width: 999px) {
  .pc-bg {
    display: none;
  }
}
.pc-bg-block {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc-bg-block.--left {
  top: 10%;
}
.pc-bg-block.--right {
  top: 20%;
}
.pc-bg-block.--diagnosis {
  top: 10%;
}
@media (max-width: 1200px) {
  .pc-bg-block {
    display: none;
  }
}
.pc-bg-block__items {
  margin-top: 31.25px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 23.4375px;
  row-gap: 15.625px;
}
.pc-bg-block .pc-bg-block-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-bg-block .pc-bg-block-menu {
  width: 100%;
}
.pc-bg-block .pc-bg-block-menu__title {
  text-align: center;
}
.pc-bg-block .pc-bg-block-menu__title p {
  font-size: 19.53125px;
  line-height: 1.2;
  font-weight: 600;
  color: #4f4fff;
  display: inline-block;

  border-bottom: 1px dashed #4f4fff;
}
.pc-bg-block .pc-bg-block-menu ul {
  margin-top: 23.4375px;
  background: #fff;
  padding: 9.375px 31.25px;
  text-align: center;
  border-radius: 21.875px;
}
.pc-bg-block .pc-bg-block-menu ul li:not(:first-of-type) {
  border-top: 1px dashed #4f4fff;
}
.pc-bg-block .pc-bg-block-menu ul li a {
  width: 100%;
  height: 93.75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #4f4fff;
  font-family: "WDXL Lubrifont JP N", sans-serif;
  font-family: vdl-logojr, sans-serif;
  font-size: 19px;
  line-height: 1.2;
  row-gap: 7.8125px;
  letter-spacing: 0.01em;
  transition: all 0.4s;
}
.pc-bg-block .pc-bg-block-menu ul li a .u-en-font {
  font-size: 14.9375px;
}
@media (any-hover: hover) {
  .pc-bg-block .pc-bg-block-menu ul li a:hover {
    color: #404040;
  }
}

/* --------------------------------
button
----------------------------------- */
.common-button {
  width: 33.5rem;
  height: 4.8rem;
  background: #4f4fff;
  border-radius: 3rem;
  border: 0.2rem solid #4f4fff;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  display: grid;
  place-content: center;
  transition: all 0.4s;
}
@media (any-hover: hover) {
  .common-button:hover {
    background: #fff;
    color: #4f4fff;
  }
}
.common-button[data-mod="share"] {
  background: #ff7300;
  background: inherit;
  border-color: #ff7300;
}
@media (any-hover: hover) {
  .common-button[data-mod="share"]:hover {
    background: #fff;
    color: #ff7300;
  }
}

.common-button02 {
  width: 100%;
  height: 4rem;
  background: #000;
  border-radius: 3rem;
  border: 0.2rem solid #000;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  column-gap: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.4s;
}
@media (any-hover: hover) {
  .common-button02:hover {
    background: #fff;
    color: #000;
  }
}
.common-button02[data-mod="line"] {
  height: 6.4rem;
  column-gap: 0.4rem;
  background: #06c755;
  border-radius: 4rem;
  border: none;
  line-height: 1.4;
}
.common-button02[data-mod="line"] .icon {
  width: 3.5rem;
}
@media (any-hover: hover) {
  .common-button02[data-mod="line"]:hover {
    opacity: 0.7;
    color: #fff;
  }
}

.common-button04 {
  width: 33.5rem;
  height: 4.8rem;
  border-radius: 3rem;
  border-width: 0.2rem;
  border-style: solid;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  display: grid;
  place-content: center;
  transition: all 0.4s;
}
@media (any-hover: hover) {
  .common-button04[data-type="T1"]:hover {
    background: #fff;
    color: #ff639c;
  }
}
@media (any-hover: hover) {
  .common-button04[data-type="T2"]:hover {
    background: #fff;
    color: #00a6f4;
  }
}
@media (any-hover: hover) {
  .common-button04[data-type="T3"]:hover {
    background: #fff;
    color: #fe9a00;
  }
}
@media (any-hover: hover) {
  .common-button04[data-type="T4"]:hover {
    background: #fff;
    color: #b17320;
  }
}
@media (any-hover: hover) {
  .common-button04[data-type="T5"]:hover {
    background: #fff;
    color: #fb2c36;
  }
}
@media (any-hover: hover) {
  .common-button04[data-type="T6"]:hover {
    background: #fff;
    color: #262626;
  }
}
@media (any-hover: hover) {
  .common-button04[data-type="T7"]:hover {
    background: #fff;
    color: #00bba7;
  }
}
@media (any-hover: hover) {
  .common-button04[data-type="T8"]:hover {
    background: #fff;
    color: #ad46ff;
  }
}
@media (any-hover: hover) {
  .common-button04[data-type="T9"]:hover {
    background: #fff;
    color: #ff6900;
  }
}

/* --------------------------------
title
----------------------------------- */
.c-section-title {
  text-align: center;
}
.c-section-title h1,
.c-section-title h2 {
  font-size: 3.2rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  row-gap: 0.8rem;
}
.c-section-title.color-blue h1
 {
  color: #4f4fff;
}
.c-section-title h1 .u-en-font,
.c-section-title h2 .u-en-font {
  font-size: 1.3rem;
}
.c-section-title[data-mod="large"] h1,
.c-section-title[data-mod="large"] h2 {
  font-size: 3.2rem;
  color: #4f4fff;
  row-gap: 0.6rem;
}
.c-section-title[data-mod="large"] h1 .u-en-font,
.c-section-title[data-mod="large"] h2 .u-en-font {
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-section-title[data-mod="middle"] h1,
.c-section-title[data-mod="middle"] h2 {
  font-size: 3.3rem;
  color: #4f4fff;
  row-gap: 0.8rem;
}
.c-section-title[data-mod="middle"] h1 .u-en-font,
.c-section-title[data-mod="middle"] h2 .u-en-font {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}
.c-section-title[data-mod="bottom-line"] h1 {
  font-size: 3.2rem;
  padding-bottom: 0.6rem;
  color: #ff7300;
  display: inline-block;
  border-bottom-width: 0.2rem;
  border-bottom-style: dashed;
}

/* --------------------------------
parts
----------------------------------- */
/* --------------------------------
TOP
----------------------------------- */
#top .top {
  padding-block: 0.5rem 7.2rem;
}
#top .top__title {
  padding-inline: 3rem;
}
#top .top__text {
  text-align: center;
  margin-top: 0.4rem;
}
#top .top__text p {
  font-size: 1.8rem;
  line-height: 1.95;
  letter-spacing: 0.04em;
  font-weight: 600;
}
#top .top__text p span {
  border-bottom: 0.15rem dashed #4f4fff;
}
#top .top__link {
  margin-top: 2.6rem;
  display: flex;
  justify-content: center;
}
#top .top .top-slider {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
#top .top .top-slider__items-wrap {
  display: flex;
  column-gap: 0.8rem;
  width: 100%;
  overflow: hidden;
}
#top .top .top-slider__items-wrap:has(.animate-right-slide) {
  justify-content: flex-end;
}
#top .top .top-slider__items {
  display: flex;
  column-gap: 0.8rem;
  flex: 0 0 auto;
}
#top .top .top-slider__items.animate-left-slide {
  animation: left-slide 20s infinite linear;
}
#top .top .top-slider__items.animate-right-slide {
  animation: right-slide 20s infinite linear;
}
@keyframes left-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 0.8rem));
  }
}
@keyframes right-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100% + 0.8rem));
  }
}
#top .top .top-slider .top-slider-item {
  width: 10.5rem;
  height: 10.5rem;
  background: #ffe453;
  display: grid;
  place-content: center;
  flex: 0 0 auto;
  border-radius: 1.1rem;
}
#top .top .top-slider .top-slider-item__image {
  width: 7.4rem;
}
#top .top .top-slider .top-slider-item:has(.character-image01) {
  background: #fda5d5;
}
#top .top .top-slider .top-slider-item:has(.character-image02) {
  background: #74d4ff;
}
#top .top .top-slider .top-slider-item:has(.character-image03) {
  background: #ffd230;
}
#top .top .top-slider .top-slider-item:has(.character-image04) {
  background: #db9b6f;
}
#top .top .top-slider .top-slider-item:has(.character-image05) {
  background: #ff7d80;
}
#top .top .top-slider .top-slider-item:has(.character-image06) {
  background: #a1a1a1;
}
#top .top .top-slider .top-slider-item:has(.character-image07) {
  background: #5ee9b5;
}
#top .top .top-slider .top-slider-item:has(.character-image08) {
  background: #dab2ff;
}
#top .top .top-slider .top-slider-item:has(.character-image09) {
  background: #ffb86a;
}

/* --------------------------------
運営会社
----------------------------------- */
#about .about-oc {
  padding-top: 2.6rem;
}
#about .about-oc__contents {
  margin-top: 2.4rem;
  background: #fff;
  border-radius: 1.4rem;
  padding: 2rem 2rem 2.8rem;
}
#about .about-oc__logo-bg {
  width: 100%;
  aspect-ratio: 295/156;
  background: #f7f7f7;
  display: grid;
  place-content: center;
}
#about .about-oc__image {
  width: 21.8rem;
}
#about .about-oc__name {
  margin-top: 2rem;
  text-align: center;
}
#about .about-oc__name p {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
#about .about-oc__message {
  margin-top: 2rem;
  letter-spacing: 0.02em;
  padding-top: 2rem;
  border-top: 0.1rem solid #ebebeb;
}
#about .about-oc__message h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  color: #000;
}
#about .about-oc__message p {
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 1.2rem;
}
#about .about-oc__link {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
#about .about-ac {
  padding-block: 4.4rem 7.2rem;
}
#about .about-ac__contents {
  margin-top: 2.4rem;
}
#about .about-ac__blocks {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
#about .about-ac .about-ac-block {
  overflow: hidden;
  background: #fff;
  border-radius: 1.4rem;
}
#about .about-ac .about-ac-block__head {
  padding: 2rem 2rem 8.8rem;
}
#about .about-ac .about-ac-block__name {
  text-align: center;
  letter-spacing: 0.02em;
  margin-top: 2rem;
}
#about .about-ac .about-ac-block__name h3 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
#about .about-ac .about-ac-block__name p {
  font-size: 1.2rem;
  font-weight: 500;
}
#about .about-ac .about-ac-block__description {
  margin-top: 1.2rem;
  text-align: center;
}
#about .about-ac .about-ac-block__description p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.02em;
}
#about .about-ac .about-ac-block__text {
  text-align: justify;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #ebebeb;
}
#about .about-ac .about-ac-block__text p {
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#about .about-ac .about-ac-block .about-ac-block-works {
  padding: 0 2rem 4.3rem;
  background: #000;
  color: #fff;
  position: relative;
  border-radius: 0 0 1.4rem 1.4rem;
}
#about .about-ac .about-ac-block .about-ac-block-works::before {
  content: "";
  width: 120%;
  height: 19rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: -5.4rem;
  left: -10%;
}
#about .about-ac .about-ac-block .about-ac-block-works__title {
  text-align: center;
  position: absolute;
  top: 0;
  right: 1.4rem;
}
#about .about-ac .about-ac-block .about-ac-block-works__title h3 {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  writing-mode: vertical-rl;
}
#about .about-ac .about-ac-block .about-ac-block-works__title::before {
  content: "";
  width: 0.1rem;
  height: 8.2rem;
  background: #fff;
  position: absolute;
  top: calc(100% + 0.7rem);
  left: 50%;
  transform: translateX(-50%);
}
#about .about-ac .about-ac-block .about-ac-block-works__items {
  display: flex;
  flex-direction: column;
  row-gap: 7.2rem;
  position: relative;
}
#about .about-ac .about-ac-block .about-ac-block-works .about-ac-block-works-item {
  position: relative;
}
#about .about-ac .about-ac-block .about-ac-block-works .about-ac-block-works-item:not(:first-of-type)::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #555;
  position: absolute;
  top: -3.6rem;
  left: 0;
}
#about .about-ac .about-ac-block .about-ac-block-works .about-ac-block-works-item__image {
  width: 15.4rem;
  margin-inline: auto;
}
#about .about-ac .about-ac-block .about-ac-block-works .about-ac-block-works-item__image[data-mod="wide"] {
  width: 100%;
}
#about .about-ac .about-ac-block .about-ac-block-works .about-ac-block-works-item__title {
  margin-top: 2.4rem;
}
#about .about-ac .about-ac-block .about-ac-block-works .about-ac-block-works-item__title h4 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#about .about-ac .about-ac-block .about-ac-block-works .about-ac-block-works-item__text {
  margin-top: 1.4rem;
  text-align: justify;
}
#about .about-ac .about-ac-block .about-ac-block-works .about-ac-block-works-item__text p {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

/* --------------------------------
タイプ一覧
----------------------------------- */
#type-list .type-list {
  padding-block: 1.6rem 7.2rem;
}
#type-list .type-list__contents {
  margin-top: 2.1rem;
}
#type-list .type-list__items {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
#type-list .type-list .type-list-item {
  padding: 2.4rem 2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 1.4rem;
}
#type-list .type-list .type-list-item__num {
  width: 3.2rem;
  height: 2.6rem;
  background: #aaa;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 1.4rem;
  border-radius: 0 0 1rem 1rem;
}
#type-list .type-list .type-list-item__name p {
  font-size: 2.4rem;
  line-height: 1.2;
}
#type-list .type-list .type-list-item__text {
  width: 100%;
  margin-top: 1rem;
}
#type-list .type-list .type-list-item__text p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#type-list .type-list .type-list-item__character {
  width: 13rem;
  margin-top: 2rem;
}
#type-list .type-list .type-list-item__link {
  width: 100%;
  margin-top: 2rem;
}
#type-list .type-list .type-list-item.type-01 .type-list-item__num {
  background: #ff639c;
}
#type-list .type-list .type-list-item.type-01 .type-list-item__name {
  color: #ff639c;
}
#type-list .type-list .type-list-item.type-01 .common-button02 {
  background: #ff639c;
  border: 0.2rem solid #ff639c;
}
@media (any-hover: hover) {
  #type-list .type-list .type-list-item.type-01 .common-button02:hover {
    background: #fff;
    color: #ff639c;
  }
}
#type-list .type-list .type-list-item.type-02 .type-list-item__num {
  background: #00a6f4;
}
#type-list .type-list .type-list-item.type-02 .type-list-item__name {
  color: #00a6f4;
}
#type-list .type-list .type-list-item.type-02 .common-button02 {
  background: #00a6f4;
  border: 0.2rem solid #00a6f4;
}
@media (any-hover: hover) {
  #type-list .type-list .type-list-item.type-02 .common-button02:hover {
    background: #fff;
    color: #00a6f4;
  }
}
#type-list .type-list .type-list-item.type-03 .type-list-item__num {
  background: #fe9a00;
}
#type-list .type-list .type-list-item.type-03 .type-list-item__name {
  color: #fe9a00;
}
#type-list .type-list .type-list-item.type-03 .common-button02 {
  background: #fe9a00;
  border: 0.2rem solid #fe9a00;
}
@media (any-hover: hover) {
  #type-list .type-list .type-list-item.type-03 .common-button02:hover {
    background: #fff;
    color: #fe9a00;
  }
}
#type-list .type-list .type-list-item.type-04 .type-list-item__num {
  background: #b17320;
}
#type-list .type-list .type-list-item.type-04 .type-list-item__name {
  color: #b17320;
}
#type-list .type-list .type-list-item.type-04 .common-button02 {
  background: #b17320;
  border: 0.2rem solid #b17320;
}
@media (any-hover: hover) {
  #type-list .type-list .type-list-item.type-04 .common-button02:hover {
    background: #fff;
    color: #b17320;
  }
}
#type-list .type-list .type-list-item.type-05 .type-list-item__num {
  background: #fb2c36;
}
#type-list .type-list .type-list-item.type-05 .type-list-item__name {
  color: #fb2c36;
}
#type-list .type-list .type-list-item.type-05 .common-button02 {
  background: #fb2c36;
  border: 0.2rem solid #fb2c36;
}
@media (any-hover: hover) {
  #type-list .type-list .type-list-item.type-05 .common-button02:hover {
    background: #fff;
    color: #fb2c36;
  }
}
#type-list .type-list .type-list-item.type-06 .type-list-item__num {
  background: #262626;
}
#type-list .type-list .type-list-item.type-06 .type-list-item__name {
  color: #262626;
}
#type-list .type-list .type-list-item.type-06 .common-button02 {
  background: #262626;
  border: 0.2rem solid #262626;
}
@media (any-hover: hover) {
  #type-list .type-list .type-list-item.type-06 .common-button02:hover {
    background: #fff;
    color: #262626;
  }
}
#type-list .type-list .type-list-item.type-07 .type-list-item__num {
  background: #00bba7;
}
#type-list .type-list .type-list-item.type-07 .type-list-item__name {
  color: #00bba7;
}
#type-list .type-list .type-list-item.type-07 .common-button02 {
  background: #00bba7;
  border: 0.2rem solid #00bba7;
}
@media (any-hover: hover) {
  #type-list .type-list .type-list-item.type-07 .common-button02:hover {
    background: #fff;
    color: #00bba7;
  }
}
#type-list .type-list .type-list-item.type-08 .type-list-item__num {
  background: #ad46ff;
}
#type-list .type-list .type-list-item.type-08 .type-list-item__name {
  color: #ad46ff;
}
#type-list .type-list .type-list-item.type-08 .common-button02 {
  background: #ad46ff;
  border: 0.2rem solid #ad46ff;
}
@media (any-hover: hover) {
  #type-list .type-list .type-list-item.type-08 .common-button02:hover {
    background: #fff;
    color: #ad46ff;
  }
}
#type-list .type-list .type-list-item.type-09 .type-list-item__num {
  background: #ff6900;
}
#type-list .type-list .type-list-item.type-09 .type-list-item__name {
  color: #ff6900;
}
#type-list .type-list .type-list-item.type-09 .common-button02 {
  background: #ff6900;
  border: 0.2rem solid #ff6900;
}
@media (any-hover: hover) {
  #type-list .type-list .type-list-item.type-09 .common-button02:hover {
    background: #fff;
    color: #ff6900;
  }
}

/* --------------------------------
タイプ詳細
----------------------------------- */
#type-detail .type-detail {
  padding-top: 1.8rem;
}
#type-detail .type-detail__contents {
  margin-top: 2rem;
  overflow: hidden;
}
#type-detail .type-detail__text {
  text-align: center;
}
#type-detail .type-detail__text p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000;
}
#type-detail .type-detail__image {
  width: 17rem;
  margin-inline: auto;
  margin-top: 2.8rem;
  position: relative;
  z-index: 5;
}
#type-detail .type-detail__blocks {
  padding: 5rem 2rem 12rem;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 6.4rem;
}
#type-detail .type-detail__blocks::before {
  content: "";
  width: 120%;
  height: 19rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -10rem;
  left: -10%;
}
#type-detail .type-detail .type-detail-block {
  position: relative;
}
#type-detail .type-detail .type-detail-block__title h2 {
  font-size: 24px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ff7300;
  row-gap: 0.6rem;
}
#type-detail .type-detail .type-detail-block__title h2 .u-en-font {
  font-size: 1.4rem;
  line-height: 1.5;
}
#type-detail .type-detail .type-detail-block__text {
  margin-top: 2.4rem;
  text-align: justify;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  font-weight: 500;
}
#type-detail .type-detail .type-detail-block__text p {
  line-height: 1.8;
}

#type-detail .type-detail .type-detail-block__text p span {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
#type-detail .type-detail .type-detail-block__text ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#type-detail .type-detail .type-detail-block__items {
  margin-top: 2.6rem;
  display: flex;
  flex-direction: column;
  row-gap: 4.6rem;
}
#type-detail .type-detail .type-detail-block__item {
  position: relative;
}
#type-detail .type-detail .type-detail-block__item:not(:first-of-type)::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #ebebeb;
  position: absolute;
  top: -2.3rem;
  left: 0;
  transform: scaleY(0.5);
}
#type-detail .type-detail .type-detail-block__item h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
  position: relative;
  padding-left: 1.4rem;
}
#type-detail .type-detail .type-detail-block__item h3 .deco {
  content: "";
  width: 0.3rem;
  height: calc(100% - 0.8rem);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#type-detail .type-detail .type-detail-block__item p {
  line-height: 1.8;
  font-weight: 500;
  margin-top: 1.2rem;
  text-align: justify;
}
#type-detail .type-detail .type-detail-block .type-detail-block-graph {
  margin-top: 1.4rem;
}
#type-detail .type-detail .type-detail-block .type-detail-block-graph__head {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  border-radius: 5px;
}
#type-detail .type-detail .type-detail-block .type-detail-block-graph__head dl {
  display: flex;
  font-weight: 600;
  line-height: 1.6;
}
#type-detail .type-detail .type-detail-block .type-detail-block-graph__head dl dt {
  width: 4rem;
}
#type-detail .type-detail .type-detail-block .type-detail-block-graph__head dl dd {
  flex: 1;
  color: #000;
  text-align: justify;
}
#type-detail .type-detail .type-detail-block .type-detail-block-graph__items {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
#type-detail .type-detail .type-detail-block .type-detail-block-graph__item {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
#type-detail .type-detail .type-detail-block .type-detail-block-graph__item dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.4rem;
}
#type-detail .type-detail .type-detail-block .type-detail-block-graph__item dd .graph-base {
  width: 29.6rem;
  height: 1rem;
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
}
#type-detail .type-detail .type-detail-block .type-detail-block-graph__item dd .graph {
  display: block;
  width: 64%;
  height: 100%;
  position: absolute;
  top: o;
  left: 0;
}
#type-detail .type-detail .type-detail-block__link {
  margin-top: 5.5rem;
}
#type-detail .type-detail .type-detail-block .line-registration {
  padding: 2.4rem 2rem 2rem;
  background: #f0f9ff;
  color: #000;
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
}
#type-detail .type-detail .type-detail-block .line-registration::before {
  content: "";
  width: 58.8rem;
  height: 19.4rem;
  background: #4f4fff;
  border-radius: 50%;
  position: absolute;
  bottom: -14.2rem;
  left: 50%;
  transform: translateX(-50%);
}
#type-detail .type-detail .type-detail-block .line-registration__subtitle {
  text-align: center;
}
#type-detail .type-detail .type-detail-block .line-registration__subtitle p {
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 32px;
  padding-bottom: 0.5rem;
  display: inline-block;
  border-bottom: 0.2rem dashed #4f4fff;
  font-family: vdl-logojr, sans-serif;
}
#type-detail .type-detail .type-detail-block .line-registration__title {
  text-align: center;
  margin-top: 1.4rem;
}
#type-detail .type-detail .type-detail-block .line-registration__title h2 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}
#type-detail .type-detail .type-detail-block .line-registration__title h2 span {
  color: #4f4fff;
}
#type-detail .type-detail .type-detail-block .line-registration__link {
  margin-top: 2rem;
}
#type-detail .type-detail .type-detail-block .line-registration__image {
  width: 29.2rem;
  margin-inline: auto;
  margin-top: 2.6rem;
  position: relative;
}
#type-detail .type-detail .type-detail-recommended {
  padding: 0.4rem 2rem 4.8rem;
  background: #4f4fff;
  color: #fff;
  position: relative;
}
#type-detail .type-detail .type-detail-recommended::before {
  content: "";
  width: 120%;
  height: 19rem;
  background: #4f4fff;
  border-radius: 50%;
  position: absolute;
  top: -5rem;
  left: -10%;
}
#type-detail .type-detail .type-detail-recommended__title {
  text-align: center;
  position: relative;
}
#type-detail .type-detail .type-detail-recommended__title h2 {
  font-size: 3.2rem;
  line-height: 1.25;
}
#type-detail .type-detail .type-detail-recommended__text {
  text-align: justify;
  margin-top: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
#type-detail .type-detail .type-detail-recommended__text p {
  line-height: 2;
  font-weight: 400;
  font-size: 1.5rem;
}
#type-detail .type-detail .type-detail-recommended__text p strong {
  font-weight: 700;
  color: #fff;
}
#type-detail .type-detail .type-detail-recommended__link {
  margin-top: 2.4rem;
}

.share-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .share-modal {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    /*Google Chrome、Safariへの対応*/
  }
  .share-modal::-webkit-scrollbar {
    display: none;
  }
}
.share-modal.is-show {
  opacity: 1;
  visibility: visible;
}
.share-modal__bg {
  width: 100%;
  height: 100%;
  background: rgba(79, 79, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.share-modal__inner {
  position: relative;
}
@media (min-width: 768px) {
  .share-modal__inner {
    width: 100%;
    height: calc(100% + 0.5px);
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .share-modal__inner {
    width: 33.5rem;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    /*Google Chrome、Safariへの対応*/
  }
  .share-modal__inner::-webkit-scrollbar {
    display: none;
  }
}
.share-modal .share-modal-item {
  width: 33.5rem;
  background: #f0f9ff;
  padding: 3.6rem 2rem 4rem;
  margin-top: 5.4rem;
  margin-inline: auto;
  border-radius: 1.4rem;
  position: relative;
  pointer-events: all;
  margin-bottom: 13rem;
}
.share-modal .share-modal-item__close {
  width: 3.2rem;
  height: 3.2rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  cursor: pointer;
}
.share-modal .share-modal-item__close span {
  display: block;
  width: 1.5rem;
  height: 0.2rem;
  background: #4f4fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.share-modal .share-modal-item__close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.share-modal .share-modal-item__close span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.share-modal .share-modal-item__title {
  text-align: center;
}
.share-modal .share-modal-item__title h2 {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 400;
  color: #4f4fff;
  display: inline-block;
  padding-bottom: 0.1rem;
  border-bottom: 0.2rem dashed #4f4fff;
}
.share-modal .share-modal-item__image {
  margin-top: 2.8rem;
}
.share-modal .share-modal-item__image img {
  border-radius: 1.2rem;
}
.share-modal .share-modal-item__buttons {
  margin-top: 2.8rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
.share-modal .share-modal-item__button {
  width: 100%;
  height: 4.8rem;
  border-radius: 3rem;
  display: flex;
  padding-inline: 3.6rem;
  align-items: center;
  background: #fff;
  color: #4f4fff;
  border: 0.2rem solid #4f4fff;
}
.share-modal .share-modal-item__button span {
  display: block;
  width: 2.2rem;
  font-size: 0;
}
.share-modal .share-modal-item__button span svg {
  width: 100%;
  fill: none;
  stroke: #4f4fff;
}
.share-modal .share-modal-item__button p {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.share-modal .share-modal-item__button.instagram {
  border: none;
  background: linear-gradient(90deg, #4a39dd 0%, #ff1db3 47.6%, #fe633e 100%);
  color: #fff;
}
.share-modal .share-modal-item__button.instagram span {
  width: 2rem;
}
.share-modal .share-modal-item__button.instagram span svg {
  fill: #fff;
  stroke: none;
}
.share-modal .share-modal-item__button.twitter {
  border: none;
  background: #000;
  color: #fff;
}
.share-modal .share-modal-item__button.twitter span {
  width: 2rem;
}
.share-modal .share-modal-item__button.twitter span svg {
  fill: #fff;
  stroke: none;
}
.share-modal .share-modal-item__bottom-close {
  width: 4.8rem;
  height: 4.8rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -10rem;
  right: 50%;
  transform: translateX(50%);
  z-index: 5;
  cursor: pointer;
}
.share-modal .share-modal-item__bottom-close span {
  display: block;
  width: 2.3rem;
  height: 0.2rem;
  background: #4f4fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.share-modal .share-modal-item__bottom-close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.share-modal .share-modal-item__bottom-close span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* --------------------------------
ビジネスエラータイプ
----------------------------------- */
#diagnosis .diagnosis {
  padding-top: 1.4rem;
  overflow: hidden;
}
#diagnosis .diagnosis__step-items {
  display: flex;
  flex-direction: column;
  row-gap: 2.3rem;
  margin-top: 3.2rem;
}
#diagnosis .diagnosis .diagnosis-step-item {
  background: #fff;
  border-radius: 1.4rem;
  position: relative;
  padding: 2rem;
}
#diagnosis .diagnosis .diagnosis-step-item__heading {
  width: 8.3rem;
  height: 2.4rem;
  display: grid;
  place-content: center;
  background: #4f4fff;
  border-radius: 2rem;
  color: #fff;
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
}
#diagnosis .diagnosis .diagnosis-step-item__heading p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
#diagnosis .diagnosis .diagnosis-step-item__text {
  text-align: center;
}
#diagnosis .diagnosis .diagnosis-step-item__text p {
  line-height: 1.7;
  font-weight: 600;
}
#diagnosis .diagnosis .diagnosis-step-item__text p span {
  color: #4f4fff;
}
#diagnosis .diagnosis__contents {
  margin-top: 7rem;
  background: #fff;
  padding: 0 2rem 7.2rem;
  position: relative;
}
#diagnosis .diagnosis__contents::before {
  content: "";
  width: 120%;
  height: 19rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -5rem;
  left: -10%;
}
#diagnosis .diagnosis .card {
  position: relative;
}
#diagnosis .diagnosis .card .progress-wrapper {
  margin-bottom: 2.4rem;
}
#diagnosis .diagnosis .card .progress-wrapper .muted {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #4f4fff;
  line-height: 1.5;
}
#diagnosis .diagnosis .card .progress-wrapper .progress-bar {
  width: 100%;
  height: 1rem;
  border: 0.1rem solid #4f4fff;
  margin-top: 1rem;
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
  background: #eef7ff;
}
#diagnosis .diagnosis .card .progress-wrapper .progress-bar .progress-fill {
  height: 100%;
  background: #4f4fff;
  position: absolute;
  top: 0;
  left: 0;
}
#diagnosis .diagnosis .card #page-title {
  display: none;
}
#diagnosis .diagnosis .card #questions-list {
  display: flex;
  flex-direction: column;
  row-gap: 4.8rem;
}
#diagnosis .diagnosis .card #questions-list .question > p {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#diagnosis .diagnosis .card #questions-list .question > p span {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}
#diagnosis .diagnosis .card #questions-list .question > p span:nth-of-type(1) {
  font-size: 2.4rem;
  color: #4f4fff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
}
#diagnosis .diagnosis .card #questions-list .question .options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.4rem;
  padding-inline: 1rem;
}
#diagnosis .diagnosis .card #questions-list .question .options label input {
  width: 3.6rem;
  height: 3.6rem;
  border: 0.3rem solid #c3c3c3;
  border-radius: 50%;
  appearance: none;
  cursor: pointer;
}
#diagnosis .diagnosis .card #questions-list .question .options label input:checked {
  background: #c3c3c3;
}
#diagnosis .diagnosis .card #questions-list .question .options label span {
  display: none;
}
#diagnosis .diagnosis .card #questions-list .question .options label:nth-of-type(1) input,
#diagnosis .diagnosis .card #questions-list .question .options label:nth-of-type(5) input {
  width: 5.4rem;
  height: 5.4rem;
}
#diagnosis .diagnosis .card #questions-list .question .options label:nth-of-type(2) input,
#diagnosis .diagnosis .card #questions-list .question .options label:nth-of-type(4) input {
  width: 4.4rem;
  height: 4.4rem;
  border-color: #ff7300;
}
#diagnosis .diagnosis .card #questions-list .question .options label:nth-of-type(1) input,
#diagnosis .diagnosis .card #questions-list .question .options label:nth-of-type(2) input {
  border-color: #ff7300;
}
#diagnosis .diagnosis .card #questions-list .question .options label:nth-of-type(1) input:checked,
#diagnosis .diagnosis .card #questions-list .question .options label:nth-of-type(2) input:checked {
  background: #ff7300;
}
#diagnosis .diagnosis .card #questions-list .question .options label:nth-of-type(4) input,
#diagnosis .diagnosis .card #questions-list .question .options label:nth-of-type(5) input {
  border-color: #4f4fff;
}
#diagnosis .diagnosis .card #questions-list .question .options label:nth-of-type(4) input:checked,
#diagnosis .diagnosis .card #questions-list .question .options label:nth-of-type(5) input:checked {
  background: #4f4fff;
}
#diagnosis .diagnosis .card #questions-list .question .options-text {
  display: flex;
  justify-content: space-between;
}
#diagnosis .diagnosis .card #questions-list .question .options-text p {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
  color: #ff7300;
}
#diagnosis .diagnosis .card #questions-list .question .options-text p:nth-of-type(2) {
  color: #4f4fff;
}
#diagnosis .diagnosis .card .step-footer {
  display: flex;
  justify-content: center;
  column-gap: 0.8rem;
  margin-top: 4rem;
}
#diagnosis .diagnosis .card .step-footer .step-footer-right span {
  display: none;
}
#diagnosis .diagnosis .card .step-footer .step-footer-right button {
  background: #4f4fff;
  color: #fff;
}
#diagnosis .diagnosis .card .step-footer button {
  width: 14.8rem;
  height: 4.8rem;
  border: 0.2rem solid #4f4fff;
  display: grid;
  place-content: center;
  border-radius: 3rem;
  color: #4f4fff;
  font-weight: 600;
  font-size: 1.6rem;
  transition: all 0.4s;
}
@media (any-hover: hover) {
  #diagnosis .diagnosis .card .step-footer button:hover {
    opacity: 0.7;
  }
}
#diagnosis .diagnosis .card:has(input[name="q-1"]) .step-footer > button {
  display: none;
}
#diagnosis .diagnosis #step-confirm h2 {
  font-size: 2.4rem;
  text-align: center;
  color: #4f4fff;
}
#diagnosis .diagnosis #step-confirm p {
  margin-top: 1.6rem;
  text-align: justify;
}
/* philosophy */
main#philosophy {
  overflow: hidden;
}
.section-top-philosophy {
  margin-top: 19px;
}

.philosophy-top-title {
  font-size: 20px;
  font-weight: bold;
  color: #4f4fff;
  text-align: center;
  margin-top: 30px;
  line-height: 1.4;
}

.philosophy-top-texts {
  margin-top: 21px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.045em;
}
.philosophy-top-texts p:not(:first-child) {
  margin-top: 10px;
}
.philosophy-top-texts p:last-child {
  margin-top: 23px;
  letter-spacing: 0.04em;
}
.section-philosophy-desire {
  position: relative;
  background: #fff;
  margin-top: 100px;
}
.h2-heading {
  color: #4f4fff;
  font-size: 24px;
  /* font-family: "WDXL Lubrifont JP N", sans-serif; */
  font-family: vdl-logojr, sans-serif;
  text-align: center;
  line-height: 1.5;
}
.section-philosophy-desire::before {
  content: "";
  width: 120%;
  height: 22rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -6rem;
  left: -10%;
}
.philosophy-desire-texts {
  margin-top: 17px;
  line-height: 1.8;
  font-size: 13px;
}
.philosophy-desire-texts p span {
  font-weight: bold;
}
.section-philosophy-beliefs {
  background: #fff;
  padding-top: 41px;
}
.philosophy-beliefs__lists {
  margin-top: 14px;
  background: #f0f9ff;
  padding: 20px;
  border-radius: 14px;
}
.philosophy-beliefs__list:not(:last-child) {
  position: relative;
  margin-bottom: 36px;
}
.philosophy-beliefs__list:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 1px;
  background: #d5e4ee;
}
.philosophy-beliefs-list__title {
  color: #4f4fff;
  font-size: 14px;
}

.philosophy-beliefs-list__text {
  font-size: 13px;
  margin-top:2px;
  line-height: 1.8;
}

.section-philosophy-vision {
  padding-top: 43px;
  background: #fff;
  padding-bottom: 74px;
}

.philosophy-vision-texts {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.8;
}
.philosophy-vision-texts p:not(:first-child) {
  margin-top: 10px;
}
/*  */
main#concept {
  overflow: hidden;
}
.section-concept-intro {
  margin-top: 19px;
  padding-bottom: 73px;
}
.section-concept-intro__texts {
  line-height: 1.8;
  font-size: 14px;
  margin-top: 30px;
  font-weight: bold;
}

.section-concept-why {
  position: relative;
  background: #fff;
}
.section-concept-why::before {
  position: absolute;
  content: "";
  width: 120%;
  height: 200px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4.4rem;
  left: -10%;
}

.section-concept-why__texts {
  line-height: 1.8;
  font-size: 13px;
  margin-top: 15px;
}
.section-concept-more {
  padding-top: 39px;
  background: #fff;
}

.section-concept-more__texts {
  margin-top: 16px;
  line-height: 1.8;
  font-size: 13px;
}
.section-concept-view {
  background: #fff;
  padding-top: 39px;
}
.section-concept-view__text {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 13px;
}
.section-concept-understand {
  background: #fff;
  padding-top: 39px;
}
.section-concept-understand__text {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 13px;
}
.section-concept-understand__cards {
  margin-top: 15px;
  border-radius: 14px;
  background: #f0f9ff;
  padding: 20px 20px 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.section-concept-understand__card:not(:last-child) {
  position: relative;
}
.section-concept-understand__card:not(:last-child):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background: #d5e4ee;
}
.section-concept-understand__card {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.section-concept-understand__card span {
  color: #4f4fff;
}

.section-concept-structure {
  background: #fff;
  padding-top: 44px;
}

.section-concept-structure__text {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 15px;
}

.section-concept-structure__steps {
  margin-top: 16px;
  background: #f0f9ff;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 20px 20px 24px;
}

.section-concept-structure__step:not(:last-child) {
  position: relative;
}
.section-concept-structure__step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background: #d5e4ee;
}

.section-concept-structure__step-title {
  font-size: 14px;
  font-weight: bold;
  color: #4f4fff;
}

.section-concept-structure__step-text {
  font-size: 13px;
  margin-top: 4px;
  line-height: 1.5;
}

.section-concept-relation {
  padding-top: 48px;
  background: #fff;
}
.section-concept-relation__text {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 17px;
}



.section-concept-personality {
  background: #fff;
  padding-top: 39px;
}
.section-concept-personality__text {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 20px;
}
.section-concept-personality__steps {
  margin-top: 11px;
  background: #f0f9ff;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 39px;
  padding: 20px 20px 24px;
}

.section-concept-personality__step:not(:last-child) {
  position: relative;
}
.section-concept-personality__step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -23px;
  width: 100%;
  height: 1px;
  background: #d5e4ee;
}

.section-concept-personality__step-title {
  font-size: 14px;
  font-weight: bold;
  color: #4f4fff;
  letter-spacing: 0.02em;
}

.section-concept-personality__step-text {
  font-size: 13px;
  margin-top: 4px;
}
.section-concept-why02 {
  background: #fff;
  padding-top: 39px;

}
.section-concept-why02__text {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 20px;
}
.section-concept-why02__steps {
  margin-top: 11px;
  background: #f0f9ff;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 39px;
  padding: 20px 20px 24px;
}

.section-concept-why02__step:not(:last-child) {
  position: relative;
}
.section-concept-why02__step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -23px;
  width: 100%;
  height: 1px;
  background: #d5e4ee;
}

.section-concept-why02__step-title {
  font-size: 14px;
  font-weight: bold;
  color: #4f4fff;
  letter-spacing: 0.02em;
}

.section-concept-why02__step-text {
  font-size: 13px;
  margin-top: 4px;
}
.section-concept-future {
  background: #fff;
  padding-top: 42px;
  padding-bottom: 97px;
}

.section-concept-future__texts {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 20px;
}
.section-concept-summary {
  position: relative;
  padding-bottom: 75px;
}
.section-concept-summary:before {
  position: absolute;
  content: "";
  width: 120%;
  height: 240px;
  background: #f0f9ff;
  border-radius: 50%;
  position: absolute;
  top: -5.3rem;
  left: -10%;
}
.section-concept-summary__top-text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 24px;
}

.section-concept-summary__sub-title {
  margin-top: 48px;
  font-size: 24px;
  color: #4F4FFF;
  /* font-family: "WDXL Lubrifont JP N", sans-serif; */
  font-family: vdl-logojr, sans-serif;
  text-align: center;
}

.section-concept-summary__steps {
  margin-top: 20px;
  background: #fff;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 37px;
  padding: 11px 20px 24px;
}

.section-concept-summary__step:not(:last-child) {
  position: relative;
}
.section-concept-summary__step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 100%;
  height: 1px;
  background: #d5e4ee;
}

.section-concept-summary__step-title {
  font-size: 14px;
  font-weight: bold;
  color: #4f4fff;
  letter-spacing: 0.02em;
}

.section-concept-summary__step-text {
  font-size: 13px;
  margin-top: 4px;
}
.section-concept-summary__text {
  font-size: 13px;
  line-height: 1.8;
  
  margin-top: 14px;
}
.cta-area-middle {
  margin: 0 -20px ;
  position: relative;
}
.cta-area-middle__button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 336px;
}
.cta-area-middle.--bottom {
  margin-bottom: -120px;
}
.cta-area-middle    .common-button02 {
  position: relative;
  height: 8.1rem;
}
.cta-area-middle    .common-button02::before {
  content: "今だけ！";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
  width: 165px;
  border: 3px solid #06C755;
  border-radius:15px;
  background: #fff;
  color: #06C755;
}
.cta-area-middle  .common-button02[data-mod="line"] .icon {
  margin-top: -11px;
}
/*# sourceMappingURL=style.css.map */
