@charset "UTF-8";
@import "https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@500&family=Roboto:wght@400;700&display=swap";
@keyframes sl {
  0% {
    transform: scaleY(0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1);
    transform-origin: 0 100%;
  }
  to {
    transform: scaleY(0);
    transform-origin: 0 100%;
  }
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  to {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes yurayura {
  0% {
    translate: 0;
  }
  35% {
    translate: -50px -50px;
  }
  65% {
    translate: 50px 50px;
  }
  to {
    translate: 0;
  }
}
@keyframes yurayura2 {
  0% {
    translate: 0;
  }
  35% {
    translate: 20px 30px;
  }
  65% {
    translate: -20px -30px;
  }
  to {
    translate: 0;
  }
}
@keyframes span-top {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  to {
    transform: translateY(0) rotate(0);
  }
}
@keyframes span-bottom {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  to {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-span-top {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  to {
    transform: translateY(8px) rotate(45deg);
  }
}
@keyframes active-span-bottom {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  to {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes arrow-btn {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  30% {
    transform: translateZ(0);
    opacity: 0;
  }
  60% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  65% {
    transform: translate3d(-100%, 0, 0);
    opacity: 1;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    transform: translateZ(0);
  }
  40%,
  43% {
    transform: translate3d(0, -3vh, 0);
  }
  70% {
    transform: translate3d(0, -2vh, 0);
  }
}
@keyframes abounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes bbounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes cbounce {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(30px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes shake {
  50% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-15deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes bounce {
  0% {
    transform: translate(0);
  }
  5% {
    transform: translateY(-15%);
  }
  20%,
  to {
    transform: scale(1) translate(0);
  }
}
@keyframes fadeIn {
  0% {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
} /*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-family: var(--font-family-base);
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border-top-width: 1px;
  color: inherit;
}
pre {
  font-size: inherit;
  font-family: monospace;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-size: inherit;
  font-family: monospace;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  font: inherit;
}
[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: 700;
  text-align: left;
}
:root {
  --font-family-base: "YakuHanJP", "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 53px;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.35s;
  -webkit-tap-highlight-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
a:focus {
  outline: none;
}
::-moz-placeholder {
  color: #fafafa;
}
::placeholder {
  color: #fafafa;
}
.animation {
  opacity: 0;
}
.animation.js-animation {
  opacity: 1;
}
.btn {
  margin-block-start: 30px;
}
.btn a {
  display: block;
  position: relative;
  margin-inline: auto;
  padding: 18px;
  overflow: hidden;
  border-radius: calc(infinity * 1px);
  background-color: #ffb600;
  box-shadow: 0 5px #ffd263;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.35s;
}
.btn a:before {
  display: inline-block;
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #ffffff80;
  content: "";
  animation: shine 3s ease-in-out infinite;
}
.btn a:after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
  transition: all 0.35s;
}
.btn-cacth {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-block-end: 15px;
  font-weight: 600;
  font-size: clamp(13px, 2.5vw, 5px);
  letter-spacing: 2px;
  text-align: center;
}
.btn-cacth:before {
  position: absolute;
  bottom: 5px;
  left: -15px;
  width: 1px;
  height: 35px;
  rotate: -28deg;
  background-color: #111;
  content: "";
}
.btn-cacth:after {
  position: absolute;
  right: -15px;
  bottom: 5px;
  width: 1px;
  height: 35px;
  rotate: 28deg;
  background-color: #111;
  content: "";
}
.header .btn-cacth {
  color: #fff;
}
.header .btn-cacth:before,
.header .btn-cacth:after {
  background-color: #fff;
}
.header {
  z-index: calc(infinity);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  transition: all 0.35s;
}
.header:where(.fix-header) {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00a4e98c;
  -webkit-backdrop-filter: blur(20px);
  z-index: calc(infinity);
  backdrop-filter: blur(20px);
}
.header-company {
  z-index: 9997;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.35s;
}
.header-inner {
  z-index: 9996;
  position: fixed;
  top: 53px;
  transition: 0.35s;
}
.js-open .header-inner {
  visibility: visible;
  opacity: 1;
}
.header-nav {
  padding: 30px 15px;
  overflow-y: auto;
}
.header-nav-menu {
  z-index: calc(infinity);
  text-align: center;
}
.header-nav-menu li {
  padding: 30px 0;
  transition: all 0.35s;
}
.header-nav-menu a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
}
.header-toggle {
  display: block;
  z-index: 9998;
  position: fixed;
  top: 25px;
  right: 15px;
  width: 25px;
  height: 25px;
  translate: 0 -50%;
  cursor: pointer;
  transition: all 0.5s;
}
.header-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 25px;
  height: 3px;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.5s;
}
.header-toggle span:nth-child(1) {
  top: 4px;
}
.js-open .header-toggle span:nth-child(1) {
  translate: 0 7px;
  rotate: 45deg;
}
.header-toggle span:nth-child(2) {
  top: 11px;
}
.js-open .header-toggle span:nth-child(2) {
  opacity: 0;
}
.header-toggle span:nth-child(3) {
  bottom: 4px;
}
.js-open .header-toggle span:nth-child(3) {
  translate: 0 -7px;
  rotate: -45deg;
}
.footer {
  padding-inline: 20px;
  padding-block: 40px;
}
.footer .copy {
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
}
.main {
  display: block;
}
.main .inner {
  max-width: 1200px;
  margin-inline: auto;
}
.main .heading {
  margin-block-end: 30px;
  font-weight: 700;
  font-size: clamp(26px, 3.5vw, 46px);
  text-align: center;
}
.main .heading--w {
  color: #fff;
}
.main .heading span {
  color: #00a4e9;
  font-size: clamp(20px, 3.5vw, 34px);
}
.main .heading span i {
  display: inline-block;
  position: relative;
  font-style: normal;
}
.main .heading span i:before {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 5px;
  height: 5px;
  translate: -50%;
  border-radius: calc(infinity * 1px);
  background-color: #00a4e9;
  content: "";
}
.main .txt {
  line-height: 1.7;
  text-align: center;
}
.main .animation {
  opacity: 0;
  transition: 1s;
}
.main .animation.js-animation {
  opacity: 1;
}
.main .animation.fadeUp {
  transform: translateY(60px);
}
.main .animation.fadeUp.js-animation {
  transform: translateY(0);
}
.main .animation.blur {
  filter: blur(6px);
  opacity: 1;
}
.main .animation.blur.js-animation {
  filter: blur(0);
}
.main .animation.mv1 {
  opacity: 1;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}
.main .animation.mv1.js-animation {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.main .animation.mv2 {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.main .animation.mv2.js-animation {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
.mv {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  color: #111;
}
.mv-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.mv-img li {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.51, 0.35, 0.25, 0.98);
}
.mv-img li:nth-child(1) {
  transition-delay: 0s;
}
.mv-img li:nth-child(2) {
  transition-delay: 0.15s;
}
.mv-img li:nth-child(3) {
  transition-delay: 0.3s;
}
.mv-img li:nth-child(4) {
  transition-delay: 0.45s;
}
.js-mv .mv-img li {
  transform: translateZ(0);
  opacity: 1;
}
.mv-inner {
  position: relative;
  max-width: min(90%, 820px);
  margin-inline: auto;
  margin-block-start: -10.5vh;
  padding-inline: 20px;
  padding-block: 20px;
  border-radius: 10px;
  background-color: #00a4e9;
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
.js-mv .mv-inner {
  opacity: 1;
}
.mv-cacth {
  color: #fff;
  font-weight: 700;
  font-size: clamp(17px, 2.5vw, 22px);
  letter-spacing: 2px;
  text-align: center;
}
.mv .btn {
  margin-block-start: 40px;
}
.welcome {
  position: relative;
  padding-inline: 5vw;
  padding-block-start: 80px;
  background-color: #f5f5f5;
}
.welcome-illust {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.welcome-illust img {
  width: 100%;
}
.welcome-typography {
  margin-block-start: 50px;
}
.welcome-typography svg {
  z-index: 9998;
  position: relative;
}
.welcome-typography path {
  stroke: #00a4e9;
  fill: #fff;
  fill-opacity: 1;
  stroke-width: 0.5;
  stroke-dasharray: 2500;
  stroke-dashoffset: 0;
}
.what {
  z-index: 0;
  position: relative;
  margin-block-start: -80px;
  padding-inline: 5vw;
  padding-block: 150px 80px;
  background-color: #00a4e9;
}
.what:before {
  width: 100%;
  height: 100px;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
  position: absolute;
  inset: 0 auto auto 0;
  background-color: #f5f5f5;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.what:after {
  width: 100%;
  height: 100px;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
  position: absolute;
  inset: -1px auto auto 0;
  background-color: #f5f5f5;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.what-title {
  color: #fff;
  font-weight: 100;
  font-size: clamp(28px, 3.5vw, 50px);
  line-height: 1.4;
  text-align: center;
}
.what-title span {
  display: inline-block;
}
.what-cf {
  display: grid;
  position: relative;
  max-width: 840px;
  margin-inline: auto;
  margin-block-start: 50px;
  padding-inline: 25px;
  padding-block: 25px;
  gap: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.what-cf:before {
  width: 50px;
  height: 28.8675134595px;
  content: "";
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  margin: 0 auto;
  top: -25px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.what-cf-head {
  text-align: center;
}
.what-cf-title {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 50%, #c0ecff 50%);
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 26px);
}
.what-cf-list {
  margin-top: 20px;
}
.what-cf-list li {
  position: relative;
  margin-block-start: 10px;
  padding-inline-start: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
}
.what-cf-list li:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../assets/images/svg/check-icon.svg);
  background-size: 20px 20px;
  content: "";
}
.flow {
  padding-inline: 5vw;
  padding-block: 40px;
  background-color: #00a4e9;
}
.flow-title {
  margin-block-end: 30px;
  color: #fff;
  font-weight: 700;
  font-size: clamp(28px, 2.5vw, 50px);
  line-height: 1.5;
  text-align: center;
}
.flow-title > span {
  font-size: clamp(18px, 2.5vw, 24px);
}
.point {
  padding-inline: 5vw;
  padding-block: 80px;
  background-color: #f5f5f5;
}
.point-card {
  display: grid;
  gap: 20px;
}
.point-card__block {
  padding-inline: 20px;
  padding-block: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 8px 1px #1111111a;
}
.point-illust {
  margin-inline: auto;
}
.point-illust img {
  width: 100%;
}
.point-title {
  margin-block: 30px 10px;
  font-weight: 700;
  font-size: clamp(20px, 2.5vw, 24px);
  line-height: 1.5;
}
.point-txt {
  line-height: 1.8;
}
.point-txt span {
  color: #ffb600;
  font-weight: 700;
}
.point-arrow {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: 30px;
}
.point-advice {
  max-width: 860px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 8px 1px #1111111a;
}
.point-advice-txt {
  margin-block-end: 5px;
  font-weight: 700;
  font-size: clamp(20px, 2.5vw, 26px);
  text-align: center;
}
.point-advice-block {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 15px;
}
.point-advice-block:has(:first-child) {
  margin-block-start: 30px;
}
.point-advice-block .pab-body-title {
  margin-block-end: 10px;
  font-weight: 700;
  font-size: clamp(17px, 2.5vw, 22px);
  line-height: 1.4;
}
.point-advice-block .pab-body-txt {
  font-size: clamp(14px, 2.5vw, 17px);
  line-height: 1.6;
}
.point-advice-catch {
  margin-block-start: 40px;
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 30px);
  text-align: center;
}
.strength {
  padding-inline: 5vw;
  padding-block: 80px;
}
.strength-card {
  display: grid;
  margin-block-start: 60px;
  gap: 50px;
}
.strength-card__block {
  position: relative;
  padding-inline: 20px;
  padding-block: 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 8px 1px #1111111a;
}
.strength-num {
  display: grid;
  position: absolute;
  place-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  top: -35px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: calc(infinity * 1px);
  background-color: #ffb600;
  color: #fff;
  font-size: 34px;
  font-family: Oswald, sans-serif;
}
.strength-illust {
  margin-inline: auto;
}
.strength-illust img {
  width: 100%;
}
.strength-title {
  margin-block: 30px 10px;
  color: #00a4e9;
  font-weight: 700;
  font-size: clamp(20px, 2.5vw, 24px);
  line-height: 1.5;
  text-align: center;
}
.strength-txt {
  line-height: 1.8;
}
.strength-txt span {
  color: #ffb600;
  font-weight: 700;
}
.strength-catch {
  margin-block-start: 50px;
  font-weight: 700;
  font-size: clamp(20px, 3.5vw, 27px);
  line-height: 1.4;
  text-align: center;
}
.home-company {
  padding-inline: 20px;
  padding-block: 80px;
  background-color: #fafafa;
}
.home-company-block {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  margin-top: 20px;
  padding-inline: 20px;
  padding-block: 20px;
  background-color: #fff;
}
.home-company-block:not(:first-child) {
  margin-top: 5px;
}
.home-company-block dt {
  color: #c1c1c1;
  font-weight: 700;
  font-size: clamp(14px, 2.5vw, 18px);
}
.home-company-block dd {
  font-size: clamp(14px, 2.5vw, 17px);
  line-height: 1.5;
}
.home-company-block dd a {
  color: #00a4e9;
  text-decoration: underline;
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
@media not all and (min-width: 1024px) {
  .pc {
    display: none;
  }
  .header-inner {
    visibility: hidden;
    left: 0;
    width: 100%;
    opacity: 0;
  }
  .js-open .header-inner {
    height: calc(100vh - 53px);
  }
  .header-nav {
    -ms-overflow-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    margin-top: -53px;
    background: #00a4e9;
    scrollbar-width: none;
  }
  .mv-img li:nth-child(n + 3) {
    display: none;
  }
  .what-cf-head figure {
    width: 200px;
    margin-inline: auto;
  }
  .what-cf-title {
    margin-inline: auto;
  }
}
.program {
  max-width: 860px;
  margin: 60px auto 0;
}
.program-inner {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid;
  border-radius: 8px;
  background-color: #fff;
}
.program-title {
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 20px;
  position: relative;
}
.program-title:before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #222;
  position: absolute;
  bottom: 0;
  left: -15px;
  transform: rotate(-25deg);
}
.program-title:after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #222;
  position: absolute;
  bottom: 0;
  right: -15px;
  transform: rotate(25deg);
}
.program-txt {
  line-height: 1.8;
}
.program-en {
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
}
.program-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.program-list li {
  text-align: center;
  color: #fff;
  line-height: 1.6;
  padding: 15px;
  background-color: #00a4e9;
  border-radius: 8px;
}
.program-price {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 65.5px;
  }
  .sp {
    display: none;
  }
  .btn {
    margin-block-start: 60px;
  }
  .btn a {
    max-width: 380px;
    padding: 20px;
  }
  .header {
    padding: 20px;
  }
  .header-company {
    font-size: 28px;
  }
  .fix-header .header-company {
    font-size: 22px;
  }
  .header-inner {
    top: 0;
    right: 0;
  }
  .header-nav {
    padding: 0 15px;
  }
  .header-nav {
    display: flex;
    gap: 20px;
  }
  .header-nav-menu {
    display: flex;
    gap: 30px;
  }
  .header-nav-menu li {
    padding: 25px 0;
  }
  .fix-header .header-nav-menu li {
    padding: 22px 0;
  }
  .header-nav-menu a {
    font-size: 18px;
  }
  .header-toggle {
    display: none;
  }
  .footer {
    padding-block: 60px;
  }
  .main .heading {
    margin-block-end: 40px;
    letter-spacing: 2px;
  }
  .main .heading span i:before {
    top: -15px;
    width: 8px;
    height: 8px;
  }
  .mv-img {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .mv-inner {
    margin-block-start: -15vh;
    padding-inline: 60px;
    padding-block: 30px;
    transition-delay: 1s;
  }
  .welcome {
    padding-block-start: 160px;
  }
  .welcome-typography {
    margin-block-start: 160px;
  }
  .what {
    padding-block: 200px 140px;
  }
  .what:before {
    height: 150px;
  }
  .what:after {
    height: 150px;
  }
  .what-cf {
    grid-template-columns: 150px 1fr;
    align-items: center;
    padding-inline: 40px;
    padding-block: 40px;
    gap: 35px;
  }
  .flow {
    padding-block: 50px;
  }
  .point {
    padding-block: 140px;
  }
  .point-card {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .point-card__block {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    padding-inline: 30px;
    padding-block: 30px;
    grid-row-gap: 0;
  }
  .point-title {
    display: grid;
    place-items: center;
    margin-block: 50px 20px;
    text-align: center;
  }
  .point-advice {
    padding-inline: 60px;
    padding-block: 60px;
  }
  .point-advice-block {
    grid-template-columns: 150px 1fr;
    align-items: center;
    gap: 30px;
  }
  .point-advice-block:has(:first-child) {
    margin-block-start: 60px;
  }
  .strength {
    padding-block: 140px;
  }
  .strength-card {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .strength-card__block {
    padding-inline: 30px;
  }
  .strength-title {
    margin-block: 50px 20px;
  }
  .home-company {
    padding-block: 120px;
  }
  .home-company-block {
    grid-template-columns: 200px 1fr;
    margin-top: 40px;
    padding-inline: 60px;
    padding-block: 30px;
  }
  .map {
    padding-top: 35%;
  }
  .program {
    margin-top: 80px;
    padding: 60px;
    border-radius: 16px;
  }
  .program-inner {
    padding: 60px;
    border-radius: 16px;
  }
  .program-title {
    font-size: 24px;
  }
  .program-txt {
    text-align: center;
  }

  .program-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .program-list li {
    font-size: 18px;
  }
  .program-price {
    font-size: 24px;
    margin-top: 40px;
    text-align: right;
  }
}
@media (any-hover: hover) {
  .btn a:hover {
    transform: translateY(5px);
    box-shadow: none;
  }
  .btn a:hover:before {
    display: none;
  }
  .btn a:hover:after {
    right: 20px;
  }
  .header-nav-menu a:hover {
    text-decoration: underline;
  }
  .home-company-block dd a:hover {
    text-decoration: none;
  }
}
