@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;700&display=swap");
:root {
  --color-black: #222222;
  --color-black-rgb: 34, 34, 34;
  --color-white: #ffffff;
  --color-yellow: #ffea00;
  --color-yellow2: #ffc000;
  --color-button1: #899eb4;
  --color-button1--hover: #527295;
  --color-button2: #ff4200;
  --color-button2--hover: #c90202;
  --color-blue: #1741a4;
  --color-green: #3abaaa;
  --color-green2: #3aa9b2;
}
html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
body {
  position: relative;
  min-height: 100svh;
  width: max(100%, 375px);
  font-family: "Noto Sans JP", -apple-system, "BlinkMacSystemFont", HiraginoSans, "Hiragino Sans", "NotoSansJP", "Noto Sans CJK JP", NotoSansCJKjp-Light, "Noto Sans CJK JP Light", "游ゴシック", "Yu Gothic", "Meiryo", monospace, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.28rem, 1.106rem + 0.45vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.6;
  word-wrap: break-word;
  color: var(--color-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  background-color: var(--color-white);
}
img {
  width: 100%;
  height: auto;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
::-moz-placeholder {
  color: #ccc;
}
::placeholder {
  color: #ccc;
}
*:focus {
  outline: none;
}
[class*=line-break] {
  display: inline-block;
}
.wbr {
  word-break: keep-all;
}
sup,
sub {
  line-height: 1.4;
}
sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: 0.1em;
}
.marker {
  padding: 0 5px;
  background-image: linear-gradient(var(--color-yellow), var(--color-yellow));
  background-size: 0 30%;
  background-position: 0 85%;
  background-repeat: no-repeat;
  transition: background-size 0.8s ease-out 0.4s;
}
.marker.show {
  background-size: 100% 30%;
}
.font-80per {
  font-size: 80%;
}
.font-bold {
  font-weight: bold;
}
.uc__wrapper {
  width: 100%;
  height: 100%;
  overflow-x: clip;
}
[class^=uc__button] {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.45em 2.5em 0.55em 2em;
  border: solid 2px var(--color-white);
  border-radius: calc(infinity * 1px);
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.44rem, 1.244rem + 0.51vw, 1.8rem);
  font-weight: 500;
  line-height: 1;
  color: var(--color-white);
  background-color: var(--color-black);
  transition: background-color 200ms ease-out;
}
[class^=uc__button][class$="--style1"] {
  background-color: var(--color-button1);
}
[class^=uc__button][class$="--style2"] {
  background-color: var(--color-button2);
}
[class^=uc__button][class$="--style3"] {
  padding: 1em 1em;
  font-size: clamp(2.24rem, 1.935rem + 0.79vw, 2.8rem);
  font-weight: 700;
  background-color: var(--color-button2);
}
[class^=uc__button][class$="--style3"]::before {
  content: "無料";
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  font-size: clamp(1.44rem, 1.244rem + 0.51vw, 1.8rem);
  color: var(--color-button2);
  background-color: var(--color-white);
  transition: color 200ms ease-out;
}
[class^=uc__button][class$="--style3"]::after {
  content: "";
  margin-left: 10px;
  width: 3em;
  height: 3em;
  font-size: clamp(0.96rem, 0.829rem + 0.34vw, 1.2rem);
  background: url(/corp/info/02/img/icon_download.svg) no-repeat center center/contain;
}
[class^=uc__button] span {
  display: block;
  position: absolute;
  inset: 0 0.75em 0 auto;
  margin: auto;
  border: solid 2px var(--color-white);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: all 200ms ease-out;
}
[class^=uc__button] span::before, [class^=uc__button] span::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: url(/corp/info/02/img/uc__button--arrow.svg) no-repeat center center/contain;
}
[class^=uc__button] span::after {
  opacity: 0;
  transform: translate3d(-150%, 0, 0);
}
[class^=uc__button]:hover[class$="--style1"] {
  background-color: var(--color-button1--hover);
}
[class^=uc__button]:hover[class$="--style2"] {
  background-color: var(--color-button2--hover);
}
[class^=uc__button]:hover[class$="--style3"] {
  background-color: var(--color-button2--hover);
}
[class^=uc__button]:hover[class$="--style3"]::before {
  color: var(--color-button2--hover);
}
[class^=uc__button]:hover span {
  transform: scale(1.2);
}
[class^=uc__button]:hover span::before, [class^=uc__button]:hover span::after {
  transition: all 200ms ease-out;
}
[class^=uc__button]:hover span::before {
  opacity: 0;
  transform: translate3d(150%, 0, 0);
}
[class^=uc__button]:hover span::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#pagetop {
  z-index: 9;
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.6s ease-out;
}
#pagetop a {
  display: block;
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.6));
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
#pagetop a:hover {
  opacity: 0.7;
}
.scroll #pagetop {
  transform: translateX(0);
  opacity: 1;
}
[class$="--inner"] {
  position: relative;
  margin: 0 auto;
  padding-block: clamp(6px, 3.936px + 0.55vw, 10px);
  width: min(95%, 1200px);
}
@media print, screen and (min-width: 1000px) {
  [class$="--inner"] {
    padding-block: 5px;
  }
}
.satori__privacy_policy_agreement_wrapper_154411c5f5570e01 p.satori__message.satori__privacy_policy_url a::before {
  font-size: 1.6rem !important;
}
.header__nav {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 2%;
  width: 40px;
}
.hamburger {
  z-index: 15;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: relative;
  border: none;
  height: 40px;
  width: 40px;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
  background-color: transparent;
}
.hamburger .visuallyHidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.hamburger .hamburger-line {
  position: absolute;
  inset: 8px 0 auto 0;
  margin: auto;
  height: 2px;
  width: 80%;
  background-color: #000;
  transition: inherit;
}
.hamburger .hamburger-line::before, .hamburger .hamburger-line::after {
  background-color: #000;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  transition: inherit;
}
.hamburger .hamburger-line::before {
  top: 10px;
}
.hamburger .hamburger-line::after {
  top: 20px;
}
.hamburger[aria-expanded=true] .hamburger-line {
  transform: translateY(10px) rotate(-45deg);
}
.hamburger[aria-expanded=true] .hamburger-line::before {
  transform: translateY(-10px) translateX(20px) rotate(45deg);
  width: 0;
}
.hamburger[aria-expanded=true] .hamburger-line::after {
  transform: translateY(-20px) rotate(90deg);
}
.overlay {
  z-index: 5;
  background-color: #000;
  position: fixed;
  inset: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
.overlay.active {
  visibility: visible;
  opacity: 0.8;
}
.modal-container {
  z-index: 10;
  background-color: white;
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  transition: background-color 0.5s ease-out 1s;
}
.modal-container[aria-hidden=false] {
  overflow-y: scroll;
  opacity: 1;
  visibility: visible;
}
.modal-container > div {
  margin: 0 auto;
  width: min(95%, 700px);
  padding: clamp(35px, 27.248px + 2.07vw, 50px);
}
.modal-container > div #modal-1-content {
  width: 100%;
}
ul.menu-list {
  margin-inline: auto;
  width: 100%;
}
ul.menu-list li {
  margin: 0;
  line-height: 1;
  opacity: 1;
}
ul.menu-list li:not([class]) {
  font-size: 20px;
  font-weight: 500;
  border-bottom: solid 1px #ccc;
  transition: all 0.3s ease-out;
}
ul.menu-list li:not([class]) > a {
  position: relative;
  display: block;
  padding-block: 0.75em;
  transition: all 0.3s ease-out;
}
ul.menu-list li:not([class]) > a::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 20px 0 auto;
  margin: auto 0;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
ul.menu-list li:not([class]) > a:hover {
  color: var(--color-blue);
}
ul.menu-list li:not([class]) > a:hover::after {
  right: 15px;
}
ul.menu-list li:not([class]) > a.active {
  color: var(--color-blue);
  font-weight: 700;
}
ul.menu-list li:not([class]):last-of-type {
  border-bottom: none;
}
ul.menu-list li.menu-list__button-area .header__button-area {
  display: block;
  margin-top: 30px;
}
ul.menu-list li.menu-list__button-area .header__button-area [class^=uc__button] {
  justify-content: center;
  margin: clamp(6px, 3.936px + 0.55vw, 10px) auto 0;
  padding-inline: 2em;
  width: 12em;
  font-size: 24px;
}
ul.menu-list li.menu-list__button-area .header__button-area .header__button--style3 {
  margin-top: 1em;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  ul.menu-list li {
    padding-block: 0.5em;
  }
}
header {
  z-index: 10;
  position: fixed;
  inset: 0 0 auto 0;
}
header [class$="--inner"] {
  display: flex;
  justify-content: end;
}
header h1 {
  position: relative;
  margin-right: auto;
}
header h1 a {
  display: block;
  width: 150px;
  margin-right: 10px;
  transform: translate3d(0, 10%, 0);
}
header h1 span {
  display: none;
  font-size: clamp(0.96rem, 0.829rem + 0.34vw, 1.2rem);
}
header .header__button-area {
  display: none;
}
header .header__button-area .header__button--style3 {
  display: block;
  width: 100%;
  font-size: clamp(0.96rem, 0.829rem + 0.34vw, 1.2rem);
  letter-spacing: 0;
  text-align: center;
}
header .header__button-area .header__button--style3:hover {
  text-decoration: underline;
}
.scroll header {
  background-color: var(--color-white);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 1000px) {
  header h1 {
    display: flex;
    align-items: center;
  }
  header h1 span {
    display: block;
  }
  header .header__button-area {
    display: flex;
    justify-content: end;
  }
  header .header__button-area p {
    margin-left: 5px;
  }
}
.uc__first-view {
  position: relative;
  overflow: clip;
}
.uc__first-view::before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  inset: 80px -15px auto auto;
  margin: auto;
  width: 30%;
  aspect-ratio: 1/2;
  background: url(/corp/info/02/img/first-view_img_sp.png) no-repeat center center/contain;
  opacity: 0;
}
.loaded .uc__first-view::before {
  transition: all 0.5s ease-out;
  opacity: 1;
}
.uc__first-view::after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  height: 100%;
  width: 100%;
  background: url(/corp/info/02/img/first-view_bg.png) no-repeat center right -240px/auto 100%;
}
.uc__first-view [class$="--inner"] {
  z-index: 1;
  position: relative;
  padding-block: 55px 60px;
}
@media print, screen and (min-width: 1000px) {
  .uc__first-view [class$="--inner"] {
    padding-block: 82px;
  }
}
.uc__first-view--sholder {
  position: relative;
  z-index: 5;
  padding-block: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.44rem, 1.244rem + 0.51vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 10px, transparent 10px, transparent 15px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  opacity: 0;
}
.uc__first-view--sholder.show {
  animation: anim_slide_left 0.5s ease-in-out forwards;
}
.uc__first-view h2 {
  position: relative;
  z-index: 5;
  word-break: keep-all;
  margin-top: clamp(6px, 3.936px + 0.55vw, 10px);
  padding-block: 0.2em;
  width: clamp(300px, 70%, 650px);
  font-size: clamp(3.52rem, 3.041rem + 1.24vw, 4.4rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--color-blue);
  opacity: 0;
}
.uc__first-view h2.show {
  animation: anim_slide_up 0.5s ease-in-out forwards 0.1s;
}
.uc__first-view--lead {
  word-break: keep-all;
  position: relative;
  z-index: 5;
  margin-top: clamp(6px, 3.936px + 0.55vw, 10px);
  padding-right: 2em;
  font-size: clamp(1.92rem, 1.659rem + 0.67vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
}
.uc__first-view--lead.show {
  animation: anim_slide_up 0.5s ease-in-out forwards 0.2s;
}
.uc__first-view .uc__features {
  position: relative;
  z-index: 5;
  margin: clamp(28px, 21.12px + 1.66vw, 40px) auto 0;
  padding: clamp(14px, 10.896px + 0.83vw, 20px);
  padding-top: 0;
  border: solid 2px var(--color-green);
  border-radius: 10px;
  width: min(100%, 650px);
  background-color: var(--color-white);
  opacity: 0;
}
.uc__first-view .uc__features.show {
  animation: anim_slide_up 0.5s ease-in-out forwards 0.4s;
}
.uc__first-view .uc__features--title {
  margin: -5px auto 0;
  padding: 0.25em 2em;
  border: solid 2px var(--color-green);
  border-radius: calc(infinity * 1px);
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.92rem, 1.659rem + 0.67vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--color-green);
  background-color: var(--color-white);
  transform: translate3d(0, calc(-50% + 5px), 0);
}
.uc__first-view .uc__features--text {
  margin-top: clamp(6px, 3.936px + 0.55vw, 10px);
  font-size: clamp(1.6rem, 1.382rem + 0.56vw, 2rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  word-break: keep-all;
}
.uc__first-view .uc__features--text span {
  margin-inline: 0.25em;
  padding: 0.15em 0.75em;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-yellow2);
}
.uc__first-view .uc__features ul li {
  padding-block: 0.5em;
  border-radius: calc(infinity * 1px);
  font-size: clamp(1.6rem, 1.382rem + 0.56vw, 2rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-green);
}
.uc__first-view .uc__features ul li + li {
  margin-top: 4px;
}
@media only screen and (min-width: 600px) {
  .uc__first-view::before {
    inset: 0;
    margin: auto;
    width: min(90%, 350px);
    aspect-ratio: 1;
    background: url(/corp/info/02/img/first-view_img_pc.png) no-repeat center center/contain;
    transform: translate3d(60%, -30%, 0);
  }
}
@media print, screen and (min-width: 768px) {
  .uc__first-view {
    background: linear-gradient(to right, white 0%, white 50%, #77caee 50%, #77caee 100%);
  }
  .uc__first-view::after {
    aspect-ratio: 1;
    inset: 0;
    width: auto;
    background: url(/corp/info/02/img/first-view_bg.png) no-repeat center center/auto 100%;
    transform: translate3d(55%, 0, 0) scale(1.4);
  }
  .uc__first-view::before {
    width: min(90%, 550px);
    transform: translate3d(65%, 3%, 0);
  }
  .uc__first-view [class$="--inner"] {
    padding-inline: 0%;
  }
  .uc__first-view .uc__features {
    margin: clamp(28px, 21.12px + 1.66vw, 40px) 0 0;
  }
  .uc__first-view .uc__features ul {
    display: flex;
    flex-wrap: wrap;
  }
  .uc__first-view .uc__features ul li {
    flex: 1;
  }
  .uc__first-view .uc__features ul li + li {
    margin-top: 0;
  }
  .uc__first-view .uc__features ul li:nth-of-type(2) {
    margin-inline: 10px;
    flex: 1.4;
  }
}
.uc__entry {
  padding-bottom: clamp(28px, 21.12px + 1.66vw, 40px);
  width: 100%;
  text-align: center;
  background-color: var(--color-blue);
}
.uc__entry--text {
  margin: 0 auto;
  padding: 0.25em 1.2em;
  border: solid 2px var(--color-blue);
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.92rem, 1.659rem + 0.67vw, 2.4rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-blue);
  background-color: var(--color-white);
  transform: translate3d(0, -70%, 0);
}
.uc__entry--text::after {
  display: block;
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: var(--color-white) transparent transparent transparent;
  transform: translate3d(0, 70%, 0);
}
.uc__entry--button {
  margin: -20px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.uc__entry--button a {
  padding: 0.75em 2.5em 0.85em 2em;
  border-width: 3px;
  font-size: clamp(2.24rem, 1.935rem + 0.79vw, 2.8rem);
}
@media print, screen and (min-width: 768px) {
  .uc__entry--text {
    padding-inline: 1.5em;
    border-radius: calc(infinity * 1px);
    transform: translate3d(0, -50%, 0);
  }
  .uc__entry--text br {
    display: none;
  }
  .uc__entry--button {
    margin-top: 0;
  }
  .uc__entry--button a {
    padding: 0.55em 3.5em 0.65em 3em;
    font-weight: 700;
  }
}
.uc-section {
  padding-block: clamp(70px, 54.48px + 4.14vw, 100px);
}
.uc-section h3 {
  margin-inline: auto;
  font-size: clamp(3.84rem, 3.318rem + 1.35vw, 4.8rem);
  font-weight: 900;
  color: var(--color-blue);
  text-align: center;
  opacity: 0;
}
.uc-section h3.show {
  animation: anim_slide_up 0.6s ease-in-out forwards;
}
.uc-section .uc-section__lead {
  word-break: keep-all;
  margin: clamp(21px, 16.352px + 1.24vw, 30px) auto 0;
  font-size: clamp(1.44rem, 1.244rem + 0.51vw, 1.8rem);
  font-weight: 600;
  text-align: center;
  opacity: 0;
}
.uc-section .uc-section__lead.show {
  animation: anim_slide_up 0.6s ease-in-out forwards;
}
.uc-section__inner {
  margin: 0 auto;
  width: min(95%, 1200px);
}
@media print, screen and (min-width: 768px) {
  .uc-section {
    background: url(/corp/info/02/img/bg_pattern_blue.svg) repeat-y top center/2000px auto;
  }
}
#what-to-do {
  padding-bottom: 0;
}
#what-to-do ul {
  margin: clamp(35px, 27.248px + 2.07vw, 50px) auto 0;
  width: min(95%, 450px);
}
#what-to-do ul li {
  margin-top: clamp(6px, 3.936px + 0.55vw, 10px);
  padding-block: 0.75em;
  border-radius: 20px;
  font-size: clamp(2.08rem, 1.797rem + 0.73vw, 2.6rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: var(--color-white);
  background-image: linear-gradient(90deg, rgb(23, 65, 164) 0%, rgb(92, 78, 197) 99%);
  opacity: 0;
}
#what-to-do ul li.show {
  animation: anim_slide_up 0.6s ease-in-out forwards;
}
#what-to-do .uc-section__okotae {
  position: relative;
  margin: clamp(14px, 10.896px + 0.83vw, 20px) 0 0;
  padding-bottom: clamp(70px, 54.48px + 4.14vw, 100px);
}
#what-to-do .uc-section__okotae img {
  display: block;
  margin: 0 auto;
  width: 300px;
}
#what-to-do .uc-section__okotae::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: url(/corp/info/02/img/what-to-do_bg.svg) no-repeat top center/100% 100%;
  opacity: 0.1;
  z-index: -1;
}
#what-to-do .uc-section__okotae span {
  display: block;
  position: relative;
  margin: clamp(14px, 10.896px + 0.83vw, 20px) auto 0;
  padding-inline: 1em;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(2.72rem, 2.35rem + 0.95vw, 3.4rem);
  font-weight: 900;
  line-height: 1.4;
  color: var(--color-blue);
  text-align: center;
}
#what-to-do .uc-section__okotae span::before, #what-to-do .uc-section__okotae span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 1.8lh;
  background-color: var(--color-blue);
}
#what-to-do .uc-section__okotae span::before {
  left: 0;
  transform: rotate(-30deg);
}
#what-to-do .uc-section__okotae span::after {
  right: 0;
  transform: rotate(30deg);
}
@media print, screen and (min-width: 768px) {
  #what-to-do ul {
    display: flex;
    justify-content: space-between;
    margin-top: clamp(21px, 16.352px + 1.24vw, 30px);
    width: min(95%, 950px);
  }
  #what-to-do ul li {
    padding-block: 1.25em;
    width: 32%;
  }
  #what-to-do .uc-section__okotae {
    margin-top: -20px;
  }
  #what-to-do .uc-section__okotae br:nth-of-type(2) {
    display: none;
  }
}
#about .uc-section__inner {
  max-width: 1000px;
}
#about .about__ul {
  position: relative;
}
#about .about__ul ul {
  margin: clamp(21px, 16.352px + 1.24vw, 30px) auto 0;
  padding-block: clamp(14px, 10.896px + 0.83vw, 20px);
}
#about .about__ul ul li {
  position: relative;
  padding: 4em;
  text-align: center;
}
#about .about__ul ul li p {
  font-size: clamp(1.92rem, 1.659rem + 0.67vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
}
#about .about__ul ul li p span {
  display: inline-block;
  font-size: 160%;
}
#about .about__ul ul li p.about__ul--num {
  font-size: clamp(2.56rem, 2.212rem + 0.9vw, 3.2rem);
}
#about .about__ul ul li::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: linear-gradient(90deg, rgb(197, 242, 217) 0%, rgb(129, 211, 252) 100%);
  transform: scale(1.15);
  opacity: 0.7;
}
#about .about__ul ul + p {
  width: 100%;
  text-align: center;
}
#about .about__ul::after {
  content: "";
  display: block;
  margin: -8vw auto 0;
  width: min(70%, 400px);
  aspect-ratio: 1.5/1;
  background: url(/corp/info/02/img/about_img.png) no-repeat center center/contain;
}
#about .about__ul--note {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  #about .about__ul ul {
    display: flex;
    justify-content: center;
  }
  #about .about__ul ul li {
    padding-inline: 0;
    width: 17em;
  }
  #about .about__ul ul li::after {
    width: 100%;
    height: auto;
    transform: scale(1.1);
  }
}
@media print, screen and (min-width: 768px) {
  #about .about__ul ul {
    justify-content: end;
  }
  #about .about__ul ul li {
    width: 15em;
  }
  #about .about__ul::after {
    position: absolute;
    inset: 0 auto 0 0;
    margin: auto;
    width: 50%;
    transform: translate3d(0%, 10%, 0) scale(1.15);
  }
  #about .about__ul--note {
    text-align: right;
  }
}
#strengths.uc-section {
  background-image: linear-gradient(90deg, rgb(175, 225, 250) 0%, rgb(204, 239, 213) 100%);
}
#strengths ul.strengths__ul {
  margin: clamp(14px, 10.896px + 0.83vw, 20px) auto;
  width: min(90%, 300px);
}
#strengths ul.strengths__ul li {
  container-type: inline-size;
  margin-top: clamp(14px, 10.896px + 0.83vw, 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  aspect-ratio: 1;
  text-align: center;
  background-color: var(--color-white);
  opacity: 0;
}
#strengths ul.strengths__ul li.show {
  animation: anim_slide_up 0.6s ease-in-out forwards;
}
#strengths ul.strengths__ul li p {
  line-height: 1.5;
  min-height: 2lh;
}
#strengths ul.strengths__ul li p.strengths__ul--title {
  font-size: 7cqw;
  font-weight: 700;
}
#strengths ul.strengths__ul li p.strengths__ul--title span {
  color: var(--color-button2);
}
#strengths ul.strengths__ul li p.strengths__ul--text {
  font-size: 6cqw;
}
#strengths ul.strengths__ul li .strengths__ul--img {
  display: block;
  padding-block: 1cqw;
  width: 45cqw;
}
@media only screen and (min-width: 600px) {
  #strengths ul.strengths__ul {
    width: min(100%, 1200px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #strengths ul.strengths__ul li {
    width: 49%;
  }
}
@media print, screen and (min-width: 768px) {
  #strengths.uc-section {
    background: url(/corp/info/02/img/bg_pattern_white.svg) repeat-y top center/2000px auto, linear-gradient(90deg, rgb(175, 225, 250) 0%, rgb(204, 239, 213) 100%);
  }
  #strengths ul.strengths__ul li {
    width: 24%;
  }
}
#features .features__table {
  margin: clamp(28px, 21.12px + 1.66vw, 40px) auto 0;
  padding-bottom: clamp(14px, 10.896px + 0.83vw, 20px);
  padding-inline: clamp(14px, 10.896px + 0.83vw, 20px);
  width: min(100%, 940px);
  overflow-x: auto;
}
#features .features__table table {
  width: 100%;
  font-size: clamp(1.6rem, 1.382rem + 0.56vw, 2rem);
  font-weight: 600;
}
#features .features__table table .basic,
#features .features__table table .premium {
  width: 6em;
  transition: width 0.2s ease-out;
}
#features .features__table table .basic {
  background-color: #ebf0fc;
}
#features .features__table table .premium {
  background-color: #ffe9dd;
}
#features .features__table table tr th,
#features .features__table table tr td {
  padding: 0.5em;
  border-bottom: solid 1px var(--color-black);
  line-height: 1.2;
  text-align: center;
}
#features .features__table table thead th {
  text-align: center;
  word-break: keep-all;
  background-color: white !important;
  vertical-align: bottom;
}
#features .features__table table thead th span {
  display: block;
  padding-top: 0.25em;
  font-size: 70%;
}
#features .features__table table thead th:nth-of-type(2) {
  color: var(--color-blue);
}
#features .features__table table thead th:nth-of-type(3) {
  color: var(--color-button2);
}
#features .features__table table tbody tr th {
  white-space: nowrap;
  text-align: left;
}
#features .features__table table tbody tr td {
  font-size: clamp(1.92rem, 1.659rem + 0.67vw, 2.4rem);
  font-weight: 900;
}
@media only screen and (min-width: 600px) {
  #features .features__table table .basic,
  #features .features__table table .premium {
    width: 7.5em;
  }
}
@media print, screen and (min-width: 768px) {
  #features .features__table table .basic,
  #features .features__table table .premium {
    width: 10.5em;
  }
}
#success.uc-section {
  background-image: linear-gradient(90deg, rgb(239, 237, 204) 0%, rgb(175, 225, 250) 100%);
}
#success .success__ul {
  position: relative;
}
#success .success__ul ul {
  margin: clamp(14px, 10.896px + 0.83vw, 20px) auto;
  width: min(90%, 500px);
}
#success .success__ul ul li {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: clamp(14px, 10.896px + 0.83vw, 20px);
  padding: clamp(14px, 10.896px + 0.83vw, 20px);
  border-radius: 20px;
  background-color: var(--color-white);
  opacity: 0;
}
#success .success__ul ul li.show {
  animation: anim_slide_up 0.6s ease-in-out forwards;
}
#success .success__ul ul li p {
  line-height: 1.5;
}
#success .success__ul ul li p.success__ul--title {
  font-size: clamp(1.76rem, 1.521rem + 0.62vw, 2.2rem);
  font-weight: 700;
  color: var(--color-blue);
}
#success .success__ul ul li p.success__ul--title span {
  color: var(--color-button2);
}
#success .success__ul ul li p.success__ul--summary {
  margin-top: auto;
  padding-block: 0.5em;
  border-radius: 15px;
  width: 100%;
  font-size: 6cqw;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-green);
}
#success .success__ul ul li .success__ul--datelist {
  margin-top: clamp(6px, 3.936px + 0.55vw, 10px);
  padding-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#success .success__ul ul li .success__ul--datelist dt,
#success .success__ul ul li .success__ul--datelist dd {
  margin-top: 0.75em;
}
#success .success__ul ul li .success__ul--datelist dt {
  width: 3.5em;
}
#success .success__ul ul li .success__ul--datelist dt span {
  display: block;
  border-radius: calc(infinity * 1px);
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
  background-color: #5c7abf;
}
#success .success__ul ul li .success__ul--datelist dd {
  width: calc(100% - 4em);
}
#success .success__ul::after {
  content: "";
  display: block;
  position: relative;
  margin: -8vw auto 0;
  width: 90%;
  aspect-ratio: 1.5/1;
  background: url(/corp/info/02/img/success_img.png) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  #success.uc-section {
    background: url(/corp/info/02/img/bg_pattern_white.svg) repeat-y top center/2000px auto, linear-gradient(90deg, rgb(239, 237, 204) 0%, rgb(175, 225, 250) 100%);
  }
  #success .success__ul ul {
    width: min(100%, 1200px);
    display: flex;
    justify-content: space-between;
  }
  #success .success__ul ul li {
    width: 32%;
  }
  #success .success__ul::after {
    margin: -50px auto 0;
    width: 500px;
  }
}
#flow .flow__ul {
  position: relative;
}
#flow .flow__ul ul {
  margin: clamp(14px, 10.896px + 0.83vw, 20px) auto;
  width: min(90%, 500px);
}
#flow .flow__ul ul li {
  container-type: inline-size;
  position: relative;
  margin-top: clamp(28px, 21.12px + 1.66vw, 40px);
  padding: clamp(21px, 16.352px + 1.24vw, 30px) 0;
  border-radius: 20px;
  text-align: center;
  background-image: linear-gradient(90deg, rgb(58, 151, 186) 0%, rgb(58, 186, 170) 100%);
  opacity: 0;
}
#flow .flow__ul ul li.show {
  animation: anim_slide_up 0.6s ease-in-out forwards;
}
#flow .flow__ul ul li p {
  line-height: 1.5;
  text-align: center;
}
#flow .flow__ul ul li p.flow__ul--step {
  margin: 0 auto;
  padding: 0.35em 1.5em;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: calc(infinity * 1px);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-green2);
  background-color: var(--color-white);
}
#flow .flow__ul ul li p.flow__ul--title {
  margin-top: 0.5em;
  font-size: 25px;
  font-weight: 700;
  color: var(--color-white);
}
#flow .flow__ul ul li p.flow__ul--text {
  word-break: keep-all;
  margin-top: 0.25em;
  font-size: clamp(1.44rem, 1.244rem + 0.51vw, 1.8rem);
  color: var(--color-white);
}
#flow .flow__ul ul li + li::before {
  content: "";
  display: block;
  position: absolute;
  inset: -17% 0 auto 0;
  margin: auto;
  width: 30px;
  height: 15px;
  background: var(--color-green2);
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#flow .flow__ul::after {
  content: "";
  display: block;
  position: relative;
  margin: -6vw auto 0;
  width: min(70%, 350px);
  aspect-ratio: 1.2/1;
  background: url(/corp/info/02/img/flow_img.png) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  #flow .flow__ul ul {
    width: min(100%, 940px);
    display: flex;
    justify-content: space-between;
  }
  #flow .flow__ul ul li {
    margin-top: clamp(14px, 10.896px + 0.83vw, 20px);
    width: 31%;
  }
  #flow .flow__ul ul li p.flow__ul--step {
    padding: 0.25em 1.5em;
  }
  #flow .flow__ul ul li + li::before {
    inset: 0 auto 0 -8%;
    width: 15px;
    height: 30px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
            clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  #flow .flow__ul::after {
    margin: -100px auto 0;
    width: 400px;
  }
}
#faq .faq__ul > ul {
  margin: clamp(14px, 10.896px + 0.83vw, 20px) auto;
  width: min(90%, 940px);
}
#faq .faq__ul > ul > li {
  margin-top: clamp(28px, 21.12px + 1.66vw, 40px);
  padding: clamp(6px, 3.936px + 0.55vw, 10px) 0;
  opacity: 0;
}
#faq .faq__ul > ul > li.show {
  animation: anim_slide_up 0.6s ease-in-out forwards;
}
#faq .faq__ul > ul > li > div {
  position: relative;
  padding: clamp(14px, 10.896px + 0.83vw, 20px);
  padding-left: 50px;
  border-radius: 20px;
}
#faq .faq__ul > ul > li > div::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0.4em auto 0 -3%;
  margin: 0 auto;
  border: solid 1px var(--color-blue);
  border-radius: 50%;
  height: 2em;
  width: 2em;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.08rem, 1.797rem + 0.73vw, 2.6rem);
  font-weight: 700;
}
#faq .faq__ul > ul > li > div.faq__ul--q {
  font-size: clamp(1.76rem, 1.521rem + 0.62vw, 2.2rem);
  font-weight: 700;
  color: var(--color-blue);
  background-color: #e6f4fb;
}
#faq .faq__ul > ul > li > div.faq__ul--q::after {
  content: "Q";
  color: var(--color-white);
  background-color: var(--color-blue);
}
#faq .faq__ul > ul > li > div.faq__ul--a {
  font-size: clamp(1.44rem, 1.244rem + 0.51vw, 1.8rem);
  font-weight: 500;
}
#faq .faq__ul > ul > li > div.faq__ul--a p {
  padding-top: 0.1em;
}
#faq .faq__ul > ul > li > div.faq__ul--a p a {
  color: var(--color-blue);
  text-decoration: underline;
}
#faq .faq__ul > ul > li > div.faq__ul--a::after {
  content: "A";
  color: var(--color-blue);
  background-color: var(--color-white);
}
#request {
  background-color: #e6f4fb;
}
footer {
  padding: clamp(35px, 27.248px + 2.07vw, 50px);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.28rem, 1.106rem + 0.45vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
}
#complete header .header__button-area {
  display: block;
}
#complete .uc-section {
  background-color: #e6f4fb;
}
#complete .uc-section .uc-section__inner {
  width: min(95%, 1000px);
}
#complete .uc-section h2 {
  line-height: 1.4;
}
#complete h2 {
  margin-inline: auto;
  font-size: clamp(3.52rem, 3.041rem + 1.24vw, 4.4rem);
  font-weight: 900;
  color: var(--color-blue);
  text-align: center;
}
#complete .complete__button--download {
  margin: clamp(21px, 16.352px + 1.24vw, 30px) auto 0;
}
#complete .complete__button--download .uc__button--style3 {
  margin: 0 auto;
}
#complete #complete__seminar {
  margin: clamp(28px, 21.12px + 1.66vw, 40px) auto;
  padding: clamp(28px, 21.12px + 1.66vw, 40px);
  border-radius: 30px;
  width: min(95%, 800px);
  background-color: var(--color-white);
}
#complete #complete__seminar h3 {
  word-break: keep-all;
  position: relative;
  margin-inline: auto;
  padding-bottom: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(2.88rem, 2.488rem + 1.01vw, 3.6rem);
  font-weight: 900;
  line-height: 1.4;
  color: var(--color-green2);
  text-align: center;
}
#complete #complete__seminar p {
  margin-top: 0.5em;
}
#complete #complete__seminar .complete__seminar--reservation {
  margin-top: clamp(14px, 10.896px + 0.83vw, 20px);
  padding-block: clamp(14px, 10.896px + 0.83vw, 20px);
  border-radius: 10px;
  text-align: center;
  background-color: #e3e9ec;
}
#complete #complete__seminar .complete__seminar--reservation .complete__seminar--title {
  margin-top: 0;
  font-size: clamp(1.6rem, 1.382rem + 0.56vw, 2rem);
  font-weight: 700;
}
#complete #complete__seminar .complete__seminar--reservation a {
  color: var(--color-blue);
  text-decoration: underline;
}
#complete #complete__seminar .complete__seminar--reservation a:hover {
  text-decoration: none;
}
#complete .complete__button--back {
  margin: clamp(42px, 32.688px + 2.48vw, 60px) auto;
  width: -moz-fit-content;
  width: fit-content;
}
#complete .complete__button--back .uc__button--style1 {
  font-size: clamp(1.92rem, 1.659rem + 0.67vw, 2.4rem);
}
#complete .complete__info {
  margin-top: clamp(28px, 21.12px + 1.66vw, 40px);
  padding-top: clamp(28px, 21.12px + 1.66vw, 40px);
  border-top: solid 2px var(--color-button1--hover);
}
#complete .complete__info h4 {
  margin-bottom: clamp(6px, 3.936px + 0.55vw, 10px);
  font-weight: 700;
  font-size: clamp(1.6rem, 1.382rem + 0.56vw, 2rem);
}
#complete .complete__info a {
  color: var(--color-blue);
  text-decoration: underline;
}
#complete .complete__info a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 600px) {
  #complete .complete__button--download .uc__button--style3::before {
    margin-right: 50px;
  }
  #complete .complete__button--download .uc__button--style3::after {
    margin-left: 50px;
  }
}
.anim_slide_up {
  opacity: 0;
}
.anim_slide_up.show {
  animation-name: anim_slide_up;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.39, 0, 0.25, 1);
  animation-fill-mode: forwards;
}
@keyframes anim_slide_up {
  from {
    transform: translate3d(0, 50px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.anim_slide_right {
  opacity: 0;
}
.anim_slide_right.show {
  animation-name: anim_slide_right;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.39, 0, 0.25, 1);
  animation-fill-mode: forwards;
}
@keyframes anim_slide_right {
  from {
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.anim_slide_left {
  opacity: 0;
}
.anim_slide_left.show {
  animation-name: anim_slide_left;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.39, 0, 0.25, 1);
  animation-fill-mode: forwards;
}
@keyframes anim_slide_left {
  from {
    transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.anim_zoom_out {
  opacity: 0;
}
.anim_zoom_out.show {
  animation-name: anim_zoom_out;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.39, 0, 0.25, 1);
  animation-fill-mode: forwards;
}
@keyframes anim_zoom_out {
  from {
    transform: scale3d(1.3, 1.3, 1);
    opacity: 0;
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.anim_fade_in {
  opacity: 0;
}
.anim_fade_in.show {
  animation-name: anim_fade_in;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.39, 0, 0.25, 1);
  animation-fill-mode: forwards;
}
@keyframes anim_fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.anim_delay_01s {
  animation-delay: 0.1s !important;
}
.anim_delay_02s {
  animation-delay: 0.2s !important;
}
.anim_delay_03s {
  animation-delay: 0.3s !important;
}
.anim_delay_04s {
  animation-delay: 0.4s !important;
}
.anim_delay_05s {
  animation-delay: 0.5s !important;
}
.anim_delay_1s {
  animation-delay: 1s !important;
}
.anim_delay_15s {
  animation-delay: 1.5s !important;
}
.anim_delay_2s {
  animation-delay: 2s !important;
}
.anim_delay_3s {
  animation-delay: 3s !important;
}
.anim_delay_4s {
  animation-delay: 4s !important;
}
.anim_delay_5s {
  animation-delay: 5s !important;
}
.anim_duration_15s {
  animation-duration: 1.5s !important;
}
.anim_duration_2s {
  animation-duration: 2s !important;
}
.anim_duration_3s {
  animation-duration: 3s !important;
}
.anim_duration_4s {
  animation-duration: 4s !important;
}
.anim_duration_5s {
  animation-duration: 5s !important;
}
