@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

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

ol, ul {
  list-style: none;
  list-style-position: inside;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --wrapper: 120.0rem;
  --wrapper-padding: 2rem;
  --space: max(
  	2rem,
  	calc( ( 100% - var(--wrapper) ) / 2)
  );
  --c-wrapper: 107.5rem;
  --c-wrapper-padding: 2rem;
  --c-space: max(
  	2rem,
  	calc((100% - calc(var(--c-wrapper) - var(--c-wrapper-padding) * 2)) / 2)
  );
}

.wrapper {
  padding-left: var(--space) !important;
  padding-right: var(--space) !important;
}

.c_wrapper {
  padding-left: var(--c-space) !important;
  padding-right: var(--c-space) !important;
}

.w800 {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-left: var(--space) !important;
  padding-right: var(--space) !important;
}
@media screen and (min-width: 768px) {
  .w800 {
    padding-left: unset !important;
    padding-right: unset !important;
  }
}

html {
  font-feature-settings: "palt";
  font-size: 62.5%;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #EFF3F5;
}
html[lang=ja] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}

body {
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-rendering: optimizeSpeed;
  min-width: initial;
}
@media screen and (min-width: 768px) {
  body {
    letter-spacing: 0.12em;
  }
}

main h1, main h2, main h3, main h4, main h5, main h6 {
  line-height: 1.5;
}
main > .flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  main > .flex {
    flex-direction: row;
    gap: 8rem;
  }
  main > .flex > section {
    flex: 1;
  }
}
main > .white {
  background: #FFFFFF;
}
main > .white:has(.links) {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  main > .white:has(.links) {
    padding-bottom: 8rem;
  }
}
main section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  main section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
main p {
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  font-weight: 400;
  line-height: 2.4;
}
main p.center {
  text-align: center;
}

a {
  color: #232323;
  text-decoration: none;
}
a:active, a:hover {
  color: #232323;
}

@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}
.container {
  position: relative;
}

br.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
}
a {
  color: #232323;
  text-decoration: none;
}
a:active, a:hover {
  color: unset;
}
a.txtlink {
  color: #0080ff;
  border-bottom: solid 1px #0080ff;
}

figure {
  overflow: clip;
}
figure.img {
  aspect-ratio: 3/2;
}
figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.gmaps {
  aspect-ratio: 1/1;
}
.gmaps iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .gmaps {
    aspect-ratio: unset;
    height: 45rem;
  }
}

.-open-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2.6rem;
  height: 2.6rem;
  transform: rotate(0deg);
  border-radius: 50%;
  background: rgba(26, 113, 201, 0.3);
  margin-left: auto;
  cursor: pointer;
  z-index: 100;
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
}
@media screen and (min-width: 768px) {
  .-open-close {
    width: 4rem;
    height: 4rem;
  }
}
.-open-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 50%;
  background: #FFFFFF;
}
.-open-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 2px;
  background: #FFFFFF;
}
.-open-close.clicked {
  transform: rotate(180deg);
}
.-open-close.clicked::before {
  width: 0;
}

header {
  width: 100%;
  z-index: 10;
  padding: 0.5rem;
}
header .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .sitetitle {
  width: fit-content;
}
header .sitetitle a {
  display: block;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  header .sitetitle a {
    height: 5rem;
  }
}
header .sitetitle a img {
  width: auto;
  height: 100%;
}
header .btn-list {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: row;
  width: 100%;
}
header .btn-list li {
  flex: 1;
}
@media screen and (min-width: 768px) {
  header .btn-list li {
    flex: unset;
  }
}
@media screen and (min-width: 768px) {
  header .btn-list {
    position: unset;
    bottom: unset;
    right: unset;
    z-index: unset;
    gap: 1rem;
    width: fit-content;
    margin-inline: auto;
  }
}
header .btn-list .btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  background: #D7D7D7;
  padding: 1.3rem 2rem;
}
@media screen and (min-width: 768px) {
  header .btn-list .btn a {
    border-radius: 2rem;
    border: solid 0.1rem rgba(255, 255, 255, 0.5);
    padding: 0.5rem 2rem;
  }
}
header .btn-list .btn a span {
  display: block;
}
header .btn-list .btn a .tit {
  font-size: clamp(1.3rem, 1.225rem + 0.2vw, 1.4rem);
}
header .btn-list .btn a .txt {
  display: none;
}
header .btn-list .btn.b a {
  background: #1a71c9;
}
header .btn-list .btn.o a {
  background: #FF9328;
}

.container {
  padding-bottom: 4.94rem;
}
@media screen and (min-width: 768px) {
  .container {
    padding-bottom: unset;
  }
}

footer a {
  color: #FFFFFF;
}
footer .c-bg--white {
  background: #ffffff;
}
footer .p-footer__copy {
  position: relative;
  height: 191px;
  background: url(https://haa.athuman.com/images/it/bg_footer.png) center/cover no-repeat;
}
footer .p-footer__copy p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
footer .p-footer__copy p img {
  display: block;
  width: 311px;
  height: auto;
  margin: 0 auto;
}
footer .p-footer__credit {
  padding: 24px 0;
  text-align: center;
  color: #fff;
  background: #333;
}
footer .p-footer__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  font-size: 12px;
}
footer .p-footer__credit small {
  display: block;
  margin-top: 12px;
  font-size: 11px;
}
footer .p-footer__certification {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
footer .p-footer__certification__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
  font-size: 1.2rem;
  font-weight: 400;
}
footer .p-footer__certification__list__item {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  column-gap: 1rem;
  font-size: 12px;
}
footer footer img {
  border-style: none;
}
footer .p-footer__logo {
  margin-bottom: 74px;
  text-align: center;
}
footer .p-footer__logo a {
  display: inline-block;
}
footer .p-footer__nav li:not(:first-of-type) {
  padding-right: 12px;
}
footer .p-footer__nav-blank {
  position: relative;
  font-size: 12px;
  font-weight: 400;
}
footer .p-footer__nav-blank:first-of-type {
  margin-left: 0;
}
footer .p-footer__nav-blank::before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 51%;
  right: -16px;
  transform: translateY(-50%);
  background: url(https://haa.athuman.com/common/images/icon_blank.png) right/cover no-repeat;
}
footer .p-footer__nav li + li {
  padding-left: 12px;
  border-left: 1px solid;
}
@media screen and (min-width: 768px) {
  footer .p-footer__copy {
    height: 560px;
  }
  footer .p-footer__copy p {
    font-size: 5.21vw;
  }
  footer .p-footer__copy p img {
    width: 47.82vw;
  }
  footer .p-footer__certification {
    margin-top: 74px;
    margin-bottom: 37px;
  }
  footer .p-footer__certification__list {
    gap: 3rem;
  }
  footer .p-footer__nav {
    gap: 30px;
  }
  footer .p-footer__nav li + li {
    padding-left: unset;
    border-left: unset;
  }
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 6rem;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 2rem;
    bottom: 2rem;
  }
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(245, 245, 245, 0.7);
  border-radius: 1rem;
}
.pagetop a img {
  width: 0.9rem;
  height: 1rem;
}

#ai-standard .bg.hero {
  background: linear-gradient(177.6deg, #33b7de 0%, #9670ad 100%);
}
@media screen and (min-width: 768px) {
  #ai-standard .bg.hero {
    max-height: 60rem;
  }
}
#ai-standard .bg.concept {
  position: relative;
}
#ai-standard .bg.concept .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ai-standard .bg.concept .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#ai-standard .bg.concept::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 100% 72.7% at 50% 100%, #000000 0%, #0062c1 100%);
  opacity: 0.8;
}
#ai-standard .bg.grid {
  background: url(../image/bg_grid.svg) repeat 0 0;
}
#ai-standard .bg.cyber {
  position: relative;
  background: radial-gradient(ellipse 100% 150% at 50% 100%, #5bb1f0 0%, #23283e 100%);
  overflow: hidden;
}
#ai-standard .bg.cyber::after {
  content: "";
  position: absolute;
  bottom: -15rem;
  right: -15rem;
  z-index: 1;
  width: 81.8rem;
  height: 71rem;
  background: url(../image/bg_cta_r.svg) no-repeat 0 0/100% auto;
}
@media screen and (min-width: 768px) {
  #ai-standard .bg.cyber::before {
    content: "";
    position: absolute;
    top: -15rem;
    left: -15rem;
    z-index: 1;
    width: 81.8rem;
    height: 71rem;
    background: url(../image/bg_cta_l.svg) no-repeat 0 0/100% auto;
  }
}
#ai-standard .bg.developer {
  background: #FFFFFF url(../image/bg_blur.png) no-repeat center top/180% auto;
}
@media screen and (min-width: 768px) {
  #ai-standard .bg.developer {
    background: #FFFFFF url(../image/bg_blur.png) no-repeat center top/100% auto;
  }
}
#ai-standard .bg.flow {
  position: relative;
  background: linear-gradient(to top right, #1a71c9, #39a1aa);
}
#ai-standard .bg.flow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1920/685;
  background: url(../image/bg_wave.svg) no-repeat 0 0/100% auto;
}
#ai-standard .bg.course {
  background: linear-gradient(to right, #deecff, #e3f6df);
}
#ai-standard .bg.white {
  background: #FFFFFF;
}
#ai-standard section .heading {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #ai-standard section .heading {
    margin-bottom: 5rem;
  }
}
#ai-standard section .heading h2 {
  font-size: clamp(2rem, 1.25rem + 2vw, 3rem);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #ai-standard section .heading h2 {
    letter-spacing: 0.12em;
  }
}
#ai-standard section .heading h2.fukidashi {
  position: relative;
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
  color: #1a71c9;
  width: fit-content;
  padding: 1rem 5rem;
  border-radius: 5rem;
  background: #FFFFFF;
  margin-inline: auto;
}
#ai-standard section .heading h2.fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
#ai-standard section .heading h2:has(+ p) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #ai-standard section .heading h2:has(+ p) {
    margin-bottom: 3rem;
  }
}
#ai-standard section .heading p {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  font-weight: 500;
}
#ai-standard section .heading p.copy {
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
  font-weight: 500;
}
#ai-standard section .heading p.lead {
  font-size: clamp(1.7rem, 1.475rem + 0.6vw, 2rem);
}
#ai-standard section .heading p:has(+ p) {
  margin-bottom: 1em;
}
#ai-standard section .banner {
  max-width: 100rem;
  margin-inline: auto;
}
#ai-standard section .banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#ai-standard section .banner figcaption {
  margin-top: 1rem;
}
#ai-standard section .banner figcaption ul {
  width: fit-content;
  margin-left: auto;
}
#ai-standard section .banner figcaption ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#ai-standard section .banner figcaption ul li::before {
  content: "※";
  font-feature-settings: "initial";
}
#ai-standard section .banner .pc {
  display: none;
}
#ai-standard section .banner .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #ai-standard section .banner .pc {
    display: block;
  }
  #ai-standard section .banner .sp {
    display: none;
  }
}
#ai-standard section:has(.banner) {
  padding-bottom: 0;
}
#ai-standard section p {
  line-height: 1.8;
}
#ai-standard section p.lead {
  font-size: clamp(1.7rem, 1.475rem + 0.6vw, 2rem);
  font-weight: 500;
}
#ai-standard #mv {
  position: relative;
  color: #1a71c9;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#ai-standard #mv .flex {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #mv .flex {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
  }
}
#ai-standard #mv .titleblock {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #mv .titleblock {
    width: fit-content;
  }
}
#ai-standard #mv .visual {
  flex: 1;
  height: 100%;
}
#ai-standard #mv .label {
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.6;
  color: #1a71c9;
}
#ai-standard #mv .label span {
  background: #FFFFFF;
  padding: 0 0.5rem;
}
#ai-standard #mv .title {
  font-size: clamp(3.7rem, 2.575rem + 3vw, 5.2rem);
  font-weight: 900;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
}
#ai-standard #mv .title span {
  display: block;
  position: relative;
  width: fit-content;
}
#ai-standard #mv .title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 1.2rem;
  margin-top: 2rem;
  background: #dbce30;
  border-radius: 1px;
  opacity: 0.95;
}
#ai-standard #mv .title span.sub {
  font-size: 2rem;
}
#ai-standard #mv .lead {
  font-size: clamp(1.8rem, 1.2rem + 1.6vw, 2.6rem);
  font-weight: 900;
  line-height: 1.5;
}
#ai-standard #mv .points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #ai-standard #mv .points {
    grid-template-columns: repeat(3, 1fr);
  }
}
#ai-standard #mv .point {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.161);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #1a71c9;
}
@media screen and (min-width: 768px) {
  #ai-standard #mv .point {
    min-height: 9rem;
    padding: 1rem 0.5rem;
  }
}
#ai-standard #mv .banner {
  height: 5rem;
  aspect-ratio: 46/22;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  #ai-standard #mv .banner {
    height: 5rem;
  }
}
#ai-standard #mv .visual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: calc(var(--space) * -1);
  margin-right: calc(var(--space) * -1);
}
#ai-standard #mv .visual.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #ai-standard #mv .visual {
    gap: 2rem;
  }
  #ai-standard #mv .visual.sp {
    display: none;
  }
  #ai-standard #mv .visual.pc {
    display: grid;
  }
}
#ai-standard #mv .visual .photo {
  aspect-ratio: 2/3;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  #ai-standard #mv .visual .photo {
    border-radius: 2rem;
  }
}
#ai-standard #mv .visual .photo:nth-of-type(1) img {
  object-position: 70%;
}
#ai-standard #mv .visual .photo:nth-of-type(2) img {
  object-position: 30%;
}
#ai-standard #worries .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem 0;
  gap: 1rem;
}
#ai-standard #worries .content figure {
  order: 2;
}
#ai-standard #worries .content ul {
  order: 1;
  display: grid;
  place-items: center;
  gap: 1rem;
}
#ai-standard #worries .content ul li {
  width: fit-content;
  padding: 0.5rem 1.5rem;
  border-radius: 5rem;
  background: #FFFFFF;
  font-size: clamp(1.7rem, 1.475rem + 0.6vw, 2rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #ai-standard #worries .content {
    gap: unset;
  }
  #ai-standard #worries .content figure {
    order: unset;
  }
  #ai-standard #worries .content ul {
    order: unset;
    display: unset;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  #ai-standard #worries .content ul li {
    position: absolute;
    top: 0;
    left: 50%;
  }
  #ai-standard #worries .content ul li:nth-of-type(1) {
    transform: translateX(-110%) translateY(0%);
  }
  #ai-standard #worries .content ul li:nth-of-type(2) {
    top: 50%;
    transform: translateX(-150%) translateY(-50%);
  }
  #ai-standard #worries .content ul li:nth-of-type(3) {
    top: 50%;
    transform: translateX(30%) translateY(-50%);
  }
  #ai-standard #worries .content ul li:nth-of-type(4) {
    top: 100%;
    transform: translateX(-130%) translateY(-100%);
  }
  #ai-standard #worries .content ul li:nth-of-type(5) {
    top: 100%;
    transform: translateX(20%) translateY(-100%);
  }
}
#ai-standard #concept {
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 2;
}
#ai-standard #concept .content p {
  font-weight: 500;
  line-height: 2.4;
}
#ai-standard #concept .content p:has(+ p) {
  margin-bottom: 1em;
}
#ai-standard #concept .content .app-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  list-style: none;
  margin: 3rem 0;
  padding: 0;
}
#ai-standard #concept .content .icon {
  width: 5rem;
  height: 5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
}
#ai-standard #concept .content .icon img {
  width: 100%;
  height: 100%;
}
#ai-standard #concept .content .img {
  width: 100%;
  height: auto;
  margin-inline: auto;
}
#ai-standard #concept .content .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  #ai-standard #concept .content .img {
    height: 40rem;
    width: fit-content;
    margin-inline: auto;
  }
  #ai-standard #concept .content .img img {
    height: 100%;
    width: auto;
    object-fit: contain;
  }
}
#ai-standard #learn .learn-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #learn .learn-list {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 440px 440px;
  }
}
#ai-standard #learn .learn-list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  #ai-standard #learn .learn-list li:nth-of-type(1) {
    grid-column: span 4;
  }
  #ai-standard #learn .learn-list li:nth-of-type(2) {
    grid-column: span 4;
  }
  #ai-standard #learn .learn-list li:nth-of-type(3) {
    grid-column: span 4;
  }
  #ai-standard #learn .learn-list li:nth-of-type(4) {
    grid-column: span 4;
  }
}
#ai-standard #learn .learn-list li .img {
  position: relative;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #learn .learn-list li .img {
    aspect-ratio: unset;
    height: 100%;
    width: auto;
  }
}
#ai-standard #learn .learn-list li .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 37.9%, #000000 100%);
  mix-blend-mode: multiply;
}
#ai-standard #learn .learn-list li .content {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  color: #FFFFFF;
}
#ai-standard #learn .learn-list li .content h3 {
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
#ai-standard #learn .learn-list li .content p {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #ai-standard #learn .learn-list li .content h3 {
    font-size: clamp(2rem, 1.25rem + 2vw, 3rem);
    font-weight: 500;
  }
  #ai-standard #learn .learn-list li .content p {
    font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  }
}
#ai-standard #feature .feature-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #feature .feature-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
#ai-standard #feature .feature-list > li > span {
  display: block;
  width: fit-content;
  color: #FFFFFF;
  font-weight: 700;
  background: linear-gradient(90deg, #45e0e6, #0ba1ff);
  padding: 0.5rem 1.5rem;
  margin-bottom: 2rem;
}
#ai-standard #feature .feature-list > li h3 {
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
  margin-bottom: 3rem;
}
#ai-standard #feature .feature-list > li > ul > li {
  position: relative;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  font-weight: 700;
  padding-left: 1rem;
  margin-left: 1em;
}
#ai-standard #feature .feature-list > li > ul > li:has(+ li) {
  margin-bottom: 1rem;
}
#ai-standard #feature .feature-list > li > ul > li::before {
  content: url(../image/icon_check.svg);
  position: absolute;
  top: 0.2rem;
  right: 100%;
  width: 1.88rem;
  height: 1.77rem;
}
#ai-standard #feature .feature-list > li > ul > li ul {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  font-weight: 400;
}
#ai-standard #feature .feature-list > li > ul > li ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#ai-standard #feature .feature-list > li > ul > li ul li::before {
  content: "・";
  font-feature-settings: "initial";
}
#ai-standard #support .support-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5rem;
  max-width: 100rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #ai-standard #support .support-list {
    gap: 8rem;
  }
}
#ai-standard #support .support-list li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #support .support-list li {
    flex-direction: row;
    align-items: center;
    gap: 5rem;
  }
}
#ai-standard #support .support-list li .img {
  position: relative;
  flex: 1;
  align-self: 3/2;
  border-radius: 2rem;
}
#ai-standard #support .support-list li .img figcaption {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 2;
  color: #FFFFFF;
  font-size: clamp(1.7rem, 1.475rem + 0.6vw, 2rem);
  line-height: 1.5;
  border-radius: 1rem;
  border: solid 0.1rem #FFFFFF;
  padding: 1rem;
}
#ai-standard #support .support-list li .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 37.9%, #000000 100%);
  mix-blend-mode: multiply;
}
#ai-standard #support .support-list li .content {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #support .support-list li .content {
    margin-top: 0;
    width: 55rem;
  }
}
#ai-standard #support .support-list li .content h3 {
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #support .support-list li .content h3 {
    margin-bottom: 2rem;
  }
}
#ai-standard #support .support-list li .content h4 {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  margin-bottom: 1rem;
}
#ai-standard #support .support-list li .content p {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  font-weight: 500;
}
#ai-standard #support .support-list li .content p:has(+ *) {
  margin-bottom: 1rem;
}
#ai-standard #support .support-list li .content ul.check li {
  position: relative;
  font-weight: 500;
  padding-left: 0.5rem;
  margin-left: 1em;
}
#ai-standard #support .support-list li .content ul.check li:has(+ li) {
  margin-bottom: 0.5rem;
}
#ai-standard #support .support-list li .content ul.check li::before {
  content: url(../image/icon_check.svg);
  position: absolute;
  top: 0.25rem;
  right: 100%;
  width: 1.88rem;
  height: 1.77rem;
}
#ai-standard #cta {
  position: relative;
  z-index: 5;
  color: #FFFFFF;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
#ai-standard #cta .balloon {
  position: absolute;
  top: 1rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  aspect-ratio: 1/1;
  padding: 2rem;
  border-radius: 50%;
  background: #1a71c9;
}
@media screen and (min-width: 768px) {
  #ai-standard #cta .balloon {
    top: 3rem;
    right: var(--space);
    transform: translateX(-100%) rotate(-5deg);
  }
}
#ai-standard #cta .balloon span {
  display: block;
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #ai-standard #cta .balloon span {
    font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  }
}
#ai-standard #cta .balloon span::before {
  display: block;
  content: url(../image/icon_laptop.svg);
}
#ai-standard #cta .btn-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #ai-standard #cta .btn-list {
    flex-direction: row;
    gap: 5rem;
  }
}
#ai-standard #cta .btn-list .btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.5rem;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  border-radius: 2rem;
  border: solid 0.1rem rgba(255, 255, 255, 0.5);
  background: #D7D7D7;
  padding: 2rem 0;
}
#ai-standard #cta .btn-list .btn a span {
  display: block;
}
#ai-standard #cta .btn-list .btn a .tit {
  font-size: clamp(1.7rem, 1.475rem + 0.6vw, 2rem);
}
#ai-standard #cta .btn-list .btn.b a {
  background: #1a71c9;
}
#ai-standard #cta .btn-list .btn.o a {
  background: #FF9328;
}
#ai-standard #developer .grid {
  display: grid;
  gap: 5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #developer .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem;
    margin-bottom: 8rem;
  }
  #ai-standard #developer .grid > div:nth-of-type(1) {
    grid-column: span 1;
  }
  #ai-standard #developer .grid > div:nth-of-type(2) {
    grid-column: span 1;
    grid-row: span 2;
  }
  #ai-standard #developer .grid > div:nth-of-type(3) {
    grid-column: span 1;
  }
}
#ai-standard #developer .comment {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #developer .comment {
    flex-direction: row;
    gap: 8rem;
  }
}
#ai-standard #developer .comment .content h3 {
  font-size: clamp(2rem, 1.25rem + 2vw, 3rem);
  margin-bottom: 3rem;
}
#ai-standard #developer .comment .content p {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  font-weight: 500;
  line-height: 2.4;
}
#ai-standard #developer .who {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #ai-standard #developer .who {
    gap: 3rem;
  }
}
#ai-standard #developer .who .img {
  width: 37.5%;
  aspect-ratio: 2/3;
}
@media screen and (min-width: 768px) {
  #ai-standard #developer .who .img {
    width: 35%;
  }
}
#ai-standard #developer .who .img img {
  transform: scale(1.15);
  object-position: center top;
}
#ai-standard #developer .who .body {
  font-weight: 500;
}
#ai-standard #developer .who .body ul {
  margin-bottom: 1rem;
}
#ai-standard #developer .who .body ul li:has(+ li) {
  margin-bottom: 0.5rem;
}
#ai-standard #developer .who .body p {
  font-weight: 500;
}
#ai-standard #developer .points {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5rem;
  max-width: 100rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #ai-standard #developer .points {
    gap: 8rem;
  }
}
#ai-standard #developer .points .point {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #developer .points .point {
    flex-direction: row;
    align-items: center;
    gap: 5rem;
  }
}
#ai-standard #developer .points .point .img {
  flex: 1;
  align-self: 3/2;
  border-radius: 2rem;
}
#ai-standard #developer .points .point .content {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #developer .points .point .content {
    width: 63rem;
    margin-top: 0;
  }
}
#ai-standard #developer .points .point .content h3 {
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #developer .points .point .content h3 {
    margin-bottom: 2rem;
  }
}
#ai-standard #developer .points .point .content p {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  font-weight: 500;
  line-height: 1.8;
}
#ai-standard #developer .points > p {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  font-weight: 500;
}
#ai-standard #developer .introduction {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 2rem;
  border: solid 0.1rem rgba(26, 113, 201, 0.5);
  background: rgba(255, 255, 255, 0.2);
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #developer .introduction {
    gap: 6rem;
    padding: 6rem;
    padding: 3rem;
  }
}
#ai-standard #developer .introduction .img {
  position: relative;
  flex: 1;
  border-radius: 2rem;
}
#ai-standard #developer .introduction .img figcaption {
  position: absolute;
  bottom: 40%;
  right: 2rem;
  transform: translateY(50%);
  z-index: 2;
  width: 30%;
  color: #FFFFFF;
  font-size: clamp(1.7rem, 1.475rem + 0.6vw, 2rem);
}
#ai-standard #developer .introduction .content h3 {
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
  margin-bottom: 2rem;
}
#ai-standard #developer .introduction .content p {
  font-weight: 500;
}
#ai-standard #developer .introduction .content p:has(+ p) {
  margin-bottom: 1em;
}
#ai-standard #flow {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  text-align: center;
}
#ai-standard #flow .flow--steps {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #flow .flow--steps {
    flex-direction: row;
    gap: 5rem;
  }
}
#ai-standard #flow .flow--steps li {
  flex: 1;
}
#ai-standard #flow .flow--steps .step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.75);
  padding: 2.5rem 0;
}
#ai-standard #flow .flow--steps .step span {
  color: #1a71c9;
  font-weight: 700;
}
#ai-standard #flow .flow--steps .step h3 {
  font-size: clamp(1.7rem, 1.475rem + 0.6vw, 2rem);
  color: #232323;
}
#ai-standard #flow .flow--steps .step::after {
  content: url(../image/icon_arr.svg);
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  width: 1.1971rem;
  height: 2.2441rem;
  transform: rotate(90deg) translateX(-50%);
}
@media screen and (min-width: 768px) {
  #ai-standard #flow .flow--steps .step::after {
    top: 50%;
    left: calc(100% + 2rem);
    width: 1.1971rem;
    height: 2.2441rem;
    transform: translateY(-50%);
  }
}
#ai-standard #flow .flow--steps .step:last-of-type::after {
  display: none;
}
#ai-standard #flow .flow-note {
  text-align: center;
  margin-top: 5rem;
}
#ai-standard #flow .flow-note h3 {
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
  margin-bottom: 2rem;
}
#ai-standard #flow .flow-note ol {
  text-align: left;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 2rem;
}
#ai-standard #flow .flow-note ol li {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
}
#ai-standard #flow .flow-note p {
  font-size: clamp(1.7rem, 1.475rem + 0.6vw, 2rem);
  font-weight: 500;
}
#ai-standard #curriculum .curriculum--list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
  max-width: 100rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #ai-standard #curriculum .curriculum--list {
    gap: 6rem;
  }
}
#ai-standard #curriculum .curriculum--list > div {
  position: relative;
  border-radius: 3rem;
  background: #FFFFFF;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #curriculum .curriculum--list > div {
    padding: 3rem;
  }
}
#ai-standard #curriculum .curriculum--list dt {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
#ai-standard #curriculum .curriculum--list dt .step {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  color: #FFFFFF;
  font-weight: 700;
  background: #1a71c9;
  padding: 0.5rem 1.5rem;
}
#ai-standard #curriculum .curriculum--list dt .title {
  color: #1a71c9;
  font-size: clamp(2rem, 1.25rem + 2vw, 3rem);
  font-weight: 700;
}
#ai-standard #curriculum .curriculum--list dd div {
  padding: 2rem;
}
#ai-standard #curriculum .curriculum--list dd div h3 {
  font-size: clamp(1.7rem, 1.475rem + 0.6vw, 2rem);
  margin-bottom: 1rem;
}
#ai-standard #curriculum .curriculum--list dd div p {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  font-weight: 500;
}
#ai-standard #curriculum .curriculum--list dd div:nth-of-type(even) {
  background: rgba(26, 113, 201, 0.07);
}
#ai-standard #curriculum .curriculum--list dd div:has(+ div) {
  border-bottom: solid 0.1rem rgba(215, 215, 215, 0.3);
}
#ai-standard #price .amount {
  text-align: center;
}
#ai-standard #price .amount hr {
  border: solid 0.1rem #D7D7D7;
  margin: 3rem 0 5rem;
}
#ai-standard #price .amount h3 {
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
  color: #FFFFFF;
  padding: 1rem 3rem;
  background: linear-gradient(to top right, #1a71c9, #39a1aa);
}
#ai-standard #price .amount h4 {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(1.7rem, 1.475rem + 0.6vw, 2rem);
  color: #FFFFFF;
  padding: 0.5rem 3rem;
  border-radius: 5rem;
  background: #E64E4E;
  margin-top: 3rem;
}
#ai-standard #price .amount h4::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 80px solid rgba(230, 78, 78, 0.3);
  border-bottom: 0;
}
#ai-standard #price .amount .other {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  font-weight: 700;
  color: rgba(35, 35, 35, 0.5);
}
#ai-standard #price .amount .price {
  font-size: 5rem;
  font-weight: 700;
}
#ai-standard #price .amount .price span {
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
}
#ai-standard #price .amount .reskilling {
  font-size: 5rem;
  font-weight: 700;
  color: #E64E4E;
}
#ai-standard #price .amount .reskilling span {
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  padding: 0 0.5rem;
}
#ai-standard #price .amount .reskilling span.square {
  border: solid 0.1rem #E64E4E;
}
#ai-standard #price .amount .notes {
  text-align: left;
  width: fit-content;
  margin-inline: auto;
}
#ai-standard #price .amount .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
#ai-standard #price .amount .notes li::before {
  content: "※";
  font-feature-settings: "initial";
}
#ai-standard #price .breakdown--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: solid 0.1rem #D7D7D7;
  border-left: solid 0.1rem #D7D7D7;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #price .breakdown--list {
    grid-template-columns: repeat(4, 1fr);
  }
}
#ai-standard #price .breakdown--list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-bottom: solid 0.1rem #D7D7D7;
  border-right: solid 0.1rem #D7D7D7;
  padding: 3rem 0;
}
#ai-standard #price .breakdown--list li h4 {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
}
#ai-standard #price .breakdown--list li p {
  font-size: clamp(1.7rem, 1.475rem + 0.6vw, 2rem);
  font-weight: 500;
}
#ai-standard #price .breakdown--list li p span {
  font-size: 1.2rem;
}
#ai-standard #price .price-notes {
  width: fit-content;
  margin-inline: auto;
  margin-top: 5rem;
}
#ai-standard #price .price-notes li {
  position: relative;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  font-weight: 500;
  padding-left: 1rem;
  margin-left: 1em;
}
#ai-standard #price .price-notes li:has(+ li) {
  margin-bottom: 1rem;
}
#ai-standard #price .price-notes li::before {
  content: url(../image/icon_check.svg);
  position: absolute;
  top: 0.2rem;
  right: 100%;
  width: 1.88rem;
  height: 1.77rem;
}
#ai-standard #faq {
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #faq {
    padding-bottom: 16rem;
  }
}
#ai-standard #faq .faq--list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
  max-width: 100rem;
  margin-inline: auto;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #faq .faq--list {
    gap: 6rem;
  }
}
#ai-standard #faq .faq--list > div {
  position: relative;
  background: white;
  border-radius: 2rem;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #faq .faq--list > div {
    padding: 5rem 6rem;
  }
}
#ai-standard #faq .faq--list h3 {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.7rem, 1.475rem + 0.6vw, 2rem);
  font-weight: 500;
  padding-left: 4rem;
  padding-right: 3rem;
}
#ai-standard #faq .faq--list h3::before {
  content: "Q. ";
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  aspect-ratio: 1/1;
  font-size: clamp(2rem, 1.25rem + 2vw, 3rem);
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #faq .faq--list h3 {
    padding-left: 6rem;
  }
  #ai-standard #faq .faq--list h3::before {
    top: 50%;
    width: 5rem;
    transform: translateY(-55%);
  }
}
#ai-standard #faq .faq--list .content {
  position: relative;
  color: #232323;
  line-height: 2.4;
  border-top: solid 0.1rem #D7D7D7;
  padding-top: 2rem;
  padding-left: 4rem;
  margin-top: 2rem;
}
#ai-standard #faq .faq--list .content p:has(+ p) {
  margin-bottom: 1rem;
}
#ai-standard #faq .faq--list .content ul {
  padding-left: 1em;
  text-indent: -1em;
}
#ai-standard #faq .faq--list .content ul::before {
  content: "・";
  font-feature-settings: "initial";
}
#ai-standard #faq .faq--list .content::before {
  content: "A. ";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 3rem;
  aspect-ratio: 1/1;
  font-size: clamp(2rem, 1.25rem + 2vw, 3rem);
  font-weight: 500;
  line-height: 1.5;
  border-radius: 50%;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #faq .faq--list .content {
    padding-left: 6rem;
  }
  #ai-standard #faq .faq--list .content::before {
    width: 5rem;
  }
}
#ai-standard #course {
  position: relative;
}
#ai-standard #course .balloon {
  position: absolute;
  top: 0;
  left: var(--space);
  transform: translateY(-50%);
  background: #E64E4E;
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #course .balloon {
    font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
    padding: 2rem 3rem;
  }
}
#ai-standard #course .heading {
  position: relative;
  color: #E64E4E;
}
#ai-standard #course .heading .illust {
  position: absolute;
  top: -75%;
  right: 0;
  transform: translateY(-50%);
  width: 12.5rem;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #course .heading .illust {
    top: 50%;
    right: var(--space);
    transform: translateY(-50%);
    width: 19.5rem;
    height: 7.8rem;
  }
}
#ai-standard #course .course--list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  #ai-standard #course .course--list {
    grid-template-columns: repeat(3, 1fr);
    gap: 8rem;
  }
}
#ai-standard #course .course--list li {
  background: #FFFFFF;
}
#ai-standard #course .course--list li .img {
  aspect-ratio: 3/2;
}
#ai-standard #course .course--list li .content {
  padding: 2rem;
}
#ai-standard #course .course--list li .content h3 {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  margin-bottom: 1rem;
}
#ai-standard #course .course--list li .content p {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  font-weight: 500;
}

/*# sourceMappingURL=style.css.map */
