[data-simplebar] {
  position: relative;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      -webkit-box-align: start;
          align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0; }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -ms-flex-positive: inherit;
      -webkit-box-flex: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -ms-user-select: none;
      -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/* ==========================================================================
slick.js
========================================================================== */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir='rtl'] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: px2rem(1px) solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* default
-------------------------------------------------------------------------- */
/* in
-------------------------------------------------------------------------- */
/* out
-------------------------------------------------------------------------- */
/* in out
-------------------------------------------------------------------------- */
/* min-width
-------------------------------------------------------------------------- */
/* max-width
-------------------------------------------------------------------------- */
@-webkit-keyframes swing1 {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(5deg) translateY(-10px);
            transform: rotate(5deg) translateY(-10px); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  85% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(-5deg) translateY(-10px);
            transform: rotate(-5deg) translateY(-10px); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); } }
@keyframes swing1 {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(5deg) translateY(-10px);
            transform: rotate(5deg) translateY(-10px); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  85% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(-5deg) translateY(-10px);
            transform: rotate(-5deg) translateY(-10px); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); } }

@-webkit-keyframes swing2 {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(-5deg) translateY(-10px);
            transform: rotate(-5deg) translateY(-10px); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  85% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(5deg) translateY(-10px);
            transform: rotate(5deg) translateY(-10px); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); } }

@keyframes swing2 {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(-5deg) translateY(-10px);
            transform: rotate(-5deg) translateY(-10px); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  85% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(5deg) translateY(-10px);
            transform: rotate(5deg) translateY(-10px); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); } }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); } }

@-webkit-keyframes button-on {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  51% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes button-on {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  51% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

html {
  font-size: 10px; }
  @media screen and (max-width: 1280px) {
    html {
      font-size: 0.78125vw; } }
  @media screen and (max-width: 768px) {
    html {
      font-size: 1.30208vw; } }
  @supports (-webkit-touch-callout: none) {
    html {
      height: -webkit-fill-available; } }

body {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  color: #000;
  background: #fff;
  font-family: Yakuhanjp, "Noto Sans JP", sans-serif;
  font-size: calc(1.6 * var(--rem));
  letter-spacing: 0.02em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 768px) {
    body {
      font-size: calc(2.8 * var(--rem)); } }
  @supports (-webkit-touch-callout: none) {
    body {
      height: -webkit-fill-available; } }
  body.is-locked {
    overflow: hidden; }

a {
  outline: none;
  color: #000;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media screen and (min-width: 769px) {
    a:hover, a:active {
      text-decoration: none; } }

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

.layout-container {
  position: relative;
  font-family: Yakuhanjp, "Noto Sans JP", sans-serif; }
  .layout-container.is-locked {
    overflow: auto;
    scrollbar-gutter: stable; }

.button-header, .button-visual, .button-contact {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  display: flex !important;
  position: relative;
  font-weight: 700;
  border: calc(0.2 * var(--rem)) solid;
  text-align: center; }
  .button-header::before, .button-visual::before, .button-contact::before {
    display: block;
    content: "";
    -webkit-mask: no-repeat center center / contain;
            mask: no-repeat center center / contain; }
  .button-header small, .button-visual small, .button-contact small {
    display: block;
    font-weight: 700;
    font-size: calc(1.2 * var(--rem)); }
  .button-header--check, .button-visual--check, .button-contact--check {
    background-color: #fff; }
    .button-header--check::before, .button-visual--check::before, .button-contact--check::before {
      position: absolute;
      top: calc(50% - calc(2.4 * var(--rem)) / 2);
      height: calc(2.4 * var(--rem));
      width: calc(2.4 * var(--rem));
      -webkit-mask-image: url(../img/common/icn_check.svg);
              mask-image: url(../img/common/icn_check.svg); }
  .button-header--mail, .button-visual--mail, .button-contact--mail {
    color: #fff !important; }
    .button-header--mail::before, .button-visual--mail::before, .button-contact--mail::before {
      position: absolute;
      top: calc(50% - calc(2.6 * var(--rem)) / 2);
      height: calc(2.6 * var(--rem));
      width: calc(2.8 * var(--rem));
      -webkit-mask-image: url(../img/common/icn_mail.svg);
              mask-image: url(../img/common/icn_mail.svg); }

.button-header, .button-visual {
  width: calc(26 * var(--rem));
  height: calc(5.6 * var(--rem));
  border-radius: calc(calc(5.6 * var(--rem)) / 2);
  font-size: calc(1.6 * var(--rem));
  border-color: #ff6112; }
  @media screen and (max-width: 768px) {
    .button-header, .button-visual {
      width: 100%;
      font-size: calc(1.2 * var(--rem)); } }
  @media screen and (max-width: 768px) {
    .button-header small, .button-visual small {
      font-size: calc(1 * var(--rem)); } }
  .button-header--check, .button-visual--check {
    color: #ff6112 !important; }
    .button-header--check::before, .button-visual--check::before {
      left: calc(1.6 * var(--rem));
      background-color: #ff6112; }
      @media screen and (max-width: 768px) {
        .button-header--check::before, .button-visual--check::before {
          position: absolute;
          top: calc(50% - calc(1.8 * var(--rem)) / 2);
          height: calc(1.8 * var(--rem));
          width: calc(1.8 * var(--rem)); } }
    .button-header--check.is-on, .button-visual--check.is-on {
      background-color: #ff6112;
      color: #fff !important; }
      .button-header--check.is-on::before, .button-visual--check.is-on::before {
        background-color: #fff; }
  .button-header--mail, .button-visual--mail {
    background-color: #ff6112; }
    .button-header--mail::before, .button-visual--mail::before {
      left: calc(1.4 * var(--rem));
      background-color: #fff; }
      @media screen and (max-width: 768px) {
        .button-header--mail::before, .button-visual--mail::before {
          position: absolute;
          top: calc(50% - calc(1.8 * var(--rem)) / 2);
          height: calc(1.8 * var(--rem));
          width: calc(2 * var(--rem)); } }
    .button-header--mail.is-on, .button-visual--mail.is-on {
      background-color: #fff;
      color: #ff6112 !important; }
      .button-header--mail.is-on::before, .button-visual--mail.is-on::before {
        background-color: #ff6112; }

@media screen and (max-width: 768px) {
  .button-visual {
    font-size: calc(1.6 * var(--rem)); } }

@media screen and (max-width: 768px) {
  .button-visual small {
    font-size: calc(1 * var(--rem)); } }

.button-contact {
  width: calc(40 * var(--rem));
  height: calc(7 * var(--rem));
  border-radius: calc(calc(7 * var(--rem)) / 2);
  font-size: calc(2 * var(--rem));
  border-color: #ff6112; }
  @media screen and (max-width: 768px) {
    .button-contact {
      width: 100%;
      font-size: calc(1.6 * var(--rem)); } }
  @media screen and (max-width: 768px) {
    .button-contact small {
      font-size: calc(1 * var(--rem)); } }
  .button-contact--check {
    color: #ff6112 !important;
    width: calc(44 * var(--rem));
    padding-left: calc(2.8 * var(--rem)); }
    @media screen and (max-width: 768px) {
      .button-contact--check {
        width: 100%; } }
    .button-contact--check::before {
      left: calc(1.6 * var(--rem));
      background-color: #ff6112; }
    .button-contact--check.is-on {
      background-color: #ff6112;
      color: #fff !important; }
      .button-contact--check.is-on::before {
        background-color: #fff; }
  .button-contact--mail {
    background-color: #ff6112; }
    .button-contact--mail::before {
      left: calc(1.8 * var(--rem));
      background-color: #fff; }
    .button-contact--mail.is-on {
      background-color: #fff;
      color: #ff6112 !important; }
      .button-contact--mail.is-on::before {
        background-color: #ff6112; }

.contact {
  width: 100%;
  max-width: calc(174 * var(--rem));
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: calc(4.4 * var(--rem)) 0 calc(9 * var(--rem));
  background: -webkit-gradient(linear, left top, right top, from(#5ea8e6), to(#a9dbfb));
  background: -o-linear-gradient(left, #5ea8e6, #a9dbfb);
  background: linear-gradient(to right, #5ea8e6, #a9dbfb);
  border-radius: calc(0.4 * var(--rem));
  text-align: center; }
  @media screen and (max-width: 1920px) {
    .contact {
      width: 100%;
      max-width: 90.625vw;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 768px) {
    .contact {
      overflow: hidden;
      width: 100% !important;
      padding: calc(1 * var(--rem)) calc(2 * var(--rem)) calc(4 * var(--rem)) !important; } }
  .contact::before {
    display: block;
    width: calc(38.8 * var(--rem));
    height: calc(35.6 * var(--rem));
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .2;
    background: url(../img/common/illst_contact.png) no-repeat center center/contain; }
  .contact__heading {
    position: relative;
    color: #fff !important;
    font-weight: 700;
    font-size: calc(3.4 * var(--rem));
    line-height: calc(54 / 34); }
    .contact__heading:nth-of-type(n + 2) {
      margin-top: calc(3.2 * var(--rem)); }
    @media screen and (max-width: 768px) {
      .contact__heading {
        font-size: calc(2 * var(--rem)); } }
  .contact .list-contact {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: baseline;
        -webkit-box-align: baseline;
            align-items: baseline;
    gap: calc(4 * var(--rem));
    margin-top: calc(3 * var(--rem));
    margin-left: calc(4 * var(--rem)); }
    @media screen and (max-width: 768px) {
      .contact .list-contact {
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                flex-direction: column;
        gap: calc(1 * var(--rem));
        margin: calc(2 * var(--rem)) 0 0; } }
    @media screen and (max-width: 768px) {
      .contact .list-contact__item {
        width: 100%; } }
    .contact .list-contact__item--annotation {
      font-size: 14px;
      text-align: left;
      margin: 10px auto 0;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .contact .list-contact__item--annotation {
          position: relative;
          z-index: 1;
          color: #fff; } }
  .contact__telephone {
    position: relative;
    margin-top: calc(4 * var(--rem));
    color: #fff; }
    .contact__telephone-number {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-pack: center;
          -webkit-box-pack: center;
              justify-content: center;
      -ms-flex-align: center;
          -webkit-box-align: center;
              align-items: center;
      font-weight: 700;
      font-size: calc(4 * var(--rem));
      font-family: Yakuhanjp, "Roboto", sans-serif;
      line-height: calc(50 / 40);
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        .contact__telephone-number {
          font-size: calc(3 * var(--rem)) !important; } }
      .contact__telephone-number::before {
        display: inline;
        width: calc(2.6 * var(--rem));
        height: calc(3.1 * var(--rem));
        content: "";
        margin-right: calc(0.8 * var(--rem));
        background: url(../img/common/icn_tel.svg) no-repeat center center/contain; }
    .contact__telephone-text {
      margin-top: calc(0.6 * var(--rem));
      font-weight: 400;
      font-size: calc(1.4 * var(--rem));
      letter-spacing: 0.01em; }
      .contact__telephone-text sup {
        font-size: calc(1.2 * var(--rem)); }

.js-hover {
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .js-hover::before {
    -webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .js-hover.is-on {
    text-decoration: none; }

.section.bg-blue {
  background-color: #e3f1fa; }

.section .bg-shadow {
  border-radius: calc(0.4 * var(--rem));
  -webkit-box-shadow: 0 0 calc(4 * var(--rem)) #1a508720;
          box-shadow: 0 0 calc(4 * var(--rem)) #1a508720; }

.section__heading {
  position: relative;
  font-size: calc(4 * var(--rem));
  letter-spacing: 0.05em;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .section__heading {
      font-size: calc(3 * var(--rem)); } }
  .section__heading--about {
    padding-bottom: calc(1.4 * var(--rem)) !important; }
  .section__heading--price, .section__heading--flow, .section__heading--faq {
    padding-bottom: calc(2 * var(--rem)) !important; }
  .section__heading--trouble, .section__heading--reason, .section__heading--overview, .section__heading--seminar, .section__heading--digital {
    padding-bottom: calc(3 * var(--rem)) !important; }
  .section__heading--hight {
    padding-bottom: calc(3.4 * var(--rem)); }
  .section__heading small {
    display: block;
    font-weight: 700;
    font-size: calc(2 * var(--rem));
    line-height: 1;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 768px) {
      .section__heading small {
        margin-bottom: calc(1.2 * var(--rem));
        font-size: calc(1.8 * var(--rem));
        line-height: calc(26 / 18); } }
  .section__heading span span {
    font-size: calc(3 * var(--rem));
    line-height: calc(40 / 30); }
    @media screen and (max-width: 768px) {
      .section__heading span span {
        display: inline-block;
        font-size: calc(2.2 * var(--rem));
        line-height: calc(30 / 22); } }
  .section__heading em {
    color: #5ea8e6;
    font-weight: 700; }
  .section__heading strong {
    color: #5ea8e6;
    font-weight: 700;
    font-size: calc(6.4 * var(--rem));
    line-height: calc(56 / 64); }
    @media screen and (max-width: 768px) {
      .section__heading strong {
        font-size: calc(5.6 * var(--rem));
        line-height: calc(70 / 56); } }
  .section__heading::after {
    display: block;
    content: "";
    position: absolute;
    left: calc(50% - calc(10 * var(--rem)) / 2);
    width: calc(10 * var(--rem));
    bottom: 0;
    height: calc(0.6 * var(--rem));
    background-color: #80d4e1; }

.section__text {
  margin-top: calc(2.2 * var(--rem)) !important;
  font-weight: 400;
  font-size: calc(1.6 * var(--rem));
  line-height: calc(38 / 16);
  text-align: center; }
  @media screen and (max-width: 768px) {
    .section__text {
      font-size: calc(1.4 * var(--rem)) !important;
      line-height: calc(28 / 14); } }

.is-loaded .visual .visual__illust {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.is-loaded .visual .slide-inner {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.is-loaded .visual .fade {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.visual {
  background: -webkit-gradient(linear, left top, right top, from(#a9dbfb), to(#5ea8e6));
  background: -o-linear-gradient(left, #a9dbfb, #5ea8e6);
  background: linear-gradient(to right, #a9dbfb, #5ea8e6); }

.visual__illust {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  @media screen and (max-width: 768px) {
    .visual__illust {
      -webkit-transition-delay: .4s;
           -o-transition-delay: .4s;
              transition-delay: .4s; } }

.slide {
  display: block;
  overflow: hidden; }
  .slide-inner {
    display: block;
    -webkit-transform: translateY(150%);
        -ms-transform: translateY(150%);
            transform: translateY(150%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform; }
    .slide-inner--01 {
      -webkit-transition-delay: .2s;
           -o-transition-delay: .2s;
              transition-delay: .2s; }
      @media screen and (max-width: 768px) {
        .slide-inner--01 {
          -webkit-transition-delay: 0s;
               -o-transition-delay: 0s;
                  transition-delay: 0s; } }
    .slide-inner--02 {
      -webkit-transition-delay: .3s;
           -o-transition-delay: .3s;
              transition-delay: .3s; }
      @media screen and (max-width: 768px) {
        .slide-inner--02 {
          -webkit-transition-delay: .1s;
               -o-transition-delay: .1s;
                  transition-delay: .1s; } }
    .slide-inner--03 {
      -webkit-transition-delay: .4s;
           -o-transition-delay: .4s;
              transition-delay: .4s; }
      @media screen and (max-width: 768px) {
        .slide-inner--03 {
          -webkit-transition-delay: .2s;
               -o-transition-delay: .2s;
                  transition-delay: .2s; } }
    .slide-inner--04 {
      -webkit-transition-delay: .5s;
           -o-transition-delay: .5s;
              transition-delay: .5s; }
      @media screen and (max-width: 768px) {
        .slide-inner--04 {
          -webkit-transition-delay: .3s;
               -o-transition-delay: .3s;
                  transition-delay: .3s; } }

.fade {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: opacity; }
  .fade--01 {
    -webkit-transition-delay: .8s;
         -o-transition-delay: .8s;
            transition-delay: .8s; }
  .fade--02 {
    -webkit-transition-delay: .9s;
         -o-transition-delay: .9s;
            transition-delay: .9s; }

.slide.is-inview .slide-inner {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-up {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(calc(2 * var(--rem)));
      -ms-transform: translateY(calc(2 * var(--rem)));
          transform: translateY(calc(2 * var(--rem)));
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .slide-up--02 {
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s; }
  .slide-up--03 {
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s; }
  .slide-up--04 {
    -webkit-transition-delay: .6s;
         -o-transition-delay: .6s;
            transition-delay: .6s; }
  .slide-up--05 {
    -webkit-transition-delay: .8s;
         -o-transition-delay: .8s;
            transition-delay: .8s; }
  @media screen and (max-width: 768px) {
    .slide-up {
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; } }
  .slide-up.is-inview {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

#home #top ul {
  padding: 0;
  list-style: none; }

#home #top em {
  font-style: normal; }

@media screen and (max-width: 768px) {
  #home #top img {
    width: 100%; } }

#home .nav-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  padding: calc(1.4 * var(--rem)) 0 calc(2.2 * var(--rem));
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform; }
  @media screen and (max-width: 768px) {
    #home .nav-header {
      padding: calc(1 * var(--rem)); } }
  #home .nav-header.is-show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  #home .nav-header .list-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
    gap: calc(1 * var(--rem)); }
    @media screen and (max-width: 768px) {
      #home .nav-header .list-header {
        padding: 0 calc(2 * var(--rem)); } }
    @media screen and (max-width: 768px) {
      #home .nav-header .list-header__item {
        width: 100%;
        margin-top: 0; } }

#home .visual {
  height: calc(56 * var(--rem));
  margin-bottom: calc(17.6 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .visual {
      height: auto;
      margin-bottom: 0; } }
  #home .visual__inner {
    width: 100%;
    max-width: calc(137.5 * var(--rem));
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      #home .visual__inner {
        width: 100%;
        padding: calc(2 * var(--rem)); } }
  #home .visual__text {
    width: calc(70 * var(--rem));
    margin-left: auto;
    padding-top: calc(10.8 * var(--rem));
    color: #fff !important;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #home .visual__text {
        width: 100%;
        padding-top: 0; } }
    #home .visual__text-heading {
      font-size: calc(3 * var(--rem));
      color: #fff;
      background: #005386;
      display: inline-block;
      padding: 0.5rem 1.5rem;
      border-radius: 100rem; }
      @media screen and (max-width: 768px) {
        #home .visual__text-heading {
          font-size: calc(1.6 * var(--rem)); } }
    #home .visual__text-logo {
      width: 100%;
      max-width: calc(24.9 * var(--rem));
      margin-left: auto;
      margin-right: auto;
      margin-top: calc(1 * var(--rem)); }
    #home .visual__text-copy {
      font-size: calc(4.4 * var(--rem));
      line-height: calc(70 / 44);
      letter-spacing: 0;
      font-weight: 700;
      margin-top: 16px !important;
      color: #fff; }
      @media screen and (max-width: 768px) {
        #home .visual__text-copy {
          font-size: calc(2 * var(--rem)); } }
      #home .visual__text-copy em {
        font-size: calc(6 * var(--rem));
        line-height: calc(80 / 60);
        letter-spacing: -0.025em;
        font-weight: 700;
        font-style: normal; }
        @media screen and (max-width: 768px) {
          #home .visual__text-copy em {
            font-size: calc(3 * var(--rem)); } }
        #home .visual__text-copy em strong {
          font-weight: 900; }
  #home .visual__illust {
    position: absolute;
    top: calc(3.6 * var(--rem));
    left: calc(-5.4 * var(--rem));
    width: calc(77.2 * var(--rem)); }
    @media screen and (max-width: 768px) {
      #home .visual__illust {
        position: static;
        width: 100%;
        margin-top: calc(2 * var(--rem)); } }
  #home .visual .list-visual {
    position: absolute;
    top: calc(58.2 * var(--rem));
    right: calc(9 * var(--rem));
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: calc(1 * var(--rem)); }
    @media screen and (max-width: 768px) {
      #home .visual .list-visual {
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                flex-direction: column;
        -ms-flex-align: center;
            -webkit-box-align: center;
                align-items: center;
        position: static;
        width: 100%; } }
    @media screen and (max-width: 768px) {
      #home .visual .list-visual__item {
        width: 100%; } }

#home .movie {
  padding: calc(5.4 * var(--rem)) 0 calc(10 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .movie {
      padding: calc(2 * var(--rem)); } }
  #home .movie__item {
    width: 100%;
    max-width: calc(100.4 * var(--rem));
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      #home .movie__item {
        width: 100%; } }
    #home .movie__item iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 9; }

#home .about__inner {
  padding: calc(8.4 * var(--rem)) 0 calc(10 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .about__inner {
      padding: calc(4 * var(--rem)) calc(2 * var(--rem)); } }

#home .about__subheading {
  color: #5ea8e6;
  font-weight: 500;
  font-size: calc(2.4 * var(--rem));
  line-height: calc(60 / 24);
  text-align: center; }
  @media screen and (max-width: 768px) {
    #home .about__subheading {
      font-size: calc(1.6 * var(--rem)); } }
  #home .about__subheading em {
    font-weight: 700;
    font-size: calc(3 * var(--rem));
    line-height: calc(50 / 30); }
    @media screen and (max-width: 768px) {
      #home .about__subheading em {
        font-size: calc(1.8 * var(--rem)); } }
  #home .about__subheading:first-of-type {
    margin-top: calc(4.8 * var(--rem));
    line-height: calc(50 / 30); }
  #home .about__subheading:nth-of-type(2) {
    margin-top: calc(6 * var(--rem)); }
    #home .about__subheading:nth-of-type(2) em {
      display: inline-block;
      margin-top: calc(-0.8 * var(--rem)); }

#home .about__text {
  margin-top: calc(2.6 * var(--rem));
  font-weight: 500;
  font-size: calc(1.6 * var(--rem));
  line-height: calc(60 / 16);
  text-align: center; }
  @media screen and (max-width: 768px) {
    #home .about__text {
      line-height: calc(30 / 16); } }
  #home .about__text em {
    color: #5ea8e6;
    font-weight: 700;
    font-size: calc(1.8 * var(--rem));
    line-height: calc(60 / 18); }
    @media screen and (max-width: 768px) {
      #home .about__text em {
        line-height: calc(30 / 18); } }

#home .about .list-image {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  gap: calc(2 * var(--rem));
  margin-top: calc(5 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .about .list-image {
      -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              flex-direction: column; } }
  #home .about .list-image__item {
    width: calc(70 * var(--rem)); }
    @media screen and (max-width: 768px) {
      #home .about .list-image__item {
        width: 100%; } }
    #home .about .list-image__item img {
      border-radius: calc(0.4 * var(--rem)); }

#home .about .list-about {
  width: 100%;
  max-width: calc(120 * var(--rem));
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          flex-direction: column;
  gap: calc(4 * var(--rem));
  margin-top: calc(5.6 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .about .list-about {
      width: 100%;
      padding: calc(1 * var(--rem)); } }
  #home .about .list-about__item {
    position: relative;
    padding-bottom: calc(2 * var(--rem));
    border-radius: calc(0.4 * var(--rem));
    background-color: #fff; }
    #home .about .list-about__item-heading {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      position: relative;
      margin-top: 0;
      border-radius: calc(0.4 * var(--rem)) calc(0.4 * var(--rem)) 0 0;
      background-color: #84cfff;
      color: #fff;
      font-weight: 700;
      font-size: calc(2.4 * var(--rem)); }
      @media screen and (max-width: 768px) {
        #home .about .list-about__item-heading {
          -ms-flex-direction: column;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  flex-direction: column;
          font-size: calc(2 * var(--rem)); } }
      #home .about .list-about__item-heading small {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
                justify-content: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
                align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: calc(24 * var(--rem));
        height: calc(6 * var(--rem));
        background-color: #5ea8e6;
        font-weight: 700;
        font-size: calc(2 * var(--rem)); }
        @media screen and (max-width: 768px) {
          #home .about .list-about__item-heading small {
            position: static;
            width: 100%; } }
        #home .about .list-about__item-heading small::after {
          display: block;
          content: "";
          position: absolute;
          top: calc(50% - calc(1.7 * var(--rem)) / 2);
          height: calc(1.7 * var(--rem));
          width: calc(1.4 * var(--rem));
          height: calc(tan(60deg) * calc(1.7 * var(--rem)) / 2);
          -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
                  clip-path: polygon(0 0, 100% 50%, 0 100%);
          right: calc(-1.4 * var(--rem));
          background-color: #5ea8e6; }
          @media screen and (max-width: 768px) {
            #home .about .list-about__item-heading small::after {
              position: absolute;
              left: calc(50% - calc(1.4 * var(--rem)) / 2);
              width: calc(1.4 * var(--rem));
              width: calc(1.4 * var(--rem));
              height: calc(tan(60deg) * calc(1.7 * var(--rem)) / 2);
              -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
                      clip-path: polygon(0 0, 100% 50%, 0 100%);
              top: calc(5.8 * var(--rem));
              rotate: 90deg; } }
      #home .about .list-about__item-heading span {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
                justify-content: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
                align-items: center;
        width: 100%;
        height: calc(6 * var(--rem)); }
        @media screen and (max-width: 768px) {
          #home .about .list-about__item-heading span {
            height: calc(8 * var(--rem)); } }
    #home .about .list-about__item-supplement {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-pack: center;
          -webkit-box-pack: center;
              justify-content: center;
      -ms-flex-align: center;
          -webkit-box-align: center;
              align-items: center;
      position: absolute;
      top: calc(-5.8 * var(--rem));
      right: calc(9.2 * var(--rem));
      width: calc(16 * var(--rem));
      height: calc(16 * var(--rem));
      border-radius: 100%;
      border: calc(0.2 * var(--rem)) solid #ff6112;
      background-color: #fff; }
      @media screen and (max-width: 768px) {
        #home .about .list-about__item-supplement {
          top: calc(-10 * var(--rem));
          right: calc(-4 * var(--rem));
          scale: .7; } }
      #home .about .list-about__item-supplement-text {
        color: #ff6112;
        font-weight: 700;
        font-size: calc(1.6 * var(--rem));
        letter-spacing: -0.025em;
        text-align: center; }
        #home .about .list-about__item-supplement-text strong {
          font-weight: 700;
          font-size: calc(2.6 * var(--rem)); }
        #home .about .list-about__item-supplement-text em {
          font-weight: 700;
          font-size: calc(2 * var(--rem)); }
        #home .about .list-about__item-supplement-text span {
          font-weight: 700;
          font-size: calc(1.8 * var(--rem)); }
        #home .about .list-about__item-supplement-text small {
          font-weight: 700;
          font-size: calc(1.4 * var(--rem)); }
    #home .about .list-about__item .list-todo {
      width: 100%;
      max-width: calc(71 * var(--rem));
      margin-left: auto;
      margin-right: auto;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              flex-direction: column;
      margin-top: calc(2.2 * var(--rem)); }
      @media screen and (max-width: 768px) {
        #home .about .list-about__item .list-todo {
          padding: 0 calc(2 * var(--rem)); } }
      #home .about .list-about__item .list-todo__item {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex; }
        @media screen and (max-width: 768px) {
          #home .about .list-about__item .list-todo__item {
            -ms-flex-direction: column;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    flex-direction: column; } }
        #home .about .list-about__item .list-todo__item-heading {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-pack: center;
              -webkit-box-pack: center;
                  justify-content: center;
          -ms-flex-align: center;
              -webkit-box-align: center;
                  align-items: center;
          width: calc(8 * var(--rem));
          height: calc(2.8 * var(--rem));
          margin-top: calc(1 * var(--rem));
          border: calc(0.1 * var(--rem)) solid #9c9c9c;
          color: #9c9c9c;
          font-weight: 500;
          font-size: calc(1.4 * var(--rem)); }
          @media screen and (max-width: 768px) {
            #home .about .list-about__item .list-todo__item-heading {
              font-size: calc(1.2 * var(--rem)); } }
        #home .about .list-about__item .list-todo__item-text {
          margin-left: calc(2.4 * var(--rem));
          font-weight: 700;
          font-size: calc(2.4 * var(--rem));
          line-height: calc(48/ 24);
          letter-spacing: 0; }
          @media screen and (max-width: 768px) {
            #home .about .list-about__item .list-todo__item-text {
              margin-top: calc(0.8 * var(--rem));
              font-size: calc(2 * var(--rem));
              line-height: calc(36/ 24); } }
          @media screen and (max-width: 768px) {
            #home .about .list-about__item .list-todo__item-text {
              margin-left: 0; } }
          #home .about .list-about__item .list-todo__item-text em {
            font-weight: 700;
            color: #5ea8e6; }
          #home .about .list-about__item .list-todo__item-text span {
            margin: calc(-0.4 * var(--rem)) calc(1.4 * var(--rem)) 0;
            font-size: calc(1.8 * var(--rem)); }
            @media screen and (max-width: 768px) {
              #home .about .list-about__item .list-todo__item-text span {
                font-size: calc(1.6 * var(--rem)); } }
    #home .about .list-about__item-point {
      width: 100%;
      max-width: calc(104 * var(--rem));
      margin-left: auto;
      margin-right: auto;
      position: relative;
      margin-top: calc(2 * var(--rem)); }
      @media screen and (max-width: 768px) {
        #home .about .list-about__item-point {
          width: 100%;
          padding: calc(1 * var(--rem)); } }
      #home .about .list-about__item-point-heading {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
                justify-content: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
                align-items: center;
        position: absolute;
        top: calc(-0.6 * var(--rem));
        left: calc(3.4 * var(--rem));
        width: calc(9.6 * var(--rem));
        height: calc(9.6 * var(--rem));
        border-radius: 100%;
        margin-top: 0;
        background: -webkit-gradient(linear, left top, right top, from(#5ea8e6), to(#a9dbfb));
        background: -o-linear-gradient(left, #5ea8e6, #a9dbfb);
        background: linear-gradient(to right, #5ea8e6, #a9dbfb);
        color: #fff;
        font-size: calc(1.8 * var(--rem));
        font-family: Yakuhanjp, "Roboto", sans-serif; }
      #home .about .list-about__item-point .list-point {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
                justify-content: center;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                flex-direction: column;
        height: calc(10 * var(--rem));
        background-color: #e8f6ff; }
        @media screen and (max-width: 768px) {
          #home .about .list-about__item-point .list-point {
            height: auto;
            padding: calc(10 * var(--rem)) 0 calc(2 * var(--rem)); } }
        #home .about .list-about__item-point .list-point--01 {
          padding-left: calc(25.6 * var(--rem)); }
        #home .about .list-about__item-point .list-point--02 {
          padding-left: calc(19 * var(--rem)); }
        #home .about .list-about__item-point .list-point--03 {
          padding-left: calc(16.4 * var(--rem)); }
        @media screen and (max-width: 768px) {
          #home .about .list-about__item-point .list-point {
            padding-left: 0; } }
        #home .about .list-about__item-point .list-point__item {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-align: center;
              -webkit-box-align: center;
                  align-items: center; }
          @media screen and (max-width: 768px) {
            #home .about .list-about__item-point .list-point__item {
              -ms-flex-align: start;
                  -webkit-box-align: start;
                      align-items: flex-start;
              -ms-flex-direction: column;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                      flex-direction: column;
              padding: 0 calc(2 * var(--rem)); } }
          #home .about .list-about__item-point .list-point__item-heading {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            font-weight: 700;
            font-size: calc(2 * var(--rem)); }
            @media screen and (max-width: 768px) {
              #home .about .list-about__item-point .list-point__item-heading {
                font-size: calc(1.6 * var(--rem)); } }
            #home .about .list-about__item-point .list-point__item-heading span {
              position: relative;
              z-index: 10;
              background-color: #e8f6ff; }
              @media screen and (max-width: 768px) {
                #home .about .list-about__item-point .list-point__item-heading span {
                  background-color: none; } }
            #home .about .list-about__item-point .list-point__item-heading--01 {
              width: calc(27 * var(--rem)); }
            #home .about .list-about__item-point .list-point__item-heading--02 {
              width: calc(30 * var(--rem)); }
            #home .about .list-about__item-point .list-point__item-heading--03 {
              width: calc(23 * var(--rem));
              margin-top: calc(0.2 * var(--rem)); }
            @media screen and (max-width: 768px) {
              #home .about .list-about__item-point .list-point__item-heading {
                width: 100%; } }
          #home .about .list-about__item-point .list-point__item-text {
            position: relative;
            margin-left: 0;
            font-weight: 500;
            font-size: calc(1.4 * var(--rem));
            line-height: calc(30 / 14); }
            @media screen and (max-width: 768px) {
              #home .about .list-about__item-point .list-point__item-text {
                display: block;
                font-size: calc(1.2 * var(--rem)); } }
            #home .about .list-about__item-point .list-point__item-text::before {
              display: inline-block;
              content: "";
              position: absolute;
              top: calc(50% - calc(0.2 * var(--rem)) / 2);
              height: calc(0.2 * var(--rem));
              left: calc(-14.6 * var(--rem));
              width: calc(14.6 * var(--rem));
              border-top: calc(0.2 * var(--rem)) dotted #000; }
              @media screen and (max-width: 768px) {
                #home .about .list-about__item-point .list-point__item-text::before {
                  display: none; } }
    #home .about .list-about__item--accent .list-about__item-heading {
      background-color: #ff6112; }
      #home .about .list-about__item--accent .list-about__item-heading small {
        background-color: #cb4c0c; }
        #home .about .list-about__item--accent .list-about__item-heading small::after {
          background-color: #cb4c0c; }
    #home .about .list-about__item--accent .list-about__item-point-heading {
      background: -webkit-gradient(linear, left top, right top, from(#ff6112), to(#ffcfb7));
      background: -o-linear-gradient(left, #ff6112, #ffcfb7);
      background: linear-gradient(to right, #ff6112, #ffcfb7); }
    #home .about .list-about__item--accent .list-about__item-point .list-point {
      background-color: #fff0e8; }
      #home .about .list-about__item--accent .list-about__item-point .list-point__item-heading span {
        background-color: #fff0e8; }
        @media screen and (max-width: 768px) {
          #home .about .list-about__item--accent .list-about__item-point .list-point__item-heading span {
            background-color: none; } }
    #home .about .list-about__item--accent .list-todo__item {
      width: 100%;
      max-width: calc(49 * var(--rem));
      margin-left: auto;
      margin-right: auto; }
      #home .about .list-about__item--accent .list-todo__item-text em {
        color: #ff6112; }

#home .trouble__inner {
  padding: calc(10 * var(--rem)) 0; }
  @media screen and (max-width: 768px) {
    #home .trouble__inner {
      padding: calc(4 * var(--rem)) calc(2 * var(--rem)); } }

#home .trouble .list-trouble {
  width: 100%;
  max-width: calc(100.4 * var(--rem));
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(2.8 * var(--rem)) 0;
  margin-top: calc(4.6 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .trouble .list-trouble {
      -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              flex-direction: column; } }
  #home .trouble .list-trouble__item {
    width: calc(33% - calc(8 * var(--rem)) / 2); }
    @media screen and (max-width: 768px) {
      #home .trouble .list-trouble__item {
        width: 100%; } }
    #home .trouble .list-trouble__item-question {
      width: calc(20 * var(--rem));
      height: calc(20 * var(--rem));
      border-radius: 100%;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-pack: center;
          -webkit-box-pack: center;
              justify-content: center;
      -ms-flex-align: center;
          -webkit-box-align: center;
              align-items: center;
      position: relative;
      margin: 0 auto;
      background: -webkit-gradient(linear, right top, left top, from(#5ea8e6), to(#a9dbfb));
      background: -o-linear-gradient(right, #5ea8e6, #a9dbfb);
      background: linear-gradient(to left, #5ea8e6, #a9dbfb); }
      #home .trouble .list-trouble__item-question::after {
        display: block;
        content: "";
        position: absolute;
        width: calc(7 * var(--rem));
        height: calc(11.2 * var(--rem));
        top: calc(50% - calc(11.2 * var(--rem)) / 2);
        left: calc(50% - calc(7 * var(--rem)) / 2);
        background: url(../img/home/icn_trouble.svg) no-repeat center center/contain; }
      #home .trouble .list-trouble__item-question::before {
        display: block;
        content: "";
        position: absolute;
        width: calc(18 * var(--rem));
        height: calc(18 * var(--rem));
        top: calc(50% - calc(18 * var(--rem)) / 2);
        left: calc(50% - calc(18 * var(--rem)) / 2);
        border-radius: 50%;
        background-color: #fff; }
      #home .trouble .list-trouble__item-question-heading {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
                justify-content: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
                align-items: center;
        z-index: 10;
        margin-top: 0;
        color: #5ea8e6;
        font-weight: 700;
        font-size: calc(1.6 * var(--rem));
        line-height: calc(30 / 16);
        text-align: center; }
        #home .trouble .list-trouble__item-question-heading--row {
          line-height: calc(26 / 16); }
        #home .trouble .list-trouble__item-question-heading::after {
          display: block;
          content: "";
          background: no-repeat center center / contain; }
        #home .trouble .list-trouble__item-question-heading--01::after {
          position: absolute;
          bottom: calc(-0.8 * var(--rem));
          left: calc(-0.8 * var(--rem));
          width: calc(5.6 * var(--rem));
          height: calc(8 * var(--rem));
          background-image: url(../img/home/illst_trouble01.png); }
        #home .trouble .list-trouble__item-question-heading--02::after {
          position: absolute;
          bottom: calc(-0.6 * var(--rem));
          left: calc(-6.4 * var(--rem));
          width: calc(13 * var(--rem));
          height: calc(8.8 * var(--rem));
          background-image: url(../img/home/illst_trouble02.png); }
        #home .trouble .list-trouble__item-question-heading--03::after {
          position: absolute;
          bottom: calc(-0.4 * var(--rem));
          left: calc(-1.6 * var(--rem));
          width: calc(6.9 * var(--rem));
          height: calc(6.9 * var(--rem));
          background-image: url(../img/home/illst_trouble03.png); }
        #home .trouble .list-trouble__item-question-heading--04::after {
          position: absolute;
          bottom: calc(-0.8 * var(--rem));
          left: calc(-1.2 * var(--rem));
          width: calc(6.6 * var(--rem));
          height: calc(8.1 * var(--rem));
          background-image: url(../img/home/illst_trouble04.png); }
        #home .trouble .list-trouble__item-question-heading--05::after {
          position: absolute;
          bottom: calc(-0.6 * var(--rem));
          left: calc(-3.4 * var(--rem));
          width: calc(6.9 * var(--rem));
          height: calc(9.5 * var(--rem));
          background-image: url(../img/home/illst_trouble05.png); }
        #home .trouble .list-trouble__item-question-heading--06::after {
          position: absolute;
          bottom: calc(-0.6 * var(--rem));
          left: calc(-3 * var(--rem));
          width: calc(8.9 * var(--rem));
          height: calc(6.3 * var(--rem));
          background-image: url(../img/home/illst_trouble06.png); }
    #home .trouble .list-trouble__item-text {
      margin-top: calc(1.4 * var(--rem));
      font-weight: 500;
      font-size: calc(1.4 * var(--rem));
      line-height: calc(30 / 14);
      letter-spacing: 0; }

#home .trouble__if {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  gap: calc(2 * var(--rem));
  position: relative;
  margin-top: calc(8.8 * var(--rem)); }
  #home .trouble__if-text {
    margin-top: 0;
    color: #5ea8e6;
    font-weight: 700;
    font-size: calc(3 * var(--rem));
    text-align: center; }
    @media screen and (max-width: 768px) {
      #home .trouble__if-text {
        font-size: calc(2 * var(--rem)); } }
  #home .trouble__if::after {
    display: block;
    content: "";
    position: absolute;
    left: calc(50% - calc(23 * var(--rem)) / 2);
    width: calc(23 * var(--rem));
    height: calc(7.8 * var(--rem));
    bottom: calc(-10.6 * var(--rem));
    background: url(../img/common/arw_gradation.png) no-repeat center center/contain; }

#home .trouble__solution {
  width: 100%;
  max-width: calc(120 * var(--rem));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(7.6 * var(--rem));
  padding: calc(3.4 * var(--rem)) 0 calc(7.6 * var(--rem));
  border-radius: calc(0.4 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .trouble__solution {
      padding: calc(2 * var(--rem)); } }
  #home .trouble__solution-heading {
    font-weight: 700;
    font-size: calc(3 * var(--rem));
    line-height: calc(50 / 30);
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 16px; }
    @media screen and (max-width: 768px) {
      #home .trouble__solution-heading {
        font-size: calc(1.8 * var(--rem)); } }
    #home .trouble__solution-heading em {
      color: #5ea8e6;
      font-weight: 700; }
  #home .trouble__solution-illust {
    width: 100%;
    max-width: calc(76.5 * var(--rem));
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(5 * var(--rem)); }

#home .reason__inner {
  position: relative;
  margin-bottom: calc(19 * var(--rem));
  padding: calc(8.2 * var(--rem)) 0 calc(29 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .reason__inner {
      padding: calc(4 * var(--rem)) calc(2 * var(--rem));
      margin-bottom: 0; } }
  #home .reason__inner .contact {
    position: absolute;
    left: calc(50% - calc(174 * var(--rem)) / 2);
    width: calc(174 * var(--rem));
    bottom: calc(-19 * var(--rem)); }
    @media screen and (max-width: 1920px) {
      #home .reason__inner .contact {
        position: absolute;
        left: calc(50% - 90.625vw / 2);
        width: 90.625vw; } }
    @media screen and (max-width: 768px) {
      #home .reason__inner .contact {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: calc(2 * var(--rem)); } }
    #home .reason__inner .contact .only-last {
      display: none; }

#home .reason .list-reason {
  width: 100%;
  max-width: calc(120 * var(--rem));
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(7 * var(--rem));
  margin-top: calc(6.8 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .reason .list-reason {
      -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              flex-direction: column;
      gap: calc(3.5 * var(--rem)); } }
  #home .reason .list-reason__item {
    position: relative;
    width: calc(50% - calc(7 * var(--rem)) / 2); }
    @media screen and (max-width: 768px) {
      #home .reason .list-reason__item {
        width: 100%; } }
    #home .reason .list-reason__item-number {
      position: absolute;
      top: calc(25.6 * var(--rem));
      left: calc(44.2 * var(--rem));
      background: -webkit-gradient(linear, right top, left top, from(#5ea8e6), to(#a9dbfb));
      background: -o-linear-gradient(right, #5ea8e6, #a9dbfb);
      background: linear-gradient(to left, #5ea8e6, #a9dbfb);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 700;
      font-size: calc(9.4 * var(--rem));
      font-family: Yakuhanjp, "Roboto", sans-serif;
      text-align: right; }
      @media screen and (max-width: 768px) {
        #home .reason .list-reason__item-number {
          top: calc(15 * var(--rem));
          right: 0;
          left: auto;
          font-size: calc(7 * var(--rem)); } }
    #home .reason .list-reason__item-image {
      width: calc(56 * var(--rem));
      padding-bottom: calc(1.6 * var(--rem)); }
      @media screen and (max-width: 768px) {
        #home .reason .list-reason__item-image {
          width: 100%; } }
      #home .reason .list-reason__item-image img {
        border-radius: calc(0.4 * var(--rem)); }
    #home .reason .list-reason__item-heading {
      margin-top: 0;
      color: #5ea8e6;
      font-weight: 700;
      font-size: calc(2.4 * var(--rem));
      line-height: calc(40 / 24); }
      @media screen and (max-width: 768px) {
        #home .reason .list-reason__item-heading {
          font-size: calc(2 * var(--rem)); } }
      #home .reason .list-reason__item-heading sup {
        font-size: 60%;
        vertical-align: top; }
    #home .reason .list-reason__item-text {
      font-weight: 500;
      font-size: calc(1.6 * var(--rem));
      line-height: calc(38 / 16); }
      @media screen and (max-width: 768px) {
        #home .reason .list-reason__item-text {
          font-size: calc(1.4 * var(--rem));
          line-height: calc(28 / 14); } }
      #home .reason .list-reason__item-text sup {
        font-size: 70%;
        vertical-align: top; }
      #home .reason .list-reason__item-text--small {
        font-size: .85em;
        display: inline-block;
        margin-top: 1rem; }
    #home .reason .list-reason__item:last-of-type {
      width: 100%; }
      #home .reason .list-reason__item:last-of-type .list-reason__item-number {
        right: calc(1.8 * var(--rem));
        left: auto; }
        @media screen and (max-width: 768px) {
          #home .reason .list-reason__item:last-of-type .list-reason__item-number {
            top: calc(15 * var(--rem));
            right: 0;
            left: auto; } }
      #home .reason .list-reason__item:last-of-type .list-reason__item-image {
        width: calc(120 * var(--rem)); }
        @media screen and (max-width: 768px) {
          #home .reason .list-reason__item:last-of-type .list-reason__item-image {
            width: 100%; } }

#home .reason__case {
  width: 100%;
  max-width: calc(120 * var(--rem));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(9.4 * var(--rem));
  padding: calc(3.2 * var(--rem)) 0 calc(3 * var(--rem));
  border-radius: calc(0.4 * var(--rem));
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    #home .reason__case {
      padding: calc(4 * var(--rem)) calc(2 * var(--rem)); } }
  #home .reason__case-heading {
    font-weight: 700;
    font-size: calc(3 * var(--rem));
    line-height: calc(50 / 30);
    text-align: center; }
    @media screen and (max-width: 768px) {
      #home .reason__case-heading {
        font-size: calc(1.8 * var(--rem));
        line-height: calc(30 / 20);
        text-align: left; } }
  #home .reason__case-inner {
    width: 100%;
    max-width: calc(84.6 * var(--rem));
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: calc(3.4 * var(--rem));
    margin-top: calc(3.4 * var(--rem)); }
    @media screen and (max-width: 768px) {
      #home .reason__case-inner {
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                flex-direction: column; } }
    #home .reason__case-inner-content {
      width: calc(46 * var(--rem));
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media screen and (max-width: 768px) {
        #home .reason__case-inner-content {
          width: 100%; } }
  #home .reason__case-subheading {
    margin-top: calc(-1 * var(--rem));
    color: #5ea8e6;
    font-weight: 700;
    font-size: calc(2.4 * var(--rem));
    line-height: calc(40 / 24);
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      #home .reason__case-subheading {
        font-size: calc(1.6 * var(--rem)); } }
  #home .reason__case-text {
    margin-top: calc(1 * var(--rem));
    font-weight: 500;
    font-size: calc(1.2 * var(--rem));
    line-height: calc(20 / 12); }
    #home .reason__case-text:first-of-type {
      margin-top: calc(2.2 * var(--rem)); }
    #home .reason__case-text em {
      font-weight: 700;
      font-size: calc(1.4 * var(--rem));
      line-height: calc(20 / 14); }

#home .reason__button {
  margin-top: calc(2.4 * var(--rem));
  text-align: center; }
  #home .reason__button a {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
    width: calc(24 * var(--rem));
    height: calc(5.6 * var(--rem));
    border-radius: calc(calc(5.6 * var(--rem))/ 2);
    border: calc(0.2 * var(--rem)) solid #5ea8e6;
    background-color: #5ea8e6;
    color: #fff;
    font-weight: 700;
    font-size: calc(1.6 * var(--rem)); }
    #home .reason__button a.is-on {
      background-color: #fff;
      color: #5ea8e6; }

#home .overview__inner {
  padding: calc(8.8 * var(--rem)) 0 calc(10 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .overview__inner {
      padding: calc(4 * var(--rem)) calc(2 * var(--rem)); } }

#home .overview__image {
  width: 100%;
  max-width: calc(120.2 * var(--rem));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(5.2 * var(--rem)); }

#home .price__inner {
  padding: calc(8.8 * var(--rem)) 0 calc(10 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .price__inner {
      padding: calc(4 * var(--rem)) calc(2 * var(--rem)); } }

#home .price .list-price {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          flex-direction: column;
  gap: calc(4 * var(--rem));
  margin-top: calc(4.4 * var(--rem)); }
  #home .price .list-price__item {
    width: 100%;
    max-width: calc(120 * var(--rem));
    margin-left: auto;
    margin-right: auto;
    height: calc(92 * var(--rem));
    padding-top: calc(3 * var(--rem));
    border-radius: calc(0.4 * var(--rem));
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      #home .price .list-price__item {
        height: auto;
        padding: calc(2 * var(--rem)); } }
    #home .price .list-price__item-heading {
      color: #5ea8e6;
      font-weight: 700;
      font-size: calc(3.4 * var(--rem));
      line-height: calc(34 / 34);
      text-align: center;
      margin-top: 16px; }
      @media screen and (max-width: 768px) {
        #home .price .list-price__item-heading {
          font-size: calc(2.4 * var(--rem)); } }
    #home .price .list-price__item-text {
      font-weight: 500;
      font-size: calc(1.6 * var(--rem));
      line-height: calc(38 / 16);
      text-align: center;
      margin-top: 8px; }
      @media screen and (max-width: 768px) {
        #home .price .list-price__item-text {
          font-size: calc(1.4 * var(--rem)); } }
      #home .price .list-price__item-text em {
        color: #5ea8e6;
        font-weight: 500; }
    #home .price .list-price__item-image {
      width: 100%;
      max-width: calc(110.4 * var(--rem));
      margin-left: auto;
      margin-right: auto;
      margin-top: calc(2.4 * var(--rem)); }
      @media screen and (max-width: 768px) {
        #home .price .list-price__item-image {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        #home .price .list-price__item-image-inner {
          overflow-x: scroll;
          width: 100%; } }
      @media screen and (max-width: 768px) {
        #home .price .list-price__item-image-inner span {
          display: block;
          width: calc(70 * var(--rem)); } }
      #home .price .list-price__item-image figcaption {
        margin-top: calc(1 * var(--rem));
        font-weight: 500;
        font-size: calc(1.2 * var(--rem));
        line-height: calc(20 / 12); }
        @media screen and (max-width: 768px) {
          #home .price .list-price__item-image figcaption {
            font-size: calc(1.1 * var(--rem)); } }

#home .flow__inner {
  padding: calc(8.4 * var(--rem)) 0 calc(10 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .flow__inner {
      padding: calc(4 * var(--rem)) calc(2 * var(--rem)); } }

#home .flow .list-flow {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  gap: calc(6.2 * var(--rem));
  margin-top: calc(5.2 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .flow .list-flow {
      -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              flex-direction: column; } }
  #home .flow .list-flow__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
    width: calc(19.2 * var(--rem));
    height: calc(24 * var(--rem));
    position: relative;
    border-radius: calc(0.4 * var(--rem));
    background: -webkit-gradient(linear, right top, left top, from(#5ea8e6), to(#a9dbfb));
    background: -o-linear-gradient(right, #5ea8e6, #a9dbfb);
    background: linear-gradient(to left, #5ea8e6, #a9dbfb); }
    @media screen and (max-width: 768px) {
      #home .flow .list-flow__item {
        width: 100%;
        height: calc(14 * var(--rem)); } }
    #home .flow .list-flow__item::before {
      display: block;
      content: "";
      background: no-repeat center center / contain; }
      @media screen and (max-width: 768px) {
        #home .flow .list-flow__item::before {
          scale: .7;
          translate: 0% 20%; } }
    #home .flow .list-flow__item--01::before {
      position: absolute;
      left: calc(50% - calc(5.7 * var(--rem)) / 2);
      width: calc(5.7 * var(--rem));
      top: calc(50% - calc(4.5 * var(--rem)) / 2 - calc(1 * var(--rem)));
      height: calc(4.5 * var(--rem));
      background-image: url(../img/home/icn_flow01.svg); }
    #home .flow .list-flow__item--02::before {
      position: absolute;
      left: calc(50% - calc(6.2 * var(--rem)) / 2);
      width: calc(6.2 * var(--rem));
      top: calc(50% - calc(6.3 * var(--rem)) / 2 - calc(1 * var(--rem)));
      height: calc(6.3 * var(--rem));
      background-image: url(../img/home/icn_flow02.svg); }
    #home .flow .list-flow__item--03::before {
      position: absolute;
      left: calc(50% - calc(4.6 * var(--rem)) / 2);
      width: calc(4.6 * var(--rem));
      top: calc(50% - calc(5.9 * var(--rem)) / 2 - calc(1 * var(--rem)));
      height: calc(5.9 * var(--rem));
      background-image: url(../img/home/icn_flow03.svg); }
    #home .flow .list-flow__item--04::before {
      position: absolute;
      left: calc(50% - calc(4.8 * var(--rem)) / 2);
      width: calc(4.8 * var(--rem));
      top: calc(50% - calc(4.8 * var(--rem)) / 2 - calc(1 * var(--rem)));
      height: calc(4.8 * var(--rem));
      background-image: url(../img/home/icn_flow04.svg); }
    #home .flow .list-flow__item--05::before {
      position: absolute;
      left: calc(50% - calc(7.3 * var(--rem)) / 2);
      width: calc(7.3 * var(--rem));
      top: calc(50% - calc(5 * var(--rem)) / 2 - calc(1 * var(--rem)));
      height: calc(5 * var(--rem));
      background-image: url(../img/home/icn_flow05.svg); }
    #home .flow .list-flow__item:not(:last-of-type)::after {
      display: block;
      content: "";
      position: absolute;
      top: calc(50% - calc(2.6 * var(--rem)) / 2);
      height: calc(2.6 * var(--rem));
      width: calc(1.8 * var(--rem));
      height: calc(tan(60deg) * calc(2.6 * var(--rem)) / 2);
      -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
              clip-path: polygon(0 0, 100% 50%, 0 100%);
      right: calc(-4.2 * var(--rem));
      background-color: #5ea8e6; }
      @media screen and (max-width: 768px) {
        #home .flow .list-flow__item:not(:last-of-type)::after {
          position: absolute;
          left: calc(50% - calc(2.6 * var(--rem)) / 2);
          width: calc(2.6 * var(--rem));
          width: calc(1.8 * var(--rem));
          height: calc(tan(60deg) * calc(2.6 * var(--rem)) / 2);
          -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
                  clip-path: polygon(0 0, 100% 50%, 0 100%);
          top: auto;
          bottom: calc(-4.2 * var(--rem));
          rotate: 90deg; } }
    #home .flow .list-flow__item-inner {
      width: calc(17.2 * var(--rem));
      height: calc(22 * var(--rem));
      padding-top: calc(0.4 * var(--rem));
      background-color: #fff; }
      @media screen and (max-width: 768px) {
        #home .flow .list-flow__item-inner {
          width: calc(100% - calc(2 * var(--rem)));
          height: calc(12 * var(--rem));
          padding-top: calc(1 * var(--rem)); } }
    #home .flow .list-flow__item-heading, #home .flow .list-flow__item-text {
      position: relative;
      font-weight: 700;
      text-align: center; }
    #home .flow .list-flow__item-heading {
      margin-top: 0;
      color: #5ea8e6;
      font-size: calc(2.4 * var(--rem));
      font-family: Yakuhanjp, "Roboto", sans-serif;
      line-height: calc(50 / 24); }
      @media screen and (max-width: 768px) {
        #home .flow .list-flow__item-heading {
          line-height: calc(24 / 24); } }
    #home .flow .list-flow__item-text {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-pack: center;
          -webkit-box-pack: center;
              justify-content: center;
      -ms-flex-align: center;
          -webkit-box-align: center;
              align-items: center;
      height: calc(8.6 * var(--rem));
      margin-top: calc(8 * var(--rem));
      font-size: calc(1.8 * var(--rem));
      line-height: calc(24 / 18); }
      @media screen and (max-width: 768px) {
        #home .flow .list-flow__item-text {
          margin-top: calc(2 * var(--rem)); } }

#home .faq__inner {
  padding: calc(8.8 * var(--rem)) 0 calc(10 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .faq__inner {
      padding: calc(4 * var(--rem)) calc(2 * var(--rem)); } }

#home .faq .list-faq {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          flex-direction: column;
  gap: calc(1.5 * var(--rem));
  margin-top: calc(5 * var(--rem)); }
  #home .faq .list-faq__item {
    width: 100%;
    max-width: calc(100 * var(--rem));
    margin-left: auto;
    margin-right: auto;
    background-color: #fff; }
    #home .faq .list-faq__item-question, #home .faq .list-faq__item-answer {
      position: relative; }
      #home .faq .list-faq__item-question::before, #home .faq .list-faq__item-answer::before {
        font-weight: 700;
        font-size: calc(2.4 * var(--rem)); }
    #home .faq .list-faq__item-question {
      margin-top: calc(0.4 * var(--rem));
      padding-bottom: calc(0.4 * var(--rem));
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        #home .faq .list-faq__item-question {
          padding: calc(1 * var(--rem)) 0; } }
      #home .faq .list-faq__item-question::before {
        display: block;
        content: "Q";
        position: absolute;
        top: calc(0.6 * var(--rem));
        left: calc(3.8 * var(--rem));
        color: #5ea8e6; }
        @media screen and (max-width: 768px) {
          #home .faq .list-faq__item-question::before {
            position: absolute;
            top: calc(1 * var(--rem));
            left: calc(1 * var(--rem)); } }
      #home .faq .list-faq__item-question::after {
        display: block;
        content: "";
        position: absolute;
        top: calc(50% - calc(1.1 * var(--rem)) / 2);
        height: calc(1.1 * var(--rem));
        right: calc(3.8 * var(--rem));
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);
        width: calc(1.8 * var(--rem));
        background: url(../img/common/arw_line.svg) no-repeat center center/contain;
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        will-change: transform; }
        @media screen and (max-width: 768px) {
          #home .faq .list-faq__item-question::after {
            right: calc(1 * var(--rem)); } }
      #home .faq .list-faq__item-question-heading {
        margin-top: 0;
        padding-right: calc(3.8 * var(--rem));
        padding-left: calc(7.8 * var(--rem));
        font-weight: 700;
        font-size: calc(1.8 * var(--rem));
        line-height: calc(50 / 18);
        -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        @media screen and (max-width: 768px) {
          #home .faq .list-faq__item-question-heading {
            padding-right: calc(4 * var(--rem));
            padding-left: calc(4 * var(--rem));
            font-size: calc(1.6 * var(--rem));
            line-height: calc(20 / 16); } }
      #home .faq .list-faq__item-question.is-on .list-faq__item-question-heading {
        opacity: .5; }
      #home .faq .list-faq__item-question.is-hide::after {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
    #home .faq .list-faq__item-answer {
      margin: calc(0.4 * var(--rem)) calc(3.8 * var(--rem)) 0;
      padding: calc(1.6 * var(--rem)) 0 calc(1.8 * var(--rem));
      border-top: calc(0.1 * var(--rem)) solid #dcdcdc; }
      @media screen and (max-width: 768px) {
        #home .faq .list-faq__item-answer {
          margin: calc(0.4 * var(--rem)) calc(2 * var(--rem)) 0; } }
      #home .faq .list-faq__item-answer::before {
        display: block;
        content: "A";
        position: absolute;
        top: calc(1.6 * var(--rem));
        left: 0;
        color: #80d4e1; }
        @media screen and (max-width: 768px) {
          #home .faq .list-faq__item-answer::before {
            position: absolute;
            top: calc(0.6 * var(--rem));
            left: calc(-1 * var(--rem)); } }
      #home .faq .list-faq__item-answer-text {
        margin-top: 0;
        padding-left: calc(4 * var(--rem));
        font-weight: 500;
        font-size: calc(1.6 * var(--rem));
        line-height: calc(34 / 16); }
        @media screen and (max-width: 768px) {
          #home .faq .list-faq__item-answer-text {
            padding-left: calc(2 * var(--rem));
            line-height: calc(20 / 16); } }
        #home .faq .list-faq__item-answer-text a {
          color: #1902cc;
          text-decoration: none; }
          #home .faq .list-faq__item-answer-text a.is-on {
            text-decoration: underline; }

#home .seminar__inner {
  padding: calc(9.2 * var(--rem)) 0 calc(10 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .seminar__inner {
      padding: calc(4 * var(--rem)) calc(2 * var(--rem)); } }

#home .seminar .list-seminar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          flex-direction: column;
  gap: calc(7 * var(--rem));
  margin-top: calc(7 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .seminar .list-seminar {
      margin-top: calc(4 * var(--rem));
      gap: calc(4 * var(--rem)); } }
  #home .seminar .list-seminar__item {
    width: 100%;
    max-width: calc(100 * var(--rem));
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: calc(3.4 * var(--rem)); }
    @media screen and (max-width: 768px) {
      #home .seminar .list-seminar__item {
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                flex-direction: column; } }
    #home .seminar .list-seminar__item-image {
      width: calc(32 * var(--rem)); }
      @media screen and (max-width: 768px) {
        #home .seminar .list-seminar__item-image {
          width: 100%; } }
      #home .seminar .list-seminar__item-image img {
        border-radius: calc(0.4 * var(--rem)); }
        @media screen and (max-width: 768px) {
          #home .seminar .list-seminar__item-image img {
            width: 100%; } }
    #home .seminar .list-seminar__item-subheading {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-pack: center;
          -webkit-box-pack: center;
              justify-content: center;
      -ms-flex-align: center;
          -webkit-box-align: center;
              align-items: center;
      width: 154px;
      height: calc(3.4 * var(--rem));
      margin-top: calc(0 * var(--rem));
      margin-left: calc(0.8 * var(--rem));
      border: calc(0.2 * var(--rem)) solid #5ea8e6;
      border-radius: calc(calc(3.4 * var(--rem)) / 2);
      background-color: #fff;
      color: #5ea8e6;
      font-size: calc(1.2 * var(--rem));
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        #home .seminar .list-seminar__item-subheading {
          width: calc(15.4 * var(--rem));
          margin-left: 0; } }
    #home .seminar .list-seminar__item-heading {
      margin-top: calc(0.8 * var(--rem));
      margin-left: calc(0.8 * var(--rem));
      color: #5ea8e6;
      font-weight: 700;
      font-size: calc(2.4 * var(--rem));
      line-height: calc(36 / 24); }
      @media screen and (max-width: 768px) {
        #home .seminar .list-seminar__item-heading {
          margin-left: 0;
          font-size: calc(1.8 * var(--rem)); } }
    #home .seminar .list-seminar__item-text {
      margin-top: calc(1 * var(--rem));
      margin-left: calc(0.8 * var(--rem));
      padding-bottom: calc(1.6 * var(--rem));
      font-weight: 700;
      font-size: calc(2 * var(--rem));
      line-height: calc(26 / 20); }
      @media screen and (max-width: 768px) {
        #home .seminar .list-seminar__item-text {
          margin-left: 0; } }
    #home .seminar .list-seminar__item .list-schedule {
      padding-top: calc(0.8 * var(--rem));
      padding-left: calc(0.8 * var(--rem)) !important;
      border-top: calc(0.1 * var(--rem)) solid #dcdcdc; }
      @media screen and (max-width: 768px) {
        #home .seminar .list-seminar__item .list-schedule {
          padding: calc(0.8 * var(--rem)) 0 0 !important;
          margin-left: 0; } }
      #home .seminar .list-seminar__item .list-schedule__item {
        font-weight: 400;
        font-size: calc(1.6 * var(--rem)); }
        #home .seminar .list-seminar__item .list-schedule__item a {
          color: #000; }
          #home .seminar .list-seminar__item .list-schedule__item a.is-on {
            text-decoration: underline; }
        #home .seminar .list-seminar__item .list-schedule__item p {
          margin-top: 0;
          line-height: calc(20 / 16);
          letter-spacing: 0.01em; }
        #home .seminar .list-seminar__item .list-schedule__item span {
          margin-left: calc(1 * var(--rem)); }
        #home .seminar .list-seminar__item .list-schedule__item sup {
          font-size: calc(1.2 * var(--rem)); }
          @media screen and (max-width: 768px) {
            #home .seminar .list-seminar__item .list-schedule__item sup {
              display: block;
              margin-top: calc(1 * var(--rem)); } }

#home .seminar__button {
  margin-top: calc(5 * var(--rem));
  text-align: center; }
  #home .seminar__button a {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
    width: calc(28 * var(--rem));
    height: calc(5.6 * var(--rem));
    border-radius: calc(calc(5.6 * var(--rem))/ 2);
    border: calc(0.2 * var(--rem)) solid #5ea8e6;
    background-color: #5ea8e6;
    color: #fff;
    font-weight: 700;
    font-size: calc(1.6 * var(--rem));
    margin-top: calc(3 * var(--rem)); }
    #home .seminar__button a.is-on {
      background-color: #fff;
      color: #5ea8e6; }

#home .digital__inner {
  padding: calc(10.2 * var(--rem)) 0 calc(10 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .digital__inner {
      padding: calc(4 * var(--rem)) calc(2 * var(--rem)); } }

#home .digital .list-digital {
  width: 100%;
  max-width: calc(120 * var(--rem));
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(4 * var(--rem));
  margin-top: calc(4.4 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .digital .list-digital {
      -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              flex-direction: column; } }
  #home .digital .list-digital__item {
    width: calc(50% - calc(4 * var(--rem)) / 2);
    padding: calc(3 * var(--rem)) 0 calc(2.2 * var(--rem));
    border-radius: calc(0.4 * var(--rem));
    background-color: #fff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #home .digital .list-digital__item {
        width: 100%;
        padding: calc(2 * var(--rem)); } }
    #home .digital .list-digital__item-movie {
      width: 100%;
      max-width: calc(48 * var(--rem));
      margin-left: auto;
      margin-right: auto; }
      #home .digital .list-digital__item-movie iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9; }
    #home .digital .list-digital__item-img {
      width: 100%;
      max-width: calc(48 * var(--rem));
      margin-left: auto;
      margin-right: auto; }
      #home .digital .list-digital__item-img img {
        width: 100%;
        height: auto; }
    #home .digital .list-digital__item-heading {
      font-weight: 500;
      font-size: calc(1.8 * var(--rem));
      line-height: calc(38 / 18); }

#home .digital__button {
  margin-top: calc(5 * var(--rem));
  text-align: center; }
  #home .digital__button a {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
    width: calc(33 * var(--rem));
    height: calc(6.6 * var(--rem));
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
    border: calc(0.2 * var(--rem)) solid #5ea8e6;
    border-radius: calc(6 * var(--rem));
    background-color: #5ea8e6;
    color: #fff;
    font-weight: 700;
    font-size: calc(1.6 * var(--rem)); }
    #home .digital__button a small {
      font-weight: 700;
      font-size: calc(1.2 * var(--rem)); }
    #home .digital__button a.is-on {
      background-color: #fff;
      color: #5ea8e6; }
      #home .digital__button a.is-on::before {
        background-color: #5ea8e6; }

#home .digital .contact {
  margin-top: calc(10 * var(--rem));
  padding: calc(5.8 * var(--rem)) 0 calc(6.8 * var(--rem)); }
  @media screen and (max-width: 768px) {
    #home .digital .contact {
      padding-top: calc(5 * var(--rem)) !important; } }

@page {
  size: A4 portrait; }

@media print {
  #home .visual__illust {
    width: 30%;
    left: 0; }
  #home .movie,
  #home .nav-header {
    display: none; } }

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

@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important; } }

.js-hover {
  cursor: pointer; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
svg,
iframe {
  vertical-align: top; }

button {
  font-family: inherit; }

:root {
  --rem: 10px; }
  @media screen and (max-width: 1600px) {
    :root {
      --rem: calc(10vw / 1600 * 100); } }
  @media screen and (max-width: 768px) {
    :root {
      --rem: calc(10vw / 384 * 100); } }
  @supports (-webkit-touch-callout: none) {
    :root {
      height: -webkit-fill-available; } }

      #home .list-seminar--cont {
        border-radius: calc(0.4 * var(--rem));
        -webkit-box-shadow: 0 0 calc(4 * var(--rem)) #1a508720;
                box-shadow: 0 0 calc(4 * var(--rem)) #1a508720;
      }

      #home .list-seminar--cont a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: calc(3.4 * var(--rem));
        width: 100%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
      }

      #home .list-seminar--cont a:hover {
        opacity: 0.7;
      }

      #home .list-seminar--cont a.is-on {
        opacity: 0.7;
      }

      #home .list-seminar--cont a.is-on .seminar__button--item {
        background-color: #fff;
        color: #5ea8e6;
      }

      #home .seminar .list-seminar__item-image {
        width: calc(42 * var(--rem));
        -ms-flex-negative: 0;
            flex-shrink: 0;
      }

      #home .seminar .list-seminar__item-image img {
        border-radius: calc(0.4 * var(--rem)) 0 0 calc(0.4 * var(--rem));
      }

      #home .list-seminar--cont__txtArea {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }

      #home .seminar__button .seminar__button--item {
        display: -ms-inline-flexbox;
        display: -webkit-inline-box;
        display: inline-flex;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
                justify-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
                align-items: center;
        width: calc(28 * var(--rem));
        height: calc(5.6 * var(--rem));
        border-radius: calc(calc(5.6 * var(--rem))/ 2);
        border: calc(0.2 * var(--rem)) solid #5ea8e6;
        background-color: #5ea8e6;
        color: #fff;
        font-weight: 700;
        font-size: calc(1.6 * var(--rem));
        margin-top: calc(3 * var(--rem));
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
      }

      #home .seminar__button {
        margin-top: 0;
        text-align: left;
      }

      #home .seminar .list-seminar__item-text {
        font-size: calc(2.2 * var(--rem));
      }

      @media screen and (max-width: 640px) {
        #home .list-seminar--cont a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
        }

        #home .seminar .list-seminar__item-image {
          width: 100%;
        }

        #home .seminar .list-seminar__item-image img {
          border-radius: calc(0.4 * var(--rem)) calc(0.4 * var(--rem)) 0 0;
        }

        #home .list-seminar--cont__txtArea {
          padding: calc(2 * var(--rem));
        }

        #home .seminar .list-seminar__item-text {
          font-size: calc(1.8 * var(--rem));
          text-align: center;
        }

        #home .seminar__button .seminar__button--item {
          text-align: center;
          margin-top: calc(1 * var(--rem));
        }

        #home .seminar__button {
          margin: 0 auto;
        }
      }
