@charset "UTF-8";
/**
 * ベース設定
 */
/* resset.dev • v5.0.2 */
/* # =================================================================
   # 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;
  -o-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. */
}

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;
  -webkit-text-decoration: underline dotted;
          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 */
}

iframe {
  border-style: none;
}

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

[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;
}

/* 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 */
}

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

/* # =================================================================
   # 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;
}

:root {
  --breakpoint-sm: 768px;
  --breakpoint-md: 1100px;
  --breakpoint-lg: 1400px;
  --padding-x-base: 2.4rem;
  --width-content-site: calc(110.4rem + var(--padding-x-base) * 2);
  --font-base: "Noto Sans JP", "Zen Kaku Gothic New", "Helvetica Neue", Arial,
  "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo,
  sans-serif;
  --font-reddit: "Reddit Sans", var(--font-base);
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extraBold: 700;
  --font-weight-black: 900;
  --line-height-body: calc(23 / 16);
  --color-base-text: 20 20 20;
  --color-base-link: var(--color-base-text);
  --color-theme-primary: 247 103 0;
  --color-theme-primary-light: 242 187 6;
  --color-theme-secondary: 24 116 202;
  --color-accent: 255 252 58;
  --color-accent-text: 49 60 84;
  --color-important: 252 8 8;
  --color-bg-dark: 49 60 84;
  --color-bg-figure: 255 240 230;
  --color-border: 227 227 227;
  --color-cta-contact: var(--color-theme-primary);
  --color-cta-tel: 32 95 194;
  --color-table-head-bg: 33 41 58;
  --color-table-bg-lv1: 255 193 151;
  --color-table-bg-lv2: 255 240 230;
  --color-table-bg-lv3: 230 253 255;
  --color-disabled: 227 227227;
  --gradient-theme-primary: linear-gradient(90deg, rgb(var(--color-theme-primary)) 0%, rgb(var(--color-theme-primary-light)) 100%);
  --gradient-theme-primary-360deg: linear-gradient(360deg, rgb(var(--color-theme-primary)) 0%, rgb(var(--color-theme-primary-light)) 100%);
  --shadow-box: 0 0.2rem 4rem 0 rgb(0 0 0 / 0.25);
  --opacity-hover: 0.8;
  --easing-effect: cubic-bezier(0, 0.55, 0.45, 1);
}

html body {
  font-family: var(--font-base);
}

html {
  font-size: 62.5%;
  line-height: var(--line-height-body);
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-weight: var(--font-weight-medium);
  color: rgb(var(--color-base-text));
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  background: rgb(var(--color-bg-body));
  overflow-wrap: anywhere;
  word-break: normal;
  letter-spacing: 0.05em;
  line-break: strict;
}
body.is-overflowHidden {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    position: relative;
  }
  body::before {
    content: "";
    position: fixed;
    top: 6rem;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease-in-out;
    z-index: 10;
  }
  body.is-overflowHidden::before {
    opacity: 1;
    visibility: visible;
  }
}
body ul,
body ol {
  list-style: none;
}
body img,
body video,
body object {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
body a {
  color: inherit;
  text-decoration: none;
  transition: opacity 150ms ease-out 0ms;
}
@media (hover: hover) and (pointer: fine) {
  body a:hover {
    opacity: var(--opacity-hover);
    text-decoration: underline;
  }
}
body button {
  color: rgb(var(--color-base-text));
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body em {
  font-style: normal;
}

/**
 * レイアウト
 */
.footer {
  position: relative;
  margin-top: 8rem;
  background-color: #1A2229;
  color: white;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 4.8rem;
    color: #A3A6A9;
  }
}

.footer__container {
  width: min(100%, 112rem + var(--padding-x-base) * 2);
  margin-inline: auto;
  padding-inline: var(--padding-x-base);
}

.footer__upper {
  padding-block: 5.2rem 7.4rem;
}
@media screen and (max-width: 768px) {
  .footer__upper {
    padding-block: 4.8rem 3.2rem;
  }
}

.footer__lower {
  display: grid;
  gap: 3rem;
  padding: 2.5rem 1rem;
  background-color: white;
  -o-border-image: linear-gradient(180deg, white, white) 0 fill/1/0 50vw;
     border-image: linear-gradient(180deg, white, white) 0 fill/1/0 50vw;
  color: #ABB7C1;
}
@media screen and (min-width: 769px) {
  .footer__lower {
    grid-template-columns: 1fr auto 1fr;
  }
}
@media screen and (max-width: 768px) {
  .footer__lower {
    gap: 1.2rem;
    padding-inline: 0;
  }
}

.footer__logo {
  margin-bottom: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 2.4rem;
  }
}

.footer__about {
  font-size: 1.4rem;
  line-height: 2.1428571429;
}
@media screen and (min-width: 769px) {
  .footer__about {
    line-height: 1.7857142857;
    text-align: center;
  }
}

.footer__sitemap {
  display: grid;
  grid-template-columns: 1fr 25.5rem;
  gap: 2.4rem 4.8rem;
  margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
  .footer__sitemap {
    grid-template-columns: 1fr;
    margin-top: 3.2rem;
  }
}

.footer__sitemap-menu {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 1.7rem 4.8rem;
}

.footer__sitemap-item {
  border-bottom: 0.1rem solid;
}
@media screen and (max-width: 768px) {
  .footer__sitemap-item {
    border-bottom-color: #31393F;
  }
}

.footer__sitemap-title {
  color: white;
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
}

.footer__sitemap-link {
  --icon-size: 1rem;
  --icon-mask: url(../images/icon-arrow.svg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.6rem 1.6rem 0;
}
.footer__sitemap-link::after {
  content: "";
  display: inline-block;
  width: var(--icon-size, 1em);
  height: var(--icon-size, 1em);
  background-color: var(--icon-color, currentColor);
  -webkit-mask-image: var(--icon-mask);
          mask-image: var(--icon-mask);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transition: 250ms var(--easing-effect);
}
@media (hover: hover) and (pointer: fine) {
  .footer__sitemap-link:hover {
    opacity: 1;
    text-decoration: none;
    color: rgb(var(--color-theme-primary));
  }
  .footer__sitemap-link:hover::after {
    translate: 0.4rem 0;
    transition-property: translate;
  }
}
@media screen and (max-width: 768px) {
  .footer__sitemap-link {
    --icon-color: #757A7E;
  }
}

.footer__sitemap-userAction {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
.footer__sitemap-userAction .userActionButton {
  margin-inline: auto;
}
.footer__sitemap-userAction .userActionButton--contact {
  --icon-size: 2.4rem;
  font-size: 2.1rem;
}
.footer__sitemap-userAction .userActionButton--tel {
  --icon-size: 2.5rem;
  font-size: 2.3rem;
}
@media screen and (min-width: 769px) {
  .footer__sitemap-userAction .userActionButton {
    text-align: left;
  }
}

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 4.8rem;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    gap: 0.8rem 2.4rem;
  }
}

.footer__menu-link {
  --icon-size: 0.8rem;
  --icon-mask: url(../images/icon-arrow.svg);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__menu-link::after {
  content: "";
  display: inline-block;
  width: var(--icon-size, 1em);
  height: var(--icon-size, 1em);
  background-color: var(--icon-color, currentColor);
  -webkit-mask-image: var(--icon-mask);
          mask-image: var(--icon-mask);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transition: 250ms var(--easing-effect);
}
@media (hover: hover) and (pointer: fine) {
  .footer__menu-link:hover {
    opacity: 1;
    text-decoration: none;
    color: rgb(var(--color-theme-primary));
  }
  .footer__menu-link:hover::after {
    translate: 0.4rem 0;
    transition-property: translate;
  }
}

@media screen and (min-width: 769px) {
  .footer__copyright {
    text-align: center;
  }
}

.footer__copyright-text {
  font-size: inherit;
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 7.5rem 1.8rem 4.2rem;
  background-color: white;
  border-bottom: 0.1rem solid rgb(var(--color-border));
  z-index: 15;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 2rem var(--padding-x-base);
  }
}

.header__logo {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 18.3rem;
  }
}

.header__logo-link {
  display: block;
}

/**
 * 共通モジュール
 */
@keyframes animation-slide-up {
  0% {
    opacity: 0;
    translate: 0 1rem;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.cta {
  padding-block: 9.7rem;
  background: url(../images/cta-bg.jpg) no-repeat 50% 0/max(100%, 144rem);
  color: white;
}
@media screen and (max-width: 1100px) {
  .cta {
    padding-block: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    padding-block: 4.8rem;
    background-size: cover;
  }
}

.cta__container {
  width: min(100%, 107.3rem + var(--padding-x-base) * 2);
  margin-inline: auto;
  padding-inline: var(--padding-x-base);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 4rem;
}
@media screen and (max-width: 1100px) {
  .cta__container {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}

.cta__copy {
  font-weight: var(--font-weight-bold);
  font-size: 2.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .cta__copy {
    font-size: 1.8rem;
  }
}

[data-effect=scale-in], [data-effect=slide-down], [data-effect=slide-up], [data-effect=fade-in] {
  opacity: 0;
  transition: var(--easing-time, 400ms) ease-out 200ms;
  transition-property: opacity, transform;
}
.is-visible[data-effect=scale-in], .is-visible[data-effect=slide-down], .is-visible[data-effect=slide-up], .is-visible[data-effect=fade-in] {
  transform: none;
  opacity: 1;
}

[data-effect=slide-up] {
  transform: translateY(2rem);
}

[data-effect=slide-down] {
  transform: translateY(-2rem);
}

[data-effect=scale-in] {
  transform: scale(0.4);
}
[data-effect=scale-in].is-visible {
  transform: scale(1);
}

.form {
  position: relative;
  width: min(100%, 74rem);
  margin-inline: auto;
}

.form__fieldset {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  border: 0;
}
@media screen and (max-width: 768px) {
  .form__fieldset {
    row-gap: 3.2rem;
  }
}

.form__group {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}

.form__label {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  font-size: 1.5rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
}

.form__control {
  width: 100%;
  padding: 1.4rem 1.6rem;
  background-color: white;
  border: 0.1rem solid rgb(var(--color-border));
  font-size: 1.5rem;
  letter-spacing: 0;
}
.form__control::-moz-placeholder {
  opacity: 1;
  color: #cccccc;
}
.form__control::placeholder {
  opacity: 1;
  color: #cccccc;
}
.form__control:focus {
  border-width: 0.2rem;
  border-color: rgb(var(--color-theme-primary));
}

input.form__control {
  height: 4.3rem;
}

textarea.form__control {
  height: 13.6rem;
}

.form__check {
  position: relative;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  cursor: pointer;
  font-size: 1.5rem;
}
.form__check::before, .form__check::after {
  flex-shrink: 0;
  content: "";
  display: block;
}
.form__check::before {
  width: 1.6rem;
  aspect-ratio: 1/1;
  border: 0.1rem solid rgb(var(--color-border));
  background-color: white;
}
.form__check::after {
  position: absolute;
  top: 50%;
  opacity: 0;
  color: rgb(var(--color-theme-primary));
  translate: 0 -50%;
}
.form__check:has(.form__check-input:checked)::before {
  border-width: 0.2rem;
  border-color: rgb(var(--color-theme-primary));
}
.form__check:has(.form__check-input:checked)::after {
  opacity: 1;
}
.form__check:has(.form__check-input:focus-visible)::before {
  border-width: 0.2rem;
  border-color: rgb(var(--color-theme-primary));
}
.form__check:has([type=checkbox]) {
  --icon-size: 1rem;
  --icon-mask: url(../images/icon-checked.svg);
}
.form__check:has([type=checkbox])::after {
  left: 0.3rem;
  display: inline-block;
  width: var(--icon-size, 1em);
  height: var(--icon-size, 1em);
  background-color: var(--icon-color, currentColor);
  -webkit-mask-image: var(--icon-mask);
          mask-image: var(--icon-mask);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transition: 250ms var(--easing-effect);
}
.form__check:has([type=radio])::before {
  border-radius: 50%;
}
.form__check:has([type=radio])::after {
  left: 0.4rem;
  width: 0.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
}

.form__check-input {
  opacity: 0;
  position: absolute;
}

.form__check-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 215px));
  gap: 1.8rem;
}
@media screen and (max-width: 768px) {
  .form__check-list {
    grid-template-columns: 1fr;
  }
}

.form__tag {
  padding: 0.2rem 0.8rem 0.3rem;
  font-size: 1.2rem;
}

.form__tag--required {
  background-color: rgb(var(--color-theme-primary));
  color: white;
}

.form__submit {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form__submit {
    margin-top: 3.2rem;
  }
}

.gallery {
  display: flex;
}

.gallery__item {
  flex: 1;
  aspect-ratio: 360/241;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.label {
  display: inline-block;
  padding: 0.2rem 1rem 0.3rem;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  border-radius: 1.5rem;
  font-feature-settings: "fwid" on;
}
@media screen and (max-width: 768px) {
  .label {
    font-size: 1.3rem;
  }
}

.label--recommended {
  color: rgb(var(--color-theme-primary));
  background-color: rgb(var(--color-accent));
}

.panel {
  position: relative;
  margin-top: 9.5rem;
  background-color: white;
  border-radius: 1.6rem;
  box-shadow: var(--shadow-box);
}
@media screen and (max-width: 768px) {
  .panel {
    margin-top: 3.2rem;
  }
}

.panel--arrow {
  margin-top: 11rem;
}
.panel--arrow::before {
  --icon-size: 3.8rem;
  --icon-color: rgb(var(--color-bg-dark));
  --icon-mask: url(../images/icon-panel-arrow.svg);
  content: "";
  position: absolute;
  bottom: calc(100% + 3.2rem);
  left: 0;
  right: 0;
  margin-inline: auto;
  display: inline-block;
  width: var(--icon-size, 1em);
  height: var(--icon-size, 1em);
  background-color: var(--icon-color, currentColor);
  -webkit-mask-image: var(--icon-mask);
          mask-image: var(--icon-mask);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transition: 250ms var(--easing-effect);
}
@media screen and (max-width: 768px) {
  .panel--arrow {
    margin-top: 7.8rem;
  }
  .panel--arrow::before {
    bottom: calc(100% + 1.6rem);
  }
}

.panel__header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6.7rem;
  padding: 1.2rem 4rem;
  background: var(--panel-header-bg, rgb(var(--color-bg-dark)));
  border-radius: 1.6rem 1.6rem 0 0;
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .panel__header {
    padding-inline: 1.6rem;
  }
}

.panel__body {
  padding: 3.8rem 4rem 5.6rem;
}
@media screen and (max-width: 768px) {
  .panel__body {
    padding: 1.6rem;
  }
}

.panel__title {
  font-size: 2.6rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .panel__title {
    font-size: 1.8rem;
  }
}

.panel__slashTitle {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6rem auto 5.5rem;
  font-size: 2.6rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  letter-spacing: 0;
}
.panel__slashTitle::before, .panel__slashTitle::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 2.3rem;
  aspect-ratio: 23/33;
  background: url(../images/bg-title-slash.svg) no-repeat 50% 50%/contain;
}
.panel__slashTitle::after {
  scale: -1 1;
}
@media screen and (max-width: 768px) {
  .panel__slashTitle {
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
}

.panel__figure {
  text-align: center;
}

.panel--primary {
  --panel-header-bg: var(--gradient-theme-primary);
}
.panel--primary::before {
  background: var(--gradient-theme-primary-360deg);
}
@media screen and (min-width: 769px) {
  .panel--primary .panel__title {
    font-size: 3rem;
  }
}

.point {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  gap: 5rem 1.6rem;
  margin-top: 11.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .point {
    margin-top: 6rem;
  }
}

.point__item {
  position: relative;
}

.point__label {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  width: 6.1rem;
  aspect-ratio: 61/58;
  background: var(--gradient-theme-primary);
  border-radius: 50%;
  color: white;
  font-size: 3rem;
  font-weight: var(--font-weight-bold);
  overflow: hidden;
  text-align: center;
  translate: 0 -50%;
}

.point__image {
  margin-bottom: 2rem;
  border-radius: 3rem;
  overflow: hidden;
}
.point__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point__title {
  color: rgb(var(--color-accent-text));
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
}

.qa {
  display: flex;
  flex-direction: column;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .qa {
    margin-inline: calc(var(--padding-x-base) * -1);
  }
}

.qa__item {
  border: solid rgb(var(--color-border));
  border-width: 0.1rem 0 0;
}
.qa__item:last-child {
  border-bottom-width: 0.1rem;
}

.qa__header,
.qa__body {
  display: flex;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
.qa__header::before,
.qa__body::before {
  flex-shrink: 0;
  display: block;
  width: 2.4rem;
  text-align: center;
  color: rgb(var(--color-theme-primary));
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
}
.qa__header {
  padding: 1.6rem var(--padding-x-base);
  box-sizing: border-box;
  transition: color 150ms ease-in-out;
  cursor: pointer;
  list-style: none;
}
.qa__header::before {
  content: "Q";
}
.qa__header::-webkit-details-marker {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .qa__header:hover {
    color: rgb(var(--color-theme-primary));
  }
}

.qa__body {
  padding-inline: var(--padding-x-base);
  border-top: 0.1rem solid rgb(var(--color-border));
  font-size: 1.4rem;
}
.qa__body::before {
  content: "A";
  padding-block: 1.6rem;
}
@media screen and (max-width: 768px) {
  .qa__body {
    color: rgb(var(--color-accent-text));
    font-size: 1.6rem;
  }
}

.qa__title {
  align-self: center;
  flex-grow: 1;
  font-weight: var(--font-weight-bold);
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .qa__title {
    font-size: 1.6rem;
  }
}

.qa__container {
  flex-grow: 1;
  padding-block: 2.8rem 5rem;
}
@media screen and (max-width: 768px) {
  .qa__container {
    padding-block: 2.6rem;
  }
}

.review {
  position: relative;
  padding: 4rem;
  background-color: white;
  border-radius: 1.2rem;
  border: 0.1rem solid rgb(Var(--color-border));
  letter-spacing: 0;
}
.review::before, .review:after {
  content: "";
  position: absolute;
  left: calc(50% - 8rem);
  margin-inline: auto;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  rotate: -45deg;
  translate: -50% 0;
}
.review::before {
  bottom: -2.4rem;
  height: 2.925rem;
  width: 5.85rem;
  background-color: rgb(Var(--color-border));
  z-index: -1;
}
.review::after {
  bottom: -2.3rem;
  height: 2.725rem;
  width: 5.45rem;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .review {
    padding: 2.4rem;
  }
  .review::before, .review::after {
    left: calc(50% - 1rem);
  }
}

.review__header {
  display: grid;
  grid-template-columns: 3.7rem 1fr;
  align-items: center;
  -moz-column-gap: 2.6rem;
       column-gap: 2.6rem;
}
@media screen and (max-width: 768px) {
  .review__header {
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}

.review__body {
  margin-top: 1.8rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .review__body {
    margin-top: 1.6rem;
    color: rgb(var(--color-accent-text));
  }
}

.review__title {
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
}
@media screen and (max-width: 768px) {
  .review__title {
    font-size: 1.6rem;
  }
}

.review__avatar {
  display: grid;
  place-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  border: 0.1rem solid rgb(var(--color-base-text));
  background-color: white;
  border-radius: 50%;
  box-shadow: -0.1rem 0.2rem 0 rgb(var(--color-base-text));
}
.review__avatar img {
  width: 2.4rem;
}

.review__tags {
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 768px) {
  .review__tags {
    margin-bottom: 1.6rem;
  }
}

.review__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4rem 4rem;
}
@media screen and (max-width: 768px) {
  .review__grid {
    grid-template-columns: 1fr;
    row-gap: 5.3rem;
  }
}

.scroll, .mainvisual__lead, .mainvisual__button, .mainvisual__title {
  opacity: 0;
  animation: animation-slide-up 1000ms ease-out var(--animation-delay, 400ms) forwards;
}

/**
 * メインビジュアル
 */
.mainvisual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mainvisual {
	  align-items: flex-start;
        margin-bottom: 0;
        padding-block: 50px 0;
  }

	.mainvisual__lead:before {
		display: none;
	}
	
}

.mainvisual__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mainvisual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  animation: mainvisual-scale-in 2500ms var(--easing-effect) 0ms forwards;
}

.mainvisual__container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.mainvisual__title {
  font-size: 6.2rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.2903225806;
  letter-spacing: 0;
  text-shadow: 0 0 1.2rem white;
}
@media screen and (max-width: 768px) {
  .mainvisual__title {
        font-size: 3rem;
        font-weight: var(--font-weight-medium);
        font-weight: bold;
        padding-top: 30px;
  }
	

.mainvisual__lead p {
        padding: 20px 10px !important;
        letter-spacing: .6px;
        text-align: justify;
        line-height: 1.7;
}
	
.mainvisual__lead p br {
	display:none;
}
	
}

.mainvisual__button {
  --animation-delay: 700ms;
  margin-top: 3.8rem;
}
.mainvisual__button a {
  width: auto;
}
.mainvisual__button a::before, .mainvisual__button a::after {
  content: none;
}
@media screen and (min-width: 769px) {
  .mainvisual__button a {
    min-width: 47.2rem;
    min-height: 7.7rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual__button {
    margin-top: 2rem;
  }
}

.mainvisual__lead {
  --animation-delay: 800ms;
  position: relative;
  margin-top: 2.5rem;
  padding-top: 2.4rem;
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  text-shadow: 0 0 0.8rem white;
  letter-spacing: 0;
}
.mainvisual__lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: min(100%, 63.8rem);
  margin-inline: auto;
  border-top: 0.1rem solid;
}
@media screen and (max-width: 768px) {
  .mainvisual__lead {
    font-size: 1.6rem;
  }
}

@keyframes mainvisual-scale-in {
  0% {
    opacity: 0;
    scale: 1.04;
    filter: blur(2rem);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    scale: 1;
    filter: blur(0);
  }
}
.scroll {
  --animation-delay: 1200ms;
  --scroll-line-height: 4.8rem;
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.3rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4615384615;
  letter-spacing: 0;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .scroll {
    bottom: 16.5rem;
  }
}

.scroll__line {
  display: block;
  width: 0.1rem;
  height: var(--scroll-line-height);
  background: linear-gradient(180deg, rgb(var(--color-base-text)) 50%, rgb(var(--color-base-text)/0) 50%) no-repeat 0 calc(var(--scroll-line-height) * -1)/100% 200%;
  animation: scroll-down 2200ms cubic-bezier(0.76, 0, 0.3, 1) var(--animation-delay) forwards infinite;
}

@keyframes scroll-down {
  0% {
    background-position: 0 calc(var(--scroll-line-height) * -1);
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 var(--scroll-line-height);
  }
}
.section {
  padding-block: 10.4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section {
    padding-block: 4.8rem;
  }
}

.section--bgPrimary {
  background: var(--gradient-theme-primary);
  color: white;
}

.section__lead {
  width: min(100%, var(--section-container-width, 78rem));
  margin: 0 auto 4.8rem;
  font-size: var(--section-lead-font-size, 1.8rem);
  letter-spacing: 0;
}
.section__lead p {
  margin-top: 2rem;
}
.section__lead p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .section__lead {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.slider {
  position: relative;
  overflow: visible;
}
.slider.swiper-initialized .swiper-wrapper {
  flex-wrap: nowrap;
  gap: 0;
}
.slider .swiper-slide {
  opacity: 0.3;
  transition: opacity 150ms ease-in-out;
}
.slider .swiper-slide-active {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .slider .swiper-slide-next,
  .slider .swiper-slide-prev {
    opacity: 1;
  }
}

.slider__controls {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  pointer-events: none;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .slider__controls {
    position: absolute;
    top: 50%;
    justify-content: space-between;
    width: 100%;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 768px) {
  .slider__controls {
    justify-content: center;
    margin-top: 2.4rem;
  }
}

.slider__controls-nav {
  --icon-color: rgb(var(--color-theme-primary));
  --icon-size: 1.5rem;
  --icon-mask: url(../images/icon-slider-arrow.svg);
  display: grid;
  place-content: center;
  width: 5.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: white;
  pointer-events: visible;
  opacity: 0.8;
  transition: 150ms ease-in-out;
  transition-property: opacity, scale;
}
.slider__controls-nav::before {
  content: "";
  translate: 0.1rem 0;
  display: inline-block;
  width: var(--icon-size, 1em);
  height: var(--icon-size, 1em);
  background-color: var(--icon-color, currentColor);
  -webkit-mask-image: var(--icon-mask);
          mask-image: var(--icon-mask);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transition: 250ms var(--easing-effect);
}
@media (hover: hover) and (pointer: fine) {
  .slider__controls-nav:hover {
    opacity: 1;
    scale: 1.04;
  }
  .slider__controls-nav:hover.slider__controls-nav--prev {
    scale: -1.04 1.04;
  }
}

.slider__controls-nav--prev {
  scale: -1 1;
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 0.1rem solid rgb(var(--color-border));
  color: rgb(var(--color-base-text));
  font-size: 2rem;
  letter-spacing: 0;
  vertical-align: middle;
}
.table th, .table td {
  position: relative;
  height: 8.8rem;
  padding: 1.5rem 1rem;
  border: 0.1rem solid rgb(var(--color-border));
  text-align: center;
  background-color: white;
}
.table td {
  font-weight: var(--font-weight-regular);
}
.table td:has(.table__availability--not) {
  background-color: #F7F7F7;
}
.table thead th {
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
}
.table .table__price {
  padding-inline: 0;
}
@media screen and (min-width: 769px) {
  .table .table__head {
    font-size: 2rem;
    padding-inline: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .table {
    font-size: 1.2rem;
  }
  .table th, .table td {
    height: 5rem;
    padding: 1.2rem 1rem;
  }
  .table thead th {
    font-size: 1.4rem;
  }
}

.table--layoutFixed {
  table-layout: fixed;
}

.table__head {
  background-color: white;
  color: rgb(var(--color-base-text));
  font-weight: var(--font-weight-bold);
}

.table__label {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  translate: -50% -50%;
  white-space: nowrap;
}

.table__price {
  color: rgb(var(--color-important));
  font-family: var(--font-reddit);
  font-size: 2.4rem;
  font-weight: var(--font-weight-regular);
}
@media screen and (max-width: 768px) {
  .table__price {
    font-size: 1.8rem;
  }
}

.table__price-unit {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .table__price-unit {
    font-size: 1.4rem;
  }
}

.table__price-tax {
  display: block;
  margin-top: 0.3rem;
  color: #ADADAD;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .table__price-tax {
    font-size: 1.3rem;
  }
}

.table__availability {
  position: relative;
  display: block;
  margin: auto;
  width: 3.6rem;
  aspect-ratio: 1/1;
}
.table__availability::before, .table__availability::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
}

.table__availability--yes::before {
  content: none;
}
.table__availability--yes::after {
  width: 100%;
  height: 100%;
  border: 0.6rem solid #FF8E45;
  border-radius: 50%;
}

.table__availability--not {
  rotate: 45deg;
}
.table__availability--not::before, .table__availability--not::after {
  width: 0.6rem;
  height: 3.36rem;
  background-color: #ADADAD;
}
.table__availability--not::before {
  rotate: 90deg;
}

.table .table__bg--primary {
  background-color: #FF8E45;
  color: white;
}
.table .table__bg--secondary {
  background-color: rgb(var(--color-table-head-bg));
  color: white;
}
.table .table__bg--lv1 {
  background-color: rgb(var(--color-table-bg-lv1));
}
.table .table__bg--lv2 {
  background-color: rgb(var(--color-table-bg-lv2));
}
.table .table__bg--lv3 {
  background-color: rgb(var(--color-table-bg-lv3));
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.8rem;
  background-color: #00C66C;
  border-radius: 0.4rem;
  color: white;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .tag {
    padding-inline: 0.3rem;
  }
}

.tag__cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.tile {
  display: flex;
  align-items: center;
  padding: 1rem 1.2rem;
  background-color: white;
  border-radius: 0.6rem;
  border: 0.1rem solid rgb(var(--color-border));
  color: rgb(var(--color-accent-text));
  font-size: 1.5rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .tile {
    min-height: 6rem;
  }
  .tile > span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .tile {
    justify-content: center;
    text-align: center;
    padding: 0.8rem 0.6rem;
    font-size: 1.3rem;
  }
}

.tile__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.8rem, 1fr));
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .tile__grid {
    gap: 0.4rem;
    grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
  }
}

.tile__panel {
  display: grid;
  grid-template-columns: 24rem 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding: 2.8rem 2.8rem 3.1rem;
  border-radius: 2.4rem;
  background-color: rgb(var(--color-bg-figure));
}
@media screen and (max-width: 768px) {
  .tile__panel {
    grid-template-columns: 1fr;
    row-gap: 1.6rem;
    padding: 1.6rem;
    border-radius: 0.8rem;
  }
}

.tile__panel-header {
  display: grid;
  place-content: center;
  padding: 2rem;
  background: var(--gradient-theme-primary);
  border-radius: 1.2rem;
  color: white;
}
@media screen and (max-width: 768px) {
  .tile__panel-header {
    padding: 1.6rem;
    border-radius: 0.8rem;
  }
}

.tile__panel-title {
  font-weight: var(--font-weight-bold);
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .tile__panel-title {
    font-size: 2rem;
  }
}

.troubleType {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.troubleType__balloon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 13.4rem;
  padding: 3.5rem 3.2rem 4rem;
  border-radius: 2rem;
  background-color: #EDEDED;
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  text-align: center;
}
.troubleType__balloon::before, .troubleType__balloon::after {
  content: "";
  position: absolute;
  background-color: #EDEDED;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.troubleType__balloon::before {
  width: 1.1rem;
  right: 9rem;
  top: calc(100% + 2.6rem);
}
.troubleType__balloon::after {
  width: 1.8rem;
  right: 6.4rem;
  top: calc(100% + 0.8rem);
}
@media screen and (max-width: 768px) {
  .troubleType__balloon {
    padding: 3.2rem 2.8rem;
    font-size: 1.6rem;
  }
  .troubleType__balloon::before {
    right: 8.2rem;
  }
  .troubleType__balloon::after {
    right: 5.7rem;
  }
}

.troubleType__illust {
  position: relative;
  display: block;
  width: min(100%, 24rem);
  margin: -1.5rem auto 0;
}

.troubleType__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2.4rem;
}
.box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  color: rgb(var(--color-accent-text));
}

.box__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -1.3rem;
  padding: 0.2rem 1.5rem 0.3rem;
  background: var(--gradient-theme-primary);
  border-radius: 3rem;
  color: white;
  font-size: 1.7rem;
  font-weight: var(--font-weight-bold);
}
.box__label::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: calc(50% + 0.1rem);
  height: 1.2rem;
  width: 2.4rem;
  margin-inline: auto;
  background-color: #F49003;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  rotate: 45deg;
  translate: -50% 0;
}

.box__label--small {
  font-size: 1.5rem;
}

.box__figure {
  margin-bottom: 2.2rem;
  text-align: center;
}
.box__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.box__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(26.5rem, 1fr));
  gap: 3rem 4.2rem;
  width: min(100%, 98.5rem);
  margin-inline: auto;
}

.button {
  --icon-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  min-height: 5.4rem;
  width: min(100%, 25.6rem);
  padding: 0.8rem 2.2rem;
  background-color: white;
  border-radius: 5rem;
  border: 0.1rem solid rgb(var(--color-theme-primary));
  box-sizing: border-box;
  color: rgb(var(--color-theme-primary));
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
  text-align: center;
  transition-property: background, border, color;
  font-feature-settings: "palt";
}
.button::before, .button::after {
  content: "";
  display: inline-block;
  width: var(--icon-size, 1em);
  height: var(--icon-size, 1em);
  background-color: var(--icon-color, currentColor);
  -webkit-mask-image: var(--icon-mask);
          mask-image: var(--icon-mask);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transition: 250ms var(--easing-effect);
}
.button::before {
  background-color: initial;
}
.button::after {
  --icon-mask: url(../images/icon-button-arrow.svg);
}
@media (hover: hover) and (pointer: fine) {
  .button:hover {
    opacity: 1;
    text-decoration: none;
    background-color: rgb(var(--color-theme-primary));
    color: white;
  }
}

.button__text {
  flex-grow: 1;
}

.button--primary {
  background: var(--gradient-theme-primary);
  color: white;
  border: 0;
}
@media (hover: hover) and (pointer: fine) {
  .button--primary:hover {
    background: white;
    border: 0.1rem solid rgb(var(--color-theme-primary));
    color: rgb(var(--color-theme-primary));
  }
}

.button--secondary {
  background-color: rgb(var(--color-accent-text));
  border-color: rgb(var(--color-accent-text));
  color: white;
}
@media (hover: hover) and (pointer: fine) {
  .button--secondary:hover {
    background: white;
    color: rgb(var(--color-accent-text));
  }
}

.button--square {
  border-radius: 1.2rem;
}

.button--cta {
  --icon-size: 2rem;
  justify-content: space-between;
  min-height: 9.4rem;
  width: 44.4rem;
  padding-inline: 4.4rem;
  border: 0.3rem solid #1456CA;
  color: #1F4171;
  font-size: 2.8rem;
}
@media (hover: hover) and (pointer: fine) {
  .button--cta:hover {
    background-color: #1456CA;
  }
}
@media screen and (max-width: 768px) {
  .button--cta {
    width: min(100%, 30rem);
    min-height: 7rem;
    font-size: 2rem;
  }
}

.button__block {
  margin-top: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .button__block {
    margin-top: 2.4rem;
  }
}

.button__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 29.6rem), 32.1rem));
  gap: 2.4rem;
  margin-block: 4rem;
}
.button__list:first-child {
  margin-top: 0;
}
.button__list:last-child {
  margin-bottom: 0;
}
.button__list .button {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .button__list {
    gap: 1.2rem;
    margin-block: 2.4rem;
  }
}

.hamburger {
  position: relative;
  width: 2.4rem;
  height: 2rem;
  overflow: hidden;
  color: inherit;
  z-index: 15;
}
@media screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }
}

.hamburger__line {
  position: relative;
  pointer-events: none;
}
.hamburger__line, .hamburger__line::before, .hamburger__line::after {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: currentColor;
  border-radius: 10rem;
  transition: 150ms ease-in-out;
}
.hamburger__line::before, .hamburger__line::after {
  content: "";
  position: absolute;
  left: 0;
  transition-property: transform, top;
}
.hamburger__line::before {
  top: -0.9rem;
}
.hamburger__line::after {
  bottom: -0.9rem;
}
[aria-expanded=true] .hamburger__line {
  translate: 150% 0;
}
[aria-expanded=true] .hamburger__line::before {
  top: 0;
  transform: translateX(-150%) rotate(45deg);
}
[aria-expanded=true] .hamburger__line::after {
  top: 0;
  transform: translateX(-150%) rotate(-45deg);
}

.userActionButton {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  min-height: 4.6rem;
  width: min(100%, 34.5rem);
  padding: 0.5rem 1.3rem;
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  background-color: var(--button-bg-color);
  border: 0.1rem solid var(--button-bg-color);
  color: white;
  text-align: center;
  transition-property: background-color, color;
}
.userActionButton::before {
  content: "";
  display: block;
  flex-shrink: 0;
  display: inline-block;
  width: var(--icon-size, 1em);
  height: var(--icon-size, 1em);
  background-color: var(--icon-color, currentColor);
  -webkit-mask-image: var(--icon-mask);
          mask-image: var(--icon-mask);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transition: 250ms var(--easing-effect);
}
@media (hover: hover) and (pointer: fine) {
  .userActionButton:hover {
    opacity: 1;
    text-decoration: none;
    background-color: white;
    color: var(--button-bg-color);
  }
}
@media screen and (max-width: 768px) {
  .userActionButton {
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
    padding-inline: 1rem;
    font-size: 1.4rem;
  }
}

.userActionButton--contact {
  --icon-size: 2.2rem;
  --icon-mask: url(../images/icon-mail.svg);
  --button-bg-color: rgb(var(--color-cta-contact));
}

.userActionButton--tel {
  --icon-size: 2rem;
  --icon-mask: url(../images/icon-tel.png);
  --button-bg-color: rgb(var(--color-cta-tel));
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .userActionButton--tel {
    font-size: 1.6rem;
  }
}

.userActionButton__text {
  flex-grow: 1;
}

.card {
  display: block;
  border-radius: 2rem;
  box-shadow: 0 0 3.2rem rgba(6, 92, 247, 0.5);
  background-color: white;
  color: rgb(var(--color-accent-text));
  font-size: 1.4rem;
  overflow: hidden;
  letter-spacing: 0;
  transition-property: box-shadow;
}
@media (hover: hover) and (pointer: fine) {
  .card[href]:hover {
    opacity: 1;
    text-decoration: none;
    box-shadow: 0 0 3rem rgba(6, 92, 247, 0.1);
  }
  .card[href]:hover .card__thumb img {
    scale: 1.04;
  }
}
@media screen and (max-width: 768px) {
  .card {
    box-shadow: 0 0 1.6rem rgba(6, 92, 247, 0.5);
  }
}

.card__thumb {
  aspect-ratio: 340/196;
  overflow: hidden;
}
.card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 150ms ease-in;
}

.card__content {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  padding: 2.4rem 3.7rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .card__content {
    padding-inline: 3.2rem;
  }
}

.card__title {
  color: rgb(var(--color-theme-primary));
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
}

.card__tags {
  margin-top: auto;
  color: rgb(var(--color-theme-primary));
  font-size: 1.3rem;
}

.card__tags-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.2rem 0.4rem;
  background-color: white;
  border-radius: 5rem;
  border: 0.1rem solid;
  text-align: center;
}

.card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.card__list-item {
  width: min(100%, 34rem);
  flex: 0 0 min(100%, 34rem);
}

.container {
  width: min(100%, var(--width-content-site));
  margin-inline: auto;
  padding-inline: var(--padding-x-base);
}

.container--wide {
  width: min(100%, 116rem + var(--padding-x-base) * 2);
}

@media screen and (max-width: 768px) {
  .scrollContainerX {
    margin-right: calc(var(--padding-x-base) * -1);
  }
}
.scrollContainerX[data-device=all] {
  overflow-x: scroll;
}
.scrollContainerX[data-device=all] > .table {
  min-width: 102rem;
}
@media screen and (max-width: 768px) {
  .scrollContainerX[data-device=all] > .table {
    min-width: 86rem;
  }
}
@media screen and (min-width: 769px) {
  .scrollContainerX[data-device=desktop] {
    overflow-x: scroll;
  }
  .scrollContainerX[data-device=desktop] > .table {
    min-width: calc(var(--width-content-site) - var(--padding-x-base) * 2);
  }
}
@media screen and (max-width: 768px) {
  .scrollContainerX[data-device=desktop] {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .scrollContainerX[data-device=mobile] {
    overflow-x: scroll;
  }
  .scrollContainerX[data-device=mobile] > .table {
    width: 86rem;
  }
}

.figure {
  text-align: center;
}

.headingBg {
  margin-block: 8.2rem 3rem;
  padding: 1.8rem 2rem 1.9rem;
  background: var(--gradient-theme-primary);
  border-radius: 1.2rem;
  color: white;
  font-size: 2.6rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .headingBg {
    margin-block: 2.4rem 1.6rem;
    padding: 1rem;
    border-radius: 0.8rem;
    font-size: 1.8rem;
  }
}

:is(h1, h2, h3, h4):first-child {
  margin-top: 0;
}
:is(h1, h2, h3, h4):last-child {
  margin-bottom: 0;
}

.headingLv1 {
  position: relative;
  margin-block: 10rem 5.6rem;
  text-align: center;
  letter-spacing: 0;
  font-weight: var(--font-weight-bold);
}
@media screen and (max-width: 768px) {
  .headingLv1 {
    margin-block: 4.8rem 2.4rem;
  }
}

.headingLv1__text {
  font-size: 3.4rem;
	letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .headingLv1__text > span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .headingLv1__text {
    font-size: 2.1rem;
  }
}

.headingLv1__text--shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.headingLv1__balloon {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  padding: 0.8rem 3rem 1rem;
  background: var(--gradient-theme-primary);
  border-radius: 3.1rem;
  color: white;
  font-size: var(--heading-balloon-font-size, 2.6rem);
  filter: drop-shadow(0 0 1.2rem rgba(244, 144, 3, 0.4));
}
.headingLv1__balloon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 0.2rem);
  width: 1.6rem;
  height: 1.4rem;
  margin-inline: auto;
  background-color: #F59103;
  -webkit-mask: url(../images/icon-balloon-arrow.svg) no-repeat 100% 100%;
          mask: url(../images/icon-balloon-arrow.svg) no-repeat 100% 100%;
}
@media screen and (max-width: 768px) {
  .headingLv1__balloon {
    min-width: 22.4rem;
    margin-bottom: 2rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
  }
}

.headingLv1__typography {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 9.6rem;
  color: rgb(var(--color-theme-primary)/0.1);
}
@media screen and (max-width: 768px) {
  .headingLv1__typography {
    font-size: 6.4rem;
  }
}

.headingLv1:has(.headingLv1__typography) {
  padding-block: 6.5rem 1.6rem;
}
@media screen and (min-width: 769px) {
  .headingLv1:has(.headingLv1__typography) {
    margin-bottom: 4.8rem;
  }
  .headingLv1:has(.headingLv1__typography) .headingLv1__text {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .headingLv1:has(.headingLv1__typography) {
    padding-block: 3.4rem 2.4rem;
  }
}

.headingLv1__translation {
  display: block;
  color: #FF6A12;
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .headingLv1:has(.headingLv1__translation) {
    margin-bottom: 4.8rem;
    text-align: left;
  }
}

.headingLv2 {
  position: relative;
  margin-block: 7rem 5rem;
  text-align: center;
  letter-spacing: 0;
  font-size: 3rem;
  font-weight: var(--font-weight-bold);
}
@media screen and (max-width: 768px) {
  .headingLv2 {
    margin-block: 4.8rem 2.4rem;
    font-size: 1.8rem;
  }
}

.information {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}

.information__item:not(:last-child) {
  border-bottom: 0.1rem solid rgb(var(--color-border));
}

.information__row {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding: 2rem 3.2rem 2rem 0;
}
.information__row[href]::after {
  --icon-size: 2.8rem;
  --icon-mask: url(../images/icon-information-arrow.svg);
  content: "";
  margin-left: auto;
  display: inline-block;
  width: var(--icon-size, 1em);
  height: var(--icon-size, 1em);
  background-color: var(--icon-color, currentColor);
  -webkit-mask-image: var(--icon-mask);
          mask-image: var(--icon-mask);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transition: 250ms var(--easing-effect);
}
@media (hover: hover) and (pointer: fine) {
  .information__row[href]:hover {
    --icon-color: rgb(var(--color-theme-primary));
    opacity: 1;
    text-decoration: none;
  }
  .information__row[href]:hover::after {
    translate: 0.5rem 0;
  }
  .information__row[href]:hover .information__title {
    color: rgb(var(--color-theme-primary));
    font-weight: var(--font-weight-bold);
  }
}
@media screen and (max-width: 768px) {
  .information__row {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.4rem;
    padding: 1.6rem 4rem 1.6rem 0;
  }
  .information__row[href]::after {
    position: absolute;
    top: 2.4rem;
    bottom: 0;
    right: 0;
    margin-block: auto;
  }
}

.information__title {
  flex-grow: 1;
  font-size: 1.4rem;
  font-weight: var(--font-weight-medium);
  transition: 150ms ease-in-out;
}

.information__datetime {
  flex-shrink: 0;
  min-width: 11.5rem;
}

.information__panel {
  position: relative;
  padding: 3.2rem 4rem 1.6rem;
  background-color: white;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .information__panel {
    padding-inline: 1.6rem;
  }
}

.information__panel-title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  line-height: 1.4583333333;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .information__panel-title {
    margin-bottom: 1.8rem;
    text-align: center;
  }
}

.listChecked {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  letter-spacing: 0;
  text-align: left;
}

.listChecked__item {
  position: relative;
  padding-left: 3rem;
  font-weight: var(--font-weight-bold);
  color: rgb(var(--color-accent-text));
}
.listChecked__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/icon-list-checked.svg) no-repeat 50% 50%/contain;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .listChecked__item {
    font-size: 1.5rem;
  }
}

.listChecked--label .listChecked__item {
  padding: 0.8rem 1rem 0.9rem 3.8rem;
  border-radius: 0.4rem;
  background-color: white;
}
.listChecked--label .listChecked__item::before {
  left: 1.2rem;
}
@media screen and (max-width: 768px) {
  .listChecked--label .listChecked__item {
    padding: 0.9rem 3.2rem;
    text-align: center;
  }
  .listChecked--label .listChecked__item::before {
    left: 1rem;
  }
}

.listDisc {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
  font-weight: var(--font-weight-bold);
}
.listDisc > li {
  position: relative;
  padding-left: 1em;
  line-height: var(--line-height-body);
}
.listDisc > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: calc(1em * var(--line-height-body));
}

.listNote {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
  margin-block: 1rem;
  font-size: 1.2rem;
  font-weight: var(--font-weight-bold);
  font-feature-settings: "palt" 1;
}
.listNote:first-child {
  margin-top: 0;
}
.listNote:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .listNote--large {
    row-gap: 0.7rem;
    font-size: 1.4rem;
  }
}

.logoList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5rem 6.7rem;
  margin-block: 5rem;
}
.logoList:first-child {
  margin-top: 0;
}
.logoList:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .logoList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
    margin-block: 1.4rem;
  }
}

.logoList__item {
  text-align: center;
}

.logoLoopList {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
  padding-block: 3rem 3.2rem;
  border-bottom: 0.1rem solid rgb(var(--color-border));
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .logoLoopList {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    padding-block: 1.6rem;
  }
}

.logoLoopList__line {
  transition-timing-function: linear;
  display: flex;
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
  flex-shrink: 0;
  transform: translateX(50%);
  animation: animation-loop calc(var(--loop-speed) * 6000ms) infinite linear both;
  animation-delay: calc(var(--loop-speed) * -3000ms);
}
@media screen and (max-width: 768px) {
  .logoLoopList__line {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
}

@keyframes animation-loop {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(150%);
  }
}
@media screen and (max-width: 768px) {
  .gNav {
    position: fixed;
    top: 7.3rem;
    left: 0;
    width: 100%;
    background-color: rgb(var(--color-bg-dark));
    color: white;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition: 300ms ease-in-out;
    z-index: 10;
  }
  .gNav[aria-hidden=false] {
    opacity: 1;
    visibility: visible;
  }
}

.gNav__container {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .gNav__container {
    flex-direction: column;
    row-gap: 3rem;
  }
}

.gNav__menu,
.gNav__submenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  font-weight: var(--font-weight-bold);
}

.gNav__menu {
  gap: 0.8rem 3.5rem;
}
@media screen and (max-width: 768px) {
  .gNav__menu {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding-inline: 3rem;
  }
}

.gNav__menu-link,
.gNav__submenu-link {
  display: block;
  background: linear-gradient(currentColor, currentColor) no-repeat 100% 100%/0 0.1rem;
  transition-property: background-size, color;
  letter-spacing: 0;
}
@media (hover: hover) and (pointer: fine) {
  .gNav__menu-link:hover,
  .gNav__submenu-link:hover {
    opacity: 1;
    text-decoration: none;
    color: rgb(var(--color-theme-primary));
    background-position-x: 0;
    background-size: 100% 0.1rem;
  }
}

@media screen and (max-width: 768px) {
  .gNav__menu-item {
    border-bottom: 0.1rem solid white;
  }
}

@media screen and (max-width: 768px) {
  .gNav__menu-link {
    padding-block: 1.6rem;
  }
}

.gNav__submenu {
  gap: 0.8rem 2rem;
}
@media screen and (max-width: 768px) {
  .gNav__submenu {
    justify-content: center;
  }
}

.gNav__submenu-item {
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
.gNav__submenu-item:not(:first-child):not(.gNav__submenu-item--userAction) {
  padding-left: 2rem;
  border-left: 0.1rem solid rgb(var(--color-border));
}

.gNav__submenu-item--userAction {
  display: flex;
}
@media screen and (min-width: 769px) {
  .gNav__submenu-item--userAction a {
    min-width: 17.6rem;
    min-height: 4rem;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .gNav__submenu-item--userAction {
    margin-top: 2rem;
    width: 100%;
  }
  .gNav__submenu-item--userAction a {
    flex: 1;
  }
}

.textEmphasis {
  margin-block: 5.3rem;
  font-size: 3rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
  background: var(--gradient-theme-primary), rgb(var(--color-theme-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.textEmphasis:first-child {
  margin-top: 0;
}
.textEmphasis:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .textEmphasis {
    margin-block: 1.6rem;
    font-size: 1.8rem;
    text-align: left;
  }
}

.about {
  position: relative;
  background: url(../images/about-bg.png) no-repeat 50% 100%/144rem;
  background-color: #F8F8F8;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about .headingLv1__text,
  .about .section__lead {
    text-shadow: 0 0 1rem white;
  }
  .about .headingLv1__text,
  .about .section__lead,
  .about .textEmphasis {
    filter: drop-shadow(0 0 0.1rem white) drop-shadow(0 0 0.1rem white) drop-shadow(0 0 0.1rem white);
  }
}
@media screen and (min-width: 769px) {
  .about {
    padding-bottom: 6.4rem;
    line-height: 1.6;
  }
  .about .headingLv1 {
    margin-bottom: 3rem;
  }
  .about .headingLv1__balloon {
    padding: 1.3rem 2.2rem 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-bottom: 0;
    background-image: url(../images/about-bg-sp.png);
    background-size: 100%;
    background-position-y: 50%;
  }
}

.about__container {
  position: relative;
  max-width: calc(56rem + var(--padding-x-base) * 2);
  transition-delay: 400ms;
}

.about__images {
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .about__images {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(100%, 144rem);
    height: 100%;
    translate: -50% 0;
  }
}
@media screen and (max-width: 768px) {
  .about__images {
    width: 100%;
    margin-top: 3.2rem;
  }
}

.about__images-item {
  position: absolute;
  overflow: hidden;
}
.about__images-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .about__images-item {
    translate: 0 -50%;
  }
}
@media screen and (max-width: 768px) {
  .about__images-item {
    position: static;
    translate: 0;
  }
}

.about__images-item--01 {
  --scale-transition-delay: 300ms;
  bottom: 17rem;
  left: -0.8rem;
  width: 31.2rem;
  aspect-ratio: 312/416;
  border-radius: 3rem;
}
@media screen and (max-width: 1100px) {
  .about__images-item--01 {
    bottom: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .about__images-item--01 {
    width: 62.0865139949vw;
    border-radius: 0 1.6rem 1.6rem 0;
  }
}

.about__images-item--02 {
  --scale-transition-delay: 300ms;
  bottom: 10.4rem;
  left: 11.2rem;
  width: 22.3rem;
  aspect-ratio: 223/167;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1100px) {
  .about__images-item--02 {
    bottom: 0;
    left: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .about__images-item--02 {
    width: 56.7430025445vw;
    margin: -22.6463104326vw var(--padding-x-base) 0 auto;
  }
}

.about__images-item--03 {
  --scale-transition-delay: 300ms;
  bottom: 33.5rem;
  right: 4.2rem;
  width: 18.8rem;
  aspect-ratio: 188/257;
  border-radius: 2rem;
}
@media screen and (max-width: 1100px) {
  .about__images-item--03 {
    bottom: 22rem;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .about__images-item--03 {
    display: none;
  }
}

.about__images-item--04 {
  --scale-transition-delay: 200ms;
  bottom: 5.2rem;
  right: 1.2rem;
  width: 32.1rem;
  aspect-ratio: 321/215;
  border-radius: 2rem;
}
@media screen and (max-width: 1100px) {
  .about__images-item--04 {
    bottom: 0;
    right: -5.8rem;
  }
}
@media screen and (max-width: 768px) {
  .about__images-item--04 {
    display: none;
  }
}

.about[data-effect=about-images-scale] .about__images-item {
  opacity: 0;
  scale: 0.4;
  transition: var(--easing-time, 400ms) ease-out var(--scale-transition-delay);
  transition-property: opacity, scale;
}
.about[data-effect=about-images-scale].is-visible .about__images-item {
  opacity: 1;
  scale: 1;
}
@media screen and (max-width: 1100px) {
  .about[data-effect=about-images-scale].is-visible .about__images-item {
    scale: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .about[data-effect=about-images-scale].is-visible .about__images-item {
    scale: 1;
  }
}

.contact {
  position: relative;
  overflow: hidden;
}

.contact__header {
  padding-block: 8rem;
  background: url(../images/contact-title-bg.png) no-repeat 50% 50%/cover, var(--gradient-theme-primary);
  color: white;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .contact__header {
    background-image: url(../images/contact-title-bg-sp.png), var(--gradient-theme-primary);
    padding-block: 4.8rem;
  }
}

.contact__body {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .contact__body {
    padding-top: 4.8rem;
  }
}

.contact__heading {
  display: flex;
  flex-direction: column;
  font-weight: var(--font-weight-bold);
}
@media screen and (min-width: 769px) {
  .contact__heading {
    row-gap: 0.8rem;
  }
}

.contact__heading-ja {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .contact__heading-ja {
    font-size: 2.4rem;
  }
}

.contact__heading-en {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .contact__heading-en {
    font-size: 1.5rem;
  }
}

.news {
  --animation-delay: 1600ms;
  padding-bottom: 8rem;
  background-color: #F7F7F3;
}
.news .container {
  opacity: 0;
  animation: animation-slide-up 800ms ease-out var(--animation-delay, 800ms) forwards;
}
@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 3.2rem;
  }
}

.outsourcing {
  position: relative;
  overflow: hidden;
}
.outsourcing::before {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  width: 90rem;
  aspect-ratio: 1/1;
  margin: auto;
  border: 12rem solid white;
  border-radius: 50%;
  opacity: 0.2;
  pointer-events: none;
  translate: -50% -50%;
}
.outsourcing[data-effect=outsourcing-bg]::before {
  opacity: 0;
  scale: 1.12;
  transition: var(--easing-time, 400ms) ease-out 200ms;
  transition-property: opacity, scale;
}
.outsourcing[data-effect=outsourcing-bg].is-visible::before {
  opacity: 0.2;
  scale: 1;
}
@media screen and (max-width: 1100px) {
  .outsourcing::before {
    width: 69.4rem;
  }
  .outsourcing .section__lead {
    font-size: 1.5rem;
    line-height: var(--line-height-body);
  }
}

.outsourcing__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 53.5326086957%;
  align-items: flex-end;
  gap: 3.2rem 1rem;
  transition-delay: 400ms;
}
@media screen and (max-width: 1100px) {
  .outsourcing__container {
    grid-template-columns: 1fr;
    max-width: 80rem;
  }
}

.outsourcing__about .headingLv1 {
  text-align: left;
}
.outsourcing__about .listChecked {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1100px) {
  .outsourcing__about .headingLv1 {
    text-align: center;
  }
  .outsourcing__about .listChecked {
    width: auto;
  }
}

.outsourcing__figure {
  display: flex;
  flex-direction: column;
  row-gap: 3.7rem;
  align-items: center;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .outsourcing__figure {
    row-gap: 2.8rem;
  }
}

.outsourcing__figure-caption {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 1.3rem 1.2rem;
  background-color: white;
  border-radius: 2.8rem;
  color: rgb(var(--color-theme-primary));
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  filter: drop-shadow(0 0 1.2rem rgba(244, 144, 3, 0.4));
}
.outsourcing__figure-caption::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 0.2rem);
  width: 1.6rem;
  height: 1.4rem;
  margin-inline: auto;
  background-color: white;
  -webkit-mask: url(../images/icon-balloon-arrow.svg) no-repeat 100% 100%;
          mask: url(../images/icon-balloon-arrow.svg) no-repeat 100% 100%;
}
.outsourcing__figure-caption > span {
  background: var(--gradient-theme-primary), rgb(var(--color-theme-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .outsourcing__figure-caption {
    padding: 0.8rem 3.2rem;
    width: 100%;
    border-radius: 3.1rem;
    font-size: 1.6rem;
  }
}

.plan {
  --section-lead-font-size: 2rem;
}
.plan .section__lead {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.plan .table[data-table=plan] col:nth-child(1) {
  width: 4rem;
}
.plan .table[data-table=plan] col:nth-child(2) {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .plan .table[data-table=plan] col:nth-child(1) {
    width: 3rem;
  }
  .plan .table[data-table=plan] col:nth-child(2) {
    width: 19rem;
  }
}
.plan .table[data-table=plan] th[rowspan] {
  padding-inline: 0.5rem;
  line-height: 1.2;
}
.plan .table[data-table=plan] .listNote {
  font-weight: var(--font-weight-regular);
}
.plan .table[data-table=option] col:nth-child(1) {
  width: 39rem;
}
.plan .table[data-table=option] th {
  padding: 2rem 1rem;
}
.plan .table[data-table=option] td {
  padding-inline: 2.5rem;
}
@media screen and (max-width: 768px) {
  .plan .table[data-table=option] col:nth-child(1) {
    width: 22rem;
  }
}

.plan__optionPrice {
  display: block;
  margin-top: 0.7rem;
  color: rgb(var(--color-theme-primary));
  font-family: var(--font-reddit);
  font-size: 5rem;
  font-weight: var(--font-weight-extraBold);
}
@media screen and (max-width: 768px) {
  .plan__optionPrice {
    font-size: 2.8rem;
  }
}

.plan__optionPrice-unit {
  color: rgb(var(--color-base-text));
  font-size: 2.4rem;
  font-weight: var(--font-weight-medium);
}
@media screen and (max-width: 768px) {
  .plan__optionPrice-unit {
    font-size: 1.6rem;
  }
}

.recommended .container {
  width: min(100%, 133rem + var(--padding-x-base) * 2);
}

.strengths {
  --section-container-width: 87.5rem;
}
.strengths .section__lead {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .strengths .headingLv1__balloon {
    padding: 1.5rem 1.5rem 1.6rem;
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .strengths .section__lead {
    font-size: 1.5rem;
  }
}

/**
 * ユーティリティクラス
 */
.u-color-white {
  color: white;
}

.u-color-black {
  color: black;
}

.u-color-text {
  color: rgb(var(--color-base-text));
}

.u-color-primary {
  color: rgb(var(--color-theme-primary));
}

.u-color-secondary {
  color: rgb(var(--color-theme-secondary));
}

.u-color-accent {
  color: rgb(var(--color-accent));
}

.u-color-accentText {
  color: rgb(var(--color-accent-text));
}

.u-color-important {
  color: rgb(var(--color-important));
}

.u-color-inherit {
  color: inherit;
}

@media screen and (min-width: 769px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none !important;
  }
}
/* margin */
.u-m-auto {
  margin: 0 auto !important;
}

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

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-ml-0 {
  margin-left: 0rem !important;
}

.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-ml-5 {
  margin-left: 0.5rem !important;
}

.u-mr-5 {
  margin-right: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-ml-10 {
  margin-left: 1rem !important;
}

.u-mr-10 {
  margin-right: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-ml-15 {
  margin-left: 1.5rem !important;
}

.u-mr-15 {
  margin-right: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-ml-20 {
  margin-left: 2rem !important;
}

.u-mr-20 {
  margin-right: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-ml-25 {
  margin-left: 2.5rem !important;
}

.u-mr-25 {
  margin-right: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-ml-30 {
  margin-left: 3rem !important;
}

.u-mr-30 {
  margin-right: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-ml-35 {
  margin-left: 3.5rem !important;
}

.u-mr-35 {
  margin-right: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-ml-40 {
  margin-left: 4rem !important;
}

.u-mr-40 {
  margin-right: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-ml-45 {
  margin-left: 4.5rem !important;
}

.u-mr-45 {
  margin-right: 4.5rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-ml-50 {
  margin-left: 5rem !important;
}

.u-mr-50 {
  margin-right: 5rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-ml-55 {
  margin-left: 5.5rem !important;
}

.u-mr-55 {
  margin-right: 5.5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-ml-60 {
  margin-left: 6rem !important;
}

.u-mr-60 {
  margin-right: 6rem !important;
}

.u-mt-65 {
  margin-top: 6.5rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-ml-65 {
  margin-left: 6.5rem !important;
}

.u-mr-65 {
  margin-right: 6.5rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-ml-70 {
  margin-left: 7rem !important;
}

.u-mr-70 {
  margin-right: 7rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

.u-ml-75 {
  margin-left: 7.5rem !important;
}

.u-mr-75 {
  margin-right: 7.5rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-ml-80 {
  margin-left: 8rem !important;
}

.u-mr-80 {
  margin-right: 8rem !important;
}

.u-mt-85 {
  margin-top: 8.5rem !important;
}

.u-mb-85 {
  margin-bottom: 8.5rem !important;
}

.u-ml-85 {
  margin-left: 8.5rem !important;
}

.u-mr-85 {
  margin-right: 8.5rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-ml-90 {
  margin-left: 9rem !important;
}

.u-mr-90 {
  margin-right: 9rem !important;
}

.u-mt-95 {
  margin-top: 9.5rem !important;
}

.u-mb-95 {
  margin-bottom: 9.5rem !important;
}

.u-ml-95 {
  margin-left: 9.5rem !important;
}

.u-mr-95 {
  margin-right: 9.5rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

.u-ml-100 {
  margin-left: 10rem !important;
}

.u-mr-100 {
  margin-right: 10rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-auto-sp {
    margin: 0 auto !important;
  }
  .u-mt-0-sp {
    margin-top: 0rem !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0rem !important;
  }
  .u-ml-0-sp {
    margin-left: 0rem !important;
  }
  .u-mr-0-sp {
    margin-right: 0rem !important;
  }
  .u-mt-5-sp {
    margin-top: 0.5rem !important;
  }
  .u-mb-5-sp {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-5-sp {
    margin-left: 0.5rem !important;
  }
  .u-mr-5-sp {
    margin-right: 0.5rem !important;
  }
  .u-mt-10-sp {
    margin-top: 1rem !important;
  }
  .u-mb-10-sp {
    margin-bottom: 1rem !important;
  }
  .u-ml-10-sp {
    margin-left: 1rem !important;
  }
  .u-mr-10-sp {
    margin-right: 1rem !important;
  }
  .u-mt-15-sp {
    margin-top: 1.5rem !important;
  }
  .u-mb-15-sp {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-15-sp {
    margin-left: 1.5rem !important;
  }
  .u-mr-15-sp {
    margin-right: 1.5rem !important;
  }
  .u-mt-20-sp {
    margin-top: 2rem !important;
  }
  .u-mb-20-sp {
    margin-bottom: 2rem !important;
  }
  .u-ml-20-sp {
    margin-left: 2rem !important;
  }
  .u-mr-20-sp {
    margin-right: 2rem !important;
  }
  .u-mt-25-sp {
    margin-top: 2.5rem !important;
  }
  .u-mb-25-sp {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-25-sp {
    margin-left: 2.5rem !important;
  }
  .u-mr-25-sp {
    margin-right: 2.5rem !important;
  }
  .u-mt-30-sp {
    margin-top: 3rem !important;
  }
  .u-mb-30-sp {
    margin-bottom: 3rem !important;
  }
  .u-ml-30-sp {
    margin-left: 3rem !important;
  }
  .u-mr-30-sp {
    margin-right: 3rem !important;
  }
  .u-mt-35-sp {
    margin-top: 3.5rem !important;
  }
  .u-mb-35-sp {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-35-sp {
    margin-left: 3.5rem !important;
  }
  .u-mr-35-sp {
    margin-right: 3.5rem !important;
  }
  .u-mt-40-sp {
    margin-top: 4rem !important;
  }
  .u-mb-40-sp {
    margin-bottom: 4rem !important;
  }
  .u-ml-40-sp {
    margin-left: 4rem !important;
  }
  .u-mr-40-sp {
    margin-right: 4rem !important;
  }
  .u-mt-45-sp {
    margin-top: 4.5rem !important;
  }
  .u-mb-45-sp {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-45-sp {
    margin-left: 4.5rem !important;
  }
  .u-mr-45-sp {
    margin-right: 4.5rem !important;
  }
  .u-mt-50-sp {
    margin-top: 5rem !important;
  }
  .u-mb-50-sp {
    margin-bottom: 5rem !important;
  }
  .u-ml-50-sp {
    margin-left: 5rem !important;
  }
  .u-mr-50-sp {
    margin-right: 5rem !important;
  }
  .u-mt-55-sp {
    margin-top: 5.5rem !important;
  }
  .u-mb-55-sp {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-55-sp {
    margin-left: 5.5rem !important;
  }
  .u-mr-55-sp {
    margin-right: 5.5rem !important;
  }
  .u-mt-60-sp {
    margin-top: 6rem !important;
  }
  .u-mb-60-sp {
    margin-bottom: 6rem !important;
  }
  .u-ml-60-sp {
    margin-left: 6rem !important;
  }
  .u-mr-60-sp {
    margin-right: 6rem !important;
  }
  .u-mt-65-sp {
    margin-top: 6.5rem !important;
  }
  .u-mb-65-sp {
    margin-bottom: 6.5rem !important;
  }
  .u-ml-65-sp {
    margin-left: 6.5rem !important;
  }
  .u-mr-65-sp {
    margin-right: 6.5rem !important;
  }
  .u-mt-70-sp {
    margin-top: 7rem !important;
  }
  .u-mb-70-sp {
    margin-bottom: 7rem !important;
  }
  .u-ml-70-sp {
    margin-left: 7rem !important;
  }
  .u-mr-70-sp {
    margin-right: 7rem !important;
  }
  .u-mt-75-sp {
    margin-top: 7.5rem !important;
  }
  .u-mb-75-sp {
    margin-bottom: 7.5rem !important;
  }
  .u-ml-75-sp {
    margin-left: 7.5rem !important;
  }
  .u-mr-75-sp {
    margin-right: 7.5rem !important;
  }
}
/* padding */
.u-p-0 {
  padding: 0rem !important;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pl-0 {
  padding-left: 0rem !important;
}

.u-pr-0 {
  padding-right: 0rem !important;
}

.u-p-5 {
  padding: 0.5rem !important;
}

.u-pt-5 {
  padding-top: 0.5rem !important;
}

.u-pb-5 {
  padding-bottom: 0.5rem !important;
}

.u-pl-5 {
  padding-left: 0.5rem !important;
}

.u-pr-5 {
  padding-right: 0.5rem !important;
}

.u-p-10 {
  padding: 1rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pl-10 {
  padding-left: 1rem !important;
}

.u-pr-10 {
  padding-right: 1rem !important;
}

.u-p-15 {
  padding: 1.5rem !important;
}

.u-pt-15 {
  padding-top: 1.5rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pl-15 {
  padding-left: 1.5rem !important;
}

.u-pr-15 {
  padding-right: 1.5rem !important;
}

.u-p-20 {
  padding: 2rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pl-20 {
  padding-left: 2rem !important;
}

.u-pr-20 {
  padding-right: 2rem !important;
}

.u-p-25 {
  padding: 2.5rem !important;
}

.u-pt-25 {
  padding-top: 2.5rem !important;
}

.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

.u-pl-25 {
  padding-left: 2.5rem !important;
}

.u-pr-25 {
  padding-right: 2.5rem !important;
}

.u-p-30 {
  padding: 3rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pl-30 {
  padding-left: 3rem !important;
}

.u-pr-30 {
  padding-right: 3rem !important;
}

.u-p-35 {
  padding: 3.5rem !important;
}

.u-pt-35 {
  padding-top: 3.5rem !important;
}

.u-pb-35 {
  padding-bottom: 3.5rem !important;
}

.u-pl-35 {
  padding-left: 3.5rem !important;
}

.u-pr-35 {
  padding-right: 3.5rem !important;
}

.u-p-40 {
  padding: 4rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pl-40 {
  padding-left: 4rem !important;
}

.u-pr-40 {
  padding-right: 4rem !important;
}

.u-p-45 {
  padding: 4.5rem !important;
}

.u-pt-45 {
  padding-top: 4.5rem !important;
}

.u-pb-45 {
  padding-bottom: 4.5rem !important;
}

.u-pl-45 {
  padding-left: 4.5rem !important;
}

.u-pr-45 {
  padding-right: 4.5rem !important;
}

.u-p-50 {
  padding: 5rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pl-50 {
  padding-left: 5rem !important;
}

.u-pr-50 {
  padding-right: 5rem !important;
}

.u-p-55 {
  padding: 5.5rem !important;
}

.u-pt-55 {
  padding-top: 5.5rem !important;
}

.u-pb-55 {
  padding-bottom: 5.5rem !important;
}

.u-pl-55 {
  padding-left: 5.5rem !important;
}

.u-pr-55 {
  padding-right: 5.5rem !important;
}

.u-p-60 {
  padding: 6rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pl-60 {
  padding-left: 6rem !important;
}

.u-pr-60 {
  padding-right: 6rem !important;
}

.u-p-65 {
  padding: 6.5rem !important;
}

.u-pt-65 {
  padding-top: 6.5rem !important;
}

.u-pb-65 {
  padding-bottom: 6.5rem !important;
}

.u-pl-65 {
  padding-left: 6.5rem !important;
}

.u-pr-65 {
  padding-right: 6.5rem !important;
}

.u-p-70 {
  padding: 7rem !important;
}

.u-pt-70 {
  padding-top: 7rem !important;
}

.u-pb-70 {
  padding-bottom: 7rem !important;
}

.u-pl-70 {
  padding-left: 7rem !important;
}

.u-pr-70 {
  padding-right: 7rem !important;
}

.u-p-75 {
  padding: 7.5rem !important;
}

.u-pt-75 {
  padding-top: 7.5rem !important;
}

.u-pb-75 {
  padding-bottom: 7.5rem !important;
}

.u-pl-75 {
  padding-left: 7.5rem !important;
}

.u-pr-75 {
  padding-right: 7.5rem !important;
}

.u-p-80 {
  padding: 8rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pl-80 {
  padding-left: 8rem !important;
}

.u-pr-80 {
  padding-right: 8rem !important;
}

.u-p-85 {
  padding: 8.5rem !important;
}

.u-pt-85 {
  padding-top: 8.5rem !important;
}

.u-pb-85 {
  padding-bottom: 8.5rem !important;
}

.u-pl-85 {
  padding-left: 8.5rem !important;
}

.u-pr-85 {
  padding-right: 8.5rem !important;
}

.u-p-90 {
  padding: 9rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pb-90 {
  padding-bottom: 9rem !important;
}

.u-pl-90 {
  padding-left: 9rem !important;
}

.u-pr-90 {
  padding-right: 9rem !important;
}

.u-p-95 {
  padding: 9.5rem !important;
}

.u-pt-95 {
  padding-top: 9.5rem !important;
}

.u-pb-95 {
  padding-bottom: 9.5rem !important;
}

.u-pl-95 {
  padding-left: 9.5rem !important;
}

.u-pr-95 {
  padding-right: 9.5rem !important;
}

.u-p-100 {
  padding: 10rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-pl-100 {
  padding-left: 10rem !important;
}

.u-pr-100 {
  padding-right: 10rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-0-sp {
    padding: 0rem !important;
  }
  .u-pt-0-sp {
    padding-top: 0rem !important;
  }
  .u-pb-0-sp {
    padding-bottom: 0rem !important;
  }
  .u-pl-0-sp {
    padding-left: 0rem !important;
  }
  .u-pr-0-sp {
    padding-right: 0rem !important;
  }
  .u-p-5-sp {
    padding: 0.5rem !important;
  }
  .u-pt-5-sp {
    padding-top: 0.5rem !important;
  }
  .u-pb-5-sp {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-5-sp {
    padding-left: 0.5rem !important;
  }
  .u-pr-5-sp {
    padding-right: 0.5rem !important;
  }
  .u-p-10-sp {
    padding: 1rem !important;
  }
  .u-pt-10-sp {
    padding-top: 1rem !important;
  }
  .u-pb-10-sp {
    padding-bottom: 1rem !important;
  }
  .u-pl-10-sp {
    padding-left: 1rem !important;
  }
  .u-pr-10-sp {
    padding-right: 1rem !important;
  }
  .u-p-15-sp {
    padding: 1.5rem !important;
  }
  .u-pt-15-sp {
    padding-top: 1.5rem !important;
  }
  .u-pb-15-sp {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-15-sp {
    padding-left: 1.5rem !important;
  }
  .u-pr-15-sp {
    padding-right: 1.5rem !important;
  }
  .u-p-20-sp {
    padding: 2rem !important;
  }
  .u-pt-20-sp {
    padding-top: 2rem !important;
  }
  .u-pb-20-sp {
    padding-bottom: 2rem !important;
  }
  .u-pl-20-sp {
    padding-left: 2rem !important;
  }
  .u-pr-20-sp {
    padding-right: 2rem !important;
  }
  .u-p-25-sp {
    padding: 2.5rem !important;
  }
  .u-pt-25-sp {
    padding-top: 2.5rem !important;
  }
  .u-pb-25-sp {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-25-sp {
    padding-left: 2.5rem !important;
  }
  .u-pr-25-sp {
    padding-right: 2.5rem !important;
  }
  .u-p-30-sp {
    padding: 3rem !important;
  }
  .u-pt-30-sp {
    padding-top: 3rem !important;
  }
  .u-pb-30-sp {
    padding-bottom: 3rem !important;
  }
  .u-pl-30-sp {
    padding-left: 3rem !important;
  }
  .u-pr-30-sp {
    padding-right: 3rem !important;
  }
  .u-p-35-sp {
    padding: 3.5rem !important;
  }
  .u-pt-35-sp {
    padding-top: 3.5rem !important;
  }
  .u-pb-35-sp {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-35-sp {
    padding-left: 3.5rem !important;
  }
  .u-pr-35-sp {
    padding-right: 3.5rem !important;
  }
  .u-p-40-sp {
    padding: 4rem !important;
  }
  .u-pt-40-sp {
    padding-top: 4rem !important;
  }
  .u-pb-40-sp {
    padding-bottom: 4rem !important;
  }
  .u-pl-40-sp {
    padding-left: 4rem !important;
  }
  .u-pr-40-sp {
    padding-right: 4rem !important;
  }
  .u-p-45-sp {
    padding: 4.5rem !important;
  }
  .u-pt-45-sp {
    padding-top: 4.5rem !important;
  }
  .u-pb-45-sp {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-45-sp {
    padding-left: 4.5rem !important;
  }
  .u-pr-45-sp {
    padding-right: 4.5rem !important;
  }
  .u-p-50-sp {
    padding: 5rem !important;
  }
  .u-pt-50-sp {
    padding-top: 5rem !important;
  }
  .u-pb-50-sp {
    padding-bottom: 5rem !important;
  }
  .u-pl-50-sp {
    padding-left: 5rem !important;
  }
  .u-pr-50-sp {
    padding-right: 5rem !important;
  }
  .u-p-55-sp {
    padding: 5.5rem !important;
  }
  .u-pt-55-sp {
    padding-top: 5.5rem !important;
  }
  .u-pb-55-sp {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-55-sp {
    padding-left: 5.5rem !important;
  }
  .u-pr-55-sp {
    padding-right: 5.5rem !important;
  }
  .u-p-60-sp {
    padding: 6rem !important;
  }
  .u-pt-60-sp {
    padding-top: 6rem !important;
  }
  .u-pb-60-sp {
    padding-bottom: 6rem !important;
  }
  .u-pl-60-sp {
    padding-left: 6rem !important;
  }
  .u-pr-60-sp {
    padding-right: 6rem !important;
  }
  .u-p-65-sp {
    padding: 6.5rem !important;
  }
  .u-pt-65-sp {
    padding-top: 6.5rem !important;
  }
  .u-pb-65-sp {
    padding-bottom: 6.5rem !important;
  }
  .u-pl-65-sp {
    padding-left: 6.5rem !important;
  }
  .u-pr-65-sp {
    padding-right: 6.5rem !important;
  }
  .u-p-70-sp {
    padding: 7rem !important;
  }
  .u-pt-70-sp {
    padding-top: 7rem !important;
  }
  .u-pb-70-sp {
    padding-bottom: 7rem !important;
  }
  .u-pl-70-sp {
    padding-left: 7rem !important;
  }
  .u-pr-70-sp {
    padding-right: 7rem !important;
  }
  .u-p-75-sp {
    padding: 7.5rem !important;
  }
  .u-pt-75-sp {
    padding-top: 7.5rem !important;
  }
  .u-pb-75-sp {
    padding-bottom: 7.5rem !important;
  }
  .u-pl-75-sp {
    padding-left: 7.5rem !important;
  }
  .u-pr-75-sp {
    padding-right: 7.5rem !important;
  }
  .u-p-80-sp {
    padding: 8rem !important;
  }
  .u-pt-80-sp {
    padding-top: 8rem !important;
  }
  .u-pb-80-sp {
    padding-bottom: 8rem !important;
  }
  .u-pl-80-sp {
    padding-left: 8rem !important;
  }
  .u-pr-80-sp {
    padding-right: 8rem !important;
  }
  .u-p-85-sp {
    padding: 8.5rem !important;
  }
  .u-pt-85-sp {
    padding-top: 8.5rem !important;
  }
  .u-pb-85-sp {
    padding-bottom: 8.5rem !important;
  }
  .u-pl-85-sp {
    padding-left: 8.5rem !important;
  }
  .u-pr-85-sp {
    padding-right: 8.5rem !important;
  }
  .u-p-90-sp {
    padding: 9rem !important;
  }
  .u-pt-90-sp {
    padding-top: 9rem !important;
  }
  .u-pb-90-sp {
    padding-bottom: 9rem !important;
  }
  .u-pl-90-sp {
    padding-left: 9rem !important;
  }
  .u-pr-90-sp {
    padding-right: 9rem !important;
  }
  .u-p-95-sp {
    padding: 9.5rem !important;
  }
  .u-pt-95-sp {
    padding-top: 9.5rem !important;
  }
  .u-pb-95-sp {
    padding-bottom: 9.5rem !important;
  }
  .u-pl-95-sp {
    padding-left: 9.5rem !important;
  }
  .u-pr-95-sp {
    padding-right: 9.5rem !important;
  }
  .u-p-100-sp {
    padding: 10rem !important;
  }
  .u-pt-100-sp {
    padding-top: 10rem !important;
  }
  .u-pb-100-sp {
    padding-bottom: 10rem !important;
  }
  .u-pl-100-sp {
    padding-left: 10rem !important;
  }
  .u-pr-100-sp {
    padding-right: 10rem !important;
  }
}
.u-textCenter {
  text-align: center !important;
}

.u-textRight {
  text-align: right !important;
}

.u-textLeft {
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .u-textCenter-sp {
    text-align: center !important;
  }
  .u-textRight-sp {
    text-align: right !important;
  }
  .u-textLeft-sp {
    text-align: left !important;
  }
}
.u-textIndent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-textIndentRest {
  text-indent: 0;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
/*# sourceMappingURL=style.css.map */


/* -- 受講システム -- */

.col-2, .col-3, .col-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sec-system .container {
  max-width: 1100px;
}

.sec-system h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
}

.bbl_pa .bbl {
    width: 120px;
    position: absolute;
    top: -20px;
    left: 20px;
}

.sec-system .system_blk h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  display: table;
  width: 100%;
	color: #000;
}

.sec-system .system_blk p {
  color: #004ea2;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.sec-system .col-3 {
  margin-bottom: 45px;
}

.sec-system .col-3 .system_blk {
  text-align: center;
  max-width: 360px;
  background-color: #fff;
  padding: 30px 20px 20px;
  width: 31%;
}

.sec-system .col-3 .system_blk .bbl {
  width: auto;
}

.sec-system .col-3 .system_blk .bbl img {
  width: auto;
  height: 70px;
}

.sec-system .col-3 .system_blk .main_txt {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #fb0051;
}

.sec-system .col-3 .system_blk .sub_txt {
  font-size: 1.6rem;
}

.sec-system .col-3 .system_blk .note {
  font-size: 1.6rem;
}

.sec-system .col-1 .system_blk {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 45px;
  margin-bottom: 40px;
}

.sec-system .col-1 .system_blk h3 {
  width: auto;
}

.sec-system .col-1 .system_blk .main_txt {
  font-size: 2.8rem;
  line-height: 1.8;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-system .col-1 .system_blk .main_txt span {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
  margin-left: 10px;
}

@media screen and (max-width: 1023px) {
  .sec-system .col-3 .system_blk {
    max-width: 100%;
    width: 60%;
    margin: 0 auto;
  }
  .sec-system .col-3 .system_blk:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  .sec-system .col-1 .system_blk {
    padding-left: 0;
  }
  .sec-system .col-1 .system_blk h3 {
    margin-left: auto;
    margin-right: auto;
  }
  .sec-system .col-1 .system_blk .main_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-system .col-1 .system_blk .main_txt span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 570px) {
  .sec-system .container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .sec-system h2 {
    font-size: 2rem;
    margin-bottom: 60px;
  }
  .sec-system .col-3 .system_blk {
    max-width: 100%;
    width: 100%;
  }
  .sec-system .col-3 .system_blk .bbl img {
    height: 60px;
  }
  .sec-system .col-3 .system_blk h3 {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .sec-system .col-3 .system_blk .main_txt {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .sec-system .col-3 .system_blk .sub_txt,
  .sec-system .col-3 .system_blk .note {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .sec-system .col-1 .system_blk {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec-system .col-1 .system_blk h3 {
    font-size: 2rem;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .sec-system .col-1 .system_blk .main_txt {
    font-size: 1.8rem;
    padding-right: 0;
  }
  .sec-system .col-1 .system_blk .main_txt span {
    margin-top: 10px;
    margin-left: initial;
  }
	
.sec-system .col-3 .system_blk .bbl {
    display: none;
}
	
.there_card .inner {
        padding: 0 10px;
        flex-wrap: wrap;
    gap: 10px;

}
	
.there_card .card {
    width: 48%;
    margin-bottom: 20px;
        font-size: 16px;
        padding: 20px 5px;
}
	
.there_card .card span {
    font-size: 17px;
    letter-spacing: .6px;
	margin-top: 10px;
	padding-top: 10px;

}
	
.there_card {
	padding: 30px 5px 10px;
}
	
.new_mv img.sp {
        display: block;
        width: 90%;
        margin: 40px auto 0;
}
	
.new_mv img.pc {
	display: none;
}
	
.there_card .card {
    width: 48% !important;
    margin-bottom: 20px;
        font-size: 16px;
        padding: 20px 5px;
}
	
.there_card .card span {
    font-size: 17px;
    letter-spacing: .6px;
	margin-top: 10px;
	padding-top: 10px;

}
	
.there_card {
	padding: 30px 5px 10px;
}
	
	.there_card .inner {
    gap: 10px !important;
}
	
}
