@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 62.5%;
  width: 100%;
  padding: 0;
  margin: 0;
  scrollbar-width: none;
  scroll-behavior: auto;
}

body {
  width: 100%;
  height: 100%;
  color: #131D34;
  font-family: "Noto Sans JP", serif;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
body.is-active {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
body.is-modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.l-footer {
  color: #FFF;
  padding: 40px 20px;
}
.l-footer a {
  color: #FFF;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 80px 74px 40px;
  }
}
@media (min-width: 1024px) {
  .l-footer {
    padding: 120px 74px 80px;
  }
}
.l-footer__logo a {
  display: block;
  width: 168px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .l-footer__logo a {
    width: 206px;
  }
}
.l-footer__logo p {
  font-size: 1.2rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .l-footer__logo p {
    font-size: 1.4rem;
  }
}
.l-footer__container--top {
  margin: 0 auto 80px;
  max-width: 375px;
}
@media (min-width: 768px) {
  .l-footer__container--top {
    max-width: 686px;
  }
}
@media (min-width: 1024px) {
  .l-footer__container--top {
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
}
.l-footer__container--top .c-wrapper--by-side {
  margin-bottom: 55px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .l-footer__container--top .c-wrapper--by-side {
    margin-bottom: 0;
    gap: 73px;
  }
}
@media (min-width: 1024px) {
  .l-footer__container--top .c-wrapper--by-side {
    justify-content: inherit;
  }
}
.l-footer__container--top .c-wrapper--vertical {
  gap: 32px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .l-footer__container--top .c-wrapper--vertical {
    gap: 224px;
  }
}
@media (min-width: 768px) {
  .l-footer__container--top .c-wrapper--by-side:nth-child(2) {
    gap: 73px;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .l-footer__container--top .c-wrapper--by-side:nth-child(2) {
    gap: 16px;
  }
}
.l-footer__container--bottom {
  margin: auto;
  max-width: 375px;
}
@media (min-width: 768px) {
  .l-footer__container--bottom {
    max-width: 686px;
  }
}
@media (min-width: 1024px) {
  .l-footer__container--bottom {
    max-width: 1060px;
  }
}
.l-footer__caution {
  margin-bottom: 40px;
  line-height: 1.65;
  max-width: 375px;
}
@media (min-width: 768px) {
  .l-footer__caution {
    max-width: 686px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .l-footer__caution {
    max-width: 1060px;
  }
}
.l-footer__copylight {
  font-size: 1.1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer__copylight {
    font-size: 1.2rem;
  }
}
.l-footer__wrap-nav {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (min-width: 1024px) {
  .l-footer__wrap-nav {
    gap: 40px;
  }
}

.l-header {
  width: 100%;
  position: fixed;
  z-index: 30000;
}
.l-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 24px;
  height: 50px;
  border: 3px solid #3DD1E8;
  border-radius: 40px;
  margin: 10px auto;
  width: 93%;
  max-width: 1536px;
}
@media (min-width: 768px) {
  .l-header__wrapper {
    height: 64px;
  }
}
@media (min-width: 1300px) {
  .l-header__wrapper {
    height: 80px;
    border: 4px solid #3DD1E8;
    border-radius: 100px;
    padding-left: 60px;
    margin: 20px auto;
  }
}
.l-header__wrapper .c-logo--header {
  width: 106px;
  display: inline-block;
  padding-top: 1px;
  margin-bottom: 6px;
}
.l-header__wrapper .c-logo--header img {
  display: block;
  height: 28px;
}
@media (min-width: 768px) {
  .l-header__wrapper .c-logo--header img {
    height: auto;
  }
}
@media (min-width: 768px) {
  .l-header__wrapper .c-logo--header {
    width: 133px;
    height: 28px;
  }
}
@media (min-width: 1300px) {
  .l-header__wrapper .c-logo--header {
    width: 160px;
    height: 34px;
  }
}

.c-background--RaiseBrack {
  background-color: #131D34;
}
.c-background--tekkunPattern {
  background: url(../images/background/bg_tekkun-pattern.png) repeat;
}
.c-background--tekkunNote {
  background: url(../images/background/bg_tekkun-note.png);
}
.c-background--hougan {
  background: url(../images/background/hougan.png) repeat;
}
.c-background--cloud {
  background: url(../images/background/cloud-sp.png) no-repeat;
  background-position: center top;
}
@media (min-width: 768px) {
  .c-background--cloud {
    background: url(../images/background/cloud-tab.png) no-repeat;
    background-position: center top;
  }
}
@media (min-width: 1300px) {
  .c-background--cloud {
    background: url(../images/background/cloud-pc.png) no-repeat;
    background-position: center top;
  }
}
.c-background--white {
  background: #FFF;
}
.c-background--blue {
  background: linear-gradient(122deg, #3DD1E8 17.54%, #3DC4E3 83.85%);
}
.c-background--lightGreen {
  background: #EDFFF1;
}
.c-background--lightBlue {
  background: #E9F8FE;
}
.c-background--backYellow {
  background: #FFFEF5;
}
.c-background--before {
  background: #EEE;
}
.c-background--after {
  background: #F5FBD2;
}

.c-border--top-white {
  border-top: 1px solid #FFF;
}
.c-button--hamburger {
  width: 44px;
  height: 44px;
  background: #E9F8FE;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .c-button--hamburger {
    width: 58px;
    height: 58px;
  }
}
@media (min-width: 1300px) {
  .c-button--hamburger {
    display: none;
  }
}
.c-button--hamburger.is-active {
  z-index: 10000000;
}
.c-button--hamburger span {
  width: 40%;
  height: 2.5px;
  border-radius: 2px;
  background: #02A6CD;
  display: block;
  position: relative;
  font-size: 0;
}
@media (min-width: 768px) {
  .c-button--hamburger span {
    height: 3px;
  }
}
.c-button--hamburger span::before, .c-button--hamburger span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2.5px;
  background: #02A6CD;
  border-radius: 2px;
  left: 0;
}
.c-button--hamburger span::before {
  top: -7px;
  transform: rotate(0deg);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .c-button--hamburger span::before {
    top: -8px;
  }
}
.c-button--hamburger span::after {
  bottom: -7px;
  transform: rotate(0deg);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .c-button--hamburger span::after {
    bottom: -8px;
  }
}
.c-button--hamburger.is-active span {
  width: 50%;
  height: 0;
}
.c-button--hamburger.is-active span::before {
  top: -1px;
  transform: rotate(42deg);
}
.c-button--hamburger.is-active span::after {
  bottom: -1px;
  transform: rotate(-42deg);
}
.c-button--close {
  width: 44px;
  height: 44px;
  background: #E9F8FE;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-button--close {
    width: 58px;
    height: 58px;
  }
}
.c-button--close::before, .c-button--close::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 3px;
  border-radius: 2px;
  background: #02A6CD;
  top: 50%;
  left: 50%;
}
.c-button--close::before {
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in;
}
.c-button--close::after {
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in;
}
.c-button--close.is-active::before {
  transform: translate(-50%, -50%) rotate(42deg);
}
.c-button--close.is-active::after {
  transform: translate(-50%, -50%) rotate(-42deg);
}
.c-button--menu {
  margin: 0 auto 0 32px;
  padding: 6px 2px;
  position: relative;
}
.c-button--menu::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: linear-gradient(125deg, #59E3EC 7.5%, #01C8F7 92.04%);
  left: 0;
  bottom: 0;
  transition: width 0.1s ease-in;
}
.c-button--menu:hover {
  background: linear-gradient(125deg, #59E3EC 7.5%, #01C8F7 92.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.1s ease-in;
}
.c-button--menu:hover::before {
  width: 100%;
}
.c-button--contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: #E9F8FE;
}
.c-button--contact p {
  width: 128px;
  position: relative;
}
.c-button--contact p::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 17px;
  background: url(../images/icon/icon_mail.svg);
  background-size: cover;
  right: 0;
  top: 2px;
}
.c-button--contact:hover {
  background: #E9F98E;
}
.c-button--contact:hover p::after {
  background: url(../images/icon/icon_mail_open.svg);
  background-size: cover;
  height: 24px;
  top: -5px;
}
.c-button--request {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  background: #E9F98E;
}
.c-button--request p {
  width: 128px;
  position: relative;
}
.c-button--request p::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 24px;
  background: url(../images/icon/icon_raiseblue.png);
  background-size: cover;
  right: 0;
  top: -2px;
  transition: all 0.3s;
}
.c-button--request:hover p::after {
  transform: rotate(17.5deg);
}
.c-button--next, .c-button--out-link {
  background: #131D34;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  position: relative;
  border: 3px solid #131D34;
  border-radius: 200px;
  color: #FFF;
  height: 66px;
  font-size: 18px;
  font-weight: 500;
  padding: 0 20px;
  width: 100%;
  max-width: 300px;
  letter-spacing: 0.5px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s;
}
.c-button--next::before, .c-button--out-link::before {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 200px;
  background: #E9F98E;
  transform: translateX(-100%);
  z-index: -1;
  transition: transform 0.3s;
}
.c-button--next:hover, .c-button--out-link:hover {
  color: #131D34;
}
.c-button--next:hover::before, .c-button--out-link:hover::before {
  transform: translateX(0);
  transition: transform 0.3s;
}
.c-button--next::after, .c-button--out-link::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media (min-width: 768px) {
  .c-button--next::after, .c-button--out-link::after {
    right: 16px;
  }
}
@media (min-width: 1024px) {
  .c-button--next::after, .c-button--out-link::after {
    right: 20px;
  }
}
@media (min-width: 768px) {
  .c-button--next, .c-button--out-link {
    width: 240px;
    height: 52px;
    font-size: 15px;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .c-button--next, .c-button--out-link {
    width: 300px;
    height: 66px;
    font-size: 18px;
  }
}
.c-button--line {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(180deg, #00D229 0%, #00BE25 99.86%);
  width: 305px;
  height: 58px;
  border-radius: 127px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
}
.c-button--line::before {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 127px;
  background: #FFF;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.3s;
}
.c-button--line::after {
  position: absolute;
  content: "";
  inset: 0;
  padding: 4px;
  border-radius: 127px;
  opacity: 0;
  transition: opacity 0.3s;
  background: linear-gradient(180deg, #00D229 0%, #00BE25 99.86%);
  z-index: 2;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.c-button--line:hover {
  color: #01C126;
}
.c-button--line:hover::before {
  transform: translateX(0);
  transition: transform 0.3s;
}
.c-button--line:hover::after {
  opacity: 1;
}
.c-button--line p {
  position: relative;
}
.c-button--line p::after {
  position: absolute;
  content: "";
  background: url(../images/icon/icon_arrow-line.png);
  background-size: cover;
  width: 21px;
  height: 21px;
  right: -42px;
  top: 3px;
}
@media (min-width: 768px) {
  .c-button--line p::after {
    width: 34px;
    height: 34px;
    right: -78px;
    top: 2px;
  }
}
.c-button--course, .c-button--course--blue, .c-button--course--wp, .c-button--course--marke, .c-button--course--design, .c-button--course--aws, .c-button--course--java {
  background: #FFF;
  border-radius: 8px;
  position: relative;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.16);
  max-width: 296px;
  height: 60px;
  position: relative;
}
.c-button--course::before, .c-button--course--blue::before, .c-button--course--wp::before, .c-button--course--marke::before, .c-button--course--design::before, .c-button--course--aws::before, .c-button--course--java::before {
  position: absolute;
  content: "";
}
.c-button--course::before, .c-button--course--blue::before, .c-button--course--wp::before, .c-button--course--marke::before, .c-button--course--design::before, .c-button--course--aws::before, .c-button--course--java::before {
  width: 10px;
  height: 56px;
  border-radius: 6px 0px 0px 6px;
  left: 2px;
  top: 2px;
}
.c-button--course--java::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 56px;
  border-radius: 6px 0px 0px 6px;
  left: 2px;
  top: 2px;
  background: #F1683C;
}
.c-button--course--aws::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 56px;
  border-radius: 6px 0px 0px 6px;
  left: 2px;
  top: 2px;
  background: #EC950B;
}
.c-button--course--design::before, .c-button--course--design::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 56px;
  border-radius: 6px 0px 0px 6px;
  left: 2px;
  top: 2px;
  background: #FCF654;
}
.c-button--course--marke::before, .c-button--course--marke::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 56px;
  border-radius: 6px 0px 0px 6px;
  left: 2px;
  top: 2px;
  background: #4FBD06;
}
.c-button--course--wp::before, .c-button--course--wp::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 56px;
  border-radius: 6px 0px 0px 6px;
  left: 2px;
  top: 2px;
  background: #09AEB0;
}
.c-button--course--blue::before, .c-button--course--blue::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 56px;
  border-radius: 6px 0px 0px 6px;
  left: 2px;
  top: 2px;
  background: #2BB8D9;
}
.c-button--contact--fix {
  display: none;
  padding: 29px 13px 20px 11px;
  color: #131D34;
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 500000;
  border-radius: 0px 24px 8px 0px;
  background: #E9F98E;
  box-shadow: 2px 3px 5px 0px rgba(95, 108, 17, 0.3);
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media (min-width: 1300px) {
  .c-button--contact--fix {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
}
.c-button--contact--fix img {
  width: 30px;
}
.c-button--underline {
  text-align: left;
  position: relative;
  transition: all 0.4s;
}
.c-button--underline::before, .c-button--underline::after {
  content: "";
  position: absolute;
}
.c-button--underline::before {
  height: 2.5px;
  width: 100%;
  background: #131D34;
  left: 0;
  bottom: 0;
}
.c-button--underline::after {
  width: 11px;
  height: 14px;
  background: url(../images/icon/icon_arrow.svg) no-repeat;
  background-size: cover;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.c-button--underline:hover {
  background: linear-gradient(125deg, #59E3EC 7.5%, #01C8F7 92.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-button--underline:hover::before {
  background: linear-gradient(125deg, #59E3EC 7.5%, #01C8F7 92.04%);
}
.c-button--underline:hover::after {
  background: url(../images/icon/Icon_arrow_grade.svg) no-repeat;
  background-size: cover;
}
.c-button--inquiry-line {
  width: 100%;
  margin: 24px auto 16px;
}
@media (min-width: 768px) {
  .c-button--inquiry-line {
    width: 350px;
    margin: 48px auto 16px;
  }
}
@media (min-width: 1024px) {
  .c-button--inquiry-line {
    width: 480px;
    height: 70px;
    font-size: 2.6rem;
  }
}
.c-button--inquiry-line p::after {
  right: -37px;
  top: 1px;
}
@media (min-width: 768px) {
  .c-button--inquiry-line p::after {
    right: -68px;
    top: -6px;
  }
}
@media (min-width: 1024px) {
  .c-button--inquiry-line p::after {
    right: -85px;
    top: -1px;
  }
}
.c-button--next-2 {
  background: #131D34;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  position: relative;
  border: 3px solid #131D34;
  border-radius: 200px;
  color: #FFF;
  height: 66px;
  font-size: 18px;
  font-weight: 500;
  padding: 0 20px;
  width: 100%;
  max-width: 300px;
  letter-spacing: 0.5px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s;
}
.c-button--next-2::before {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 200px;
  background: #E9F98E;
  transform: translateX(-100%);
  z-index: -1;
  transition: transform 0.3s;
}
.c-button--next-2:hover {
  color: #131D34;
}
.c-button--next-2:hover::before {
  transform: translateX(0);
  transition: transform 0.3s;
}
.c-button--next-2::after {
  background: url(../images/icon/icon_arrow-right.svg);
  background-size: cover;
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  top: 51%;
  transform: translateY(-50%);
  right: 20px;
}
@media (min-width: 768px) {
  .c-button--next-2::after {
    right: 16px;
  }
}
@media (min-width: 1024px) {
  .c-button--next-2::after {
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .c-button--next-2 {
    width: 300px;
    height: 66px;
    font-size: 18px;
  }
}
.c-button--to-top {
  background: #131D34;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  position: relative;
  border: 3px solid #131D34;
  border-radius: 200px;
  color: #FFF;
  height: 66px;
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
  width: 100%;
  max-width: 250px;
  letter-spacing: 0.5px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s;
}
.c-button--to-top::before {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 200px;
  background: #E9F98E;
  transform: translateX(-100%);
  z-index: -1;
  transition: transform 0.3s;
}
.c-button--to-top:hover {
  color: #131D34;
}
.c-button--to-top:hover::before {
  transform: translateX(0);
  transition: transform 0.3s;
}
.c-button--to-top::after {
  background: url(../images/icon/icon_home.svg);
  background-size: cover;
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  top: 51%;
  transform: translateY(-50%);
  right: 20px;
}
@media (min-width: 768px) {
  .c-button--to-top::after {
    right: 16px;
  }
}
@media (min-width: 1024px) {
  .c-button--to-top::after {
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .c-button--to-top {
    width: 250px;
    height: 66px;
    font-size: 18px;
  }
}
.c-button--prev {
  display: block;
  margin: 23px auto 0;
  padding-bottom: 5px;
  border-bottom: 2px solid;
  border-color: #131D34;
}
.c-button--out-site {
  padding-left: 50px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .c-button--out-site {
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .c-button--out-site {
    padding-left: 50px;
  }
}
.c-button--out-site::after {
  width: 21px;
  height: 20px;
  background: url(../images/icon/icon_next_white.svg) no-repeat;
  background-size: contain;
  right: 52px;
}
@media (min-width: 768px) {
  .c-button--out-site::after {
    width: 19px;
    height: 18px;
    right: 32px;
  }
}
@media (min-width: 1024px) {
  .c-button--out-site::after {
    width: 21px;
    height: 20px;
    right: 52px;
  }
}
.c-button--out-site:hover::after {
  background: url(../images/icon/icon_next_black.svg) no-repeat;
  background-size: contain;
}
.c-button--out-site2 {
  padding-left: 50px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .c-button--out-site2 {
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .c-button--out-site2 {
    padding-left: 50px;
  }
}
.c-button--out-site2::after {
  width: 21px;
  height: 20px;
  background: url(../images/icon/icon_next_white.svg) no-repeat;
  background-size: contain;
  right: 32px;
}
@media (min-width: 768px) {
  .c-button--out-site2::after {
    width: 19px;
    height: 18px;
    right: 25px;
  }
}
@media (min-width: 1024px) {
  .c-button--out-site2::after {
    width: 21px;
    height: 20px;
    right: 32px;
  }
}
.c-button--out-site2:hover::after {
  background: url(../images/icon/icon_next_black.svg) no-repeat;
  background-size: contain;
}

.c-radius--circle {
  border-radius: 50%;
}

.c-line--under-blue {
  text-decoration: underline;
  -webkit-text-decoration-color: #2BB8D9;
          text-decoration-color: #2BB8D9;
}

.c-radius--all-24 {
  border-radius: 24px;
}

.c-text--blue {
  color: #02A6CD;
}
.c-text--MT {
  font-family: Montserrat;
}
.c-text--before {
  color: #999999;
}
.c-text--after {
  color: #F1C000;
}
.c-text--vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.c-text--link {
  color: #02A6CD;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.c-text--align-center {
  text-align: center;
}

.c-title--shadow-on {
  background: linear-gradient(125deg, #59E3EC 7.5%, #01C8F7 92.04%);
  border: 4px solid #131D34;
  border-radius: 8px 24px 8px 8px;
  position: relative;
}
.c-title--shadow-on h2 {
  width: 104%;
  height: 113%;
  color: #131D34;
  background: #FFF;
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #131D34;
  border-radius: 8px 24px 8px 8px;
  position: absolute;
  top: -12px;
  left: -13px;
  line-height: 130%; /* 41.6px */
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .c-title--shadow-on h2 {
    font-size: 4rem;
    top: -14px;
    left: -17px;
  }
}
.c-title--shadow-on h2 span {
  display: inline-block;
}
.c-title--cta-line {
  background: #06C755;
  border: 4px solid #06C755;
  border-radius: 8px 24px 8px 8px;
  position: relative;
  width: 242px;
  height: 100px;
}
.c-title--cta-line::before {
  position: absolute;
  content: "";
  background: url(../images/section/cta/ribon.png);
  background-size: cover;
  width: 90px;
  height: 100px;
  top: -75px;
  left: -54px;
  z-index: 10;
}
.c-title--cta-line h3 {
  color: #131D34;
  background: #FFF;
  font-size: 2.6rem;
  width: 104%;
  height: 113%;
  font-weight: 600;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #06C755;
  border-radius: 8px 24px 8px 8px;
  position: absolute;
  top: -10px;
  left: -10px;
}
@media (min-width: 768px) {
  .c-title--cta-line h3 {
    font-size: 3.2rem;
  }
}
.c-title--cta-line h3 span {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
.c-title--cta-line h3 span::before, .c-title--cta-line h3 span::after {
  position: absolute;
  content: "";
  background: url(../images/section/cta/kirakira.png);
  background-size: cover;
  width: 28px;
  height: 43px;
}
.c-title--cta-line h3 span::before {
  bottom: 0;
  left: -47px;
}
.c-title--cta-line h3 span::after {
  top: -7px;
  right: -40px;
  transform: scale(-1);
}
.c-title--sub {
  background: #131D34;
  border-radius: 8px 24px 8px 8px;
  color: #FFF;
  display: inline-block;
  padding: 12px 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .c-title--sub {
    padding: 13.5px 20px;
  }
}
@media (min-width: 1024px) {
  .c-title--sub {
    padding: 16px 24px;
  }
}
.c-title--student {
  width: 265px;
  background: #FFF;
  border-radius: 13px;
  position: relative;
  margin-bottom: 34px;
  padding: 4px 0 17px 20px;
}
@media (min-width: 768px) {
  .c-title--student {
    width: 320px;
    border-radius: 16px;
  }
}
.c-title--student::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 35px;
  height: 35px;
  background: #FFF;
  border-radius: 1.65px;
}
.c-title--student h3 {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: 600;
}
@media (min-width: 768px) {
  .c-title--student h3 {
    font-size: 3.2rem;
    line-height: 1.55;
  }
}
.c-title--student h3 strong {
  border: 2.5px solid #131D34;
  border-radius: 2px;
  background: #E9F98E;
  padding: 0 8px 2px 8px;
  margin-right: 4px;
  font-weight: 600;
  position: relative;
}
.c-title--modal, .c-title--modal--other, .c-title--modal--design, .c-title--modal--marke, .c-title--modal--wp, .c-title--modal--java, .c-title--modal--aws {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 41.6px */
  letter-spacing: 1.04px;
  padding: 4px 30px;
  border-radius: 8px 0px 8px 0px;
  display: inline-block;
}
@media (min-width: 1024px) {
  .c-title--modal, .c-title--modal--other, .c-title--modal--design, .c-title--modal--marke, .c-title--modal--wp, .c-title--modal--java, .c-title--modal--aws {
    font-size: 2.6rem;
    padding: 0 30px;
  }
}
.c-title--modal--aws {
  background: #EC950B;
}
.c-title--modal--java {
  background: #F1683C;
}
.c-title--modal--wp {
  background: #09AEB0;
}
.c-title--modal--marke {
  background: #4FBD06;
}
.c-title--modal--design {
  background: #FCF654;
  color: #131D34;
}
.c-title--modal--other {
  background: #02A6CD;
}

/* =========================
Component: Section Title
========================= */
.c-title--section {
  border-radius: 8px 24px 8px 8px;
  border: 4px solid #131D34;
  background: #FFF;
  display: inline-block;
  color: #131D34;
  text-align: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 12px 20px 16px;
  position: relative;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .c-title--section {
    font-size: 4rem;
    padding: 9px 28px 12px;
  }
}
.c-title--section::before {
  position: absolute;
  top: 7px;
  left: 8px;
  width: calc(100% + 7px);
  height: calc(100% + 8px);
  content: "";
  display: inline;
  border-radius: 8px 24px 8px 8px;
  border: 4px solid #131D34;
  z-index: -1;
}
.c-title--section-contents {
  text-align: center;
  position: relative;
  z-index: 0;
}
.c-title--section h2 {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .c-title--section h2 {
    font-size: 4rem;
  }
}
.c-title--section p {
  font-size: 2rem;
  line-height: 170%;
}
@media (min-width: 768px) {
  .c-title--section p {
    font-size: 2.4rem;
    line-height: 150%;
  }
}
.c-title--section p + h2 {
  font-size: 3.2rem;
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .c-title--section p + h2 {
    font-size: 4rem;
    letter-spacing: 2px;
    line-height: 160%;
    margin-top: -6px;
  }
}
.c-title--section--blue::before {
  background: linear-gradient(125deg, #59E3EC 7.5%, #01C8F7 92.04%);
}
.c-title--section--yellow::before {
  background: #E9F98E;
}

.c-grid {
  display: grid;
}

.c-wrapper {
  max-width: 1160px;
}
.c-wrapper--by-side {
  display: flex;
}
.c-wrapper--vertical {
  display: flex;
  flex-direction: column;
}
.c-wrapper--deco {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  position: relative;
}

.c-hide--sp {
  display: none;
}
@media (min-width: 768px) {
  .c-hide--sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .c-hide--pc {
    display: none;
  }
}
@media (min-width: 1300px) {
  .c-hide--bg-pc {
    display: none;
  }
}

.c-container {
  position: relative;
  overflow: hidden;
}

.c-container--article, .c-container--article--blue, .c-container--article--red, .c-container--article--green {
  border: 3.5px solid #131D34;
  border-radius: 8px 40px 8px 8px;
  position: relative;
}
.c-container--article--green {
  background: #6BCCC3;
}
.c-container--article--red {
  background: #FE8C8C;
}
.c-container--article--blue {
  background: #2BB8D9;
}

.c-tag--news, .c-tag--news--info, .c-tag--news--event, .c-tag--news--youtube, .c-tag--news--student {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.39px;
  padding: 1px 10px 2px;
  border-radius: 4px;
}
.c-tag--news--student {
  border: 1.5px solid #009ABF;
  background: #F2FBFF;
  color: #009ABF;
}
.c-tag--news--youtube {
  border: 1.5px solid #E35656;
  background: #FFF8F8;
  color: #E35656;
}
.c-tag--news--event {
  border: 1.5px solid #E08900;
  background: #FFF9F0;
  color: #E08900;
}
.c-tag--news--info {
  border: 1.5px solid #09A494;
  background: #EEFFFD;
  color: #09A494;
}
.c-tag--course, .c-tag--course--marke, .c-tag--course--wp, .c-tag--course--design, .c-tag--course--aws, .c-tag--course--java, .c-tag--course--aws-java {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.28px;
  border: 2px solid;
  border-radius: 4px;
  display: inline-block;
  padding: 0 10px 1px 10px;
}
@media (min-width: 768px) {
  .c-tag--course, .c-tag--course--marke, .c-tag--course--wp, .c-tag--course--design, .c-tag--course--aws, .c-tag--course--java, .c-tag--course--aws-java {
    font-size: 1.4rem;
  }
}
.c-tag--course--java, .c-tag--course--aws-java {
  border-color: #F1683C;
  color: #F1683C;
  background: #FFECE6;
}
.c-tag--course--aws {
  border-color: #EC950B;
  color: #EC950B;
  background: #FEF4E4;
}
.c-tag--course--design {
  border-color: #FCF654;
  color: #131D34;
  background: #FFFDBA;
}
.c-tag--course--wp {
  border-color: #09AEB0;
  color: #09AEB0;
  background: #DBF9FB;
}
.c-tag--course--marke {
  border-color: #4FBD06;
  color: #4FBD06;
  background: #E7F6DD;
}

.c-obje--nami--bottom {
  margin-bottom: -2px;
}
.c-obje--nami--top {
  margin-top: -2px;
  margin-bottom: 70px;
}
@media (min-width: 1024px) {
  .c-obje--nami--top {
    margin-bottom: 0px;
  }
}
.c-obje--layer--dark {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 50000;
  background: rgba(19, 29, 52, 0.4);
  top: 0;
  left: 0;
  visibility: hidden;
}
.c-obje--layer--dark.is-active {
  visibility: visible;
}
.c-obje--deco1 {
  position: relative;
}
.c-obje--deco1::after {
  content: "";
  position: absolute;
}
@media (min-width: 768px) {
  .c-obje--deco1::after {
    width: 120px;
    height: 87px;
    background: url(../images/section/study/deco-3.png);
    background-size: cover;
    right: -150px;
    top: -10px;
    transform: scaleX(-1);
  }
}
@media (min-width: 1024px) {
  .c-obje--deco1::after {
    width: 200px;
    height: 144px;
    right: -220px;
    top: -80px;
  }
}
.c-obje--deco2 {
  position: relative;
}
.c-obje--deco2::after {
  position: absolute;
  content: "";
}
@media (min-width: 768px) {
  .c-obje--deco2::after {
    width: 140px;
    height: 105px;
    background: url(../images/modal-obje3.png);
    background-size: cover;
    left: -170px;
    top: 20px;
  }
}
@media (min-width: 1024px) {
  .c-obje--deco2::after {
    width: 205px;
    height: 157px;
    left: -240px;
    top: 40px;
  }
}
.c-obje--deco3 {
  position: relative;
}
.c-obje--deco3::after {
  content: "";
  position: absolute;
}
@media (min-width: 768px) {
  .c-obje--deco3::after {
    width: 130px;
    height: 105px;
    background: url(../images/section/study/deco-2.png);
    background-size: cover;
    right: -165px;
    top: 55px;
  }
}
@media (min-width: 1024px) {
  .c-obje--deco3::after {
    width: 176px;
    height: 140px;
    background: url(../images/section/study/deco-2.png);
    background-size: cover;
    right: -210px;
    top: 50px;
  }
}

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

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

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

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

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

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

.slick-prev, .slick-next {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icon/Button_Circle.svg);
  background-size: cover;
}
@media (min-width: 768px) {
  .slick-prev, .slick-next {
    width: 48px;
    height: 48px;
  }
}

.slick-next {
  transform: scaleX(-1);
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 32px 0;
  position: relative;
  z-index: 10;
}
.slick-dots li button {
  font-size: 0;
  width: 7px;
  height: 7px;
  background: #FFF;
  border-radius: 50%;
}
.slick-dots .slick-active button {
  background: #02A6CD;
}

.c-animation--visible {
  opacity: 0;
  transform: translateY(30px);
  -webkit-animation: fadeInUp 0.5s ease-out forwards;
          animation: fadeInUp 0.5s ease-out forwards;
}
@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-animation--fade-in--up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.c-animation--fade-in--left {
  opacity: 1;
  transform: translateX(-100%);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.c-animation--fade-in--right {
  opacity: 1;
  transform: translateX(100%);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.c-animation--under-line {
  position: relative;
}
.c-animation--under-line::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #FFF;
  left: 0;
  bottom: 0;
}
.c-animation--under-line:hover::before {
  width: 100%;
}

.p-remember {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: -1px;
}
@media (min-width: 1024px) {
  .p-remember {
    padding: 20px 0;
  }
}
.p-remember--list {
  display: flex;
  gap: 6px;
}
@media (min-width: 768px) {
  .p-remember--list {
    gap: 17px;
  }
}
.p-remember--list li {
  width: 140px;
  height: 88px;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .p-remember--list li {
    width: 260px;
    height: 160px;
  }
}
@media (min-width: 1024px) {
  .p-remember--list li {
    width: 285px;
    height: 180px;
  }
}

.p-card--news {
  padding: 24px 0;
  border-bottom: 2px solid #D1EBF5;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-card--news {
    flex-direction: row;
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .p-card--news__wrapper {
    display: flex;
    flex: 0 0 auto;
    min-width: 200px;
  }
}
.p-card--news__date {
  font-size: 1.6rem;
  margin-right: 16px;
}
.p-card--news__text {
  font-size: 1.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-card--news__text {
    white-space: nowrap;
  }
}
.p-card--cta figure {
  width: 295px;
  height: 166px;
  position: relative;
  margin: 0 auto 15px;
}
.p-card--cta figure::before, .p-card--cta figure::after {
  display: block;
  position: absolute;
  content: "";
}
.p-card--cta figure::before {
  width: 52px;
  height: 32px;
  border-radius: 13.828px 0px 14.75px 0px;
  background: #FFF;
  top: 0px;
}
.p-card--cta div {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin: 0 auto 40px;
  font-weight: 700;
  max-width: 295px;
}
@media (min-width: 768px) {
  .p-card--cta div {
    justify-content: inherit;
    margin: 0;
  }
}
.p-card--cta__tag {
  padding: 3px 11px;
  background: #131D34;
  color: #FFF;
  border-radius: 3.6px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  height: 32px;
}
.p-card--cta__text {
  color: #131D34;
  font-size: 1.8rem;
  width: 60%;
  line-height: 1.7;
}
.p-card__no1::after {
  background: url(../images/icon/number1.png);
}
.p-card__no2::after {
  background: url(../images/icon/number2.png);
}
.p-card__no3::after {
  background: url(../images/icon/number3.png);
}
.p-card__no1::after, .p-card__no2::after, .p-card__no3::after {
  width: 58px;
  height: 58px;
  background-size: cover;
  top: -28px;
  left: 0px;
}
@media (min-width: 768px) {
  .p-card__no1::after, .p-card__no2::after, .p-card__no3::after {
    width: 45px;
    height: 45px;
    background-size: cover;
    top: -16px;
    left: 5px;
  }
}
@media (min-width: 1024px) {
  .p-card__no1::after, .p-card__no2::after, .p-card__no3::after {
    width: 58px;
    height: 58px;
    background-size: cover;
    top: -28px;
    left: 0px;
  }
}

.p-price {
  padding: 0 20px;
}
.p-price__wrapper {
  max-width: 375px;
  padding: 0 19px 46px;
  border-radius: 24px;
  position: relative;
  margin: 0 auto 120px;
  filter: drop-shadow(0px 2px 5px rgba(9, 77, 88, 0.2));
}
@media (min-width: 768px) {
  .p-price__wrapper {
    max-width: 770px;
  }
  .p-price__wrapper::after {
    position: absolute;
    content: "";
    width: 172px;
    height: 172px;
    background: url(../images/section/price/pig-bank.svg);
    background-size: cover;
    bottom: 25px;
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .p-price__wrapper {
    max-width: 920px;
  }
}
.p-price__wrapper .c-title--shadow-on {
  width: 120px;
  height: 72px;
  margin: 0 auto;
  position: relative;
  top: -30px;
  filter: drop-shadow(0px 2px 5px rgba(9, 77, 88, 0.2));
}
@media (min-width: 768px) {
  .p-price__wrapper .c-title--shadow-on {
    width: 146px;
    height: 76px;
    margin-bottom: 20px;
  }
}
.p-price__wrapper .c-title--shadow-on h2 {
  height: 110%;
}
@media (min-width: 768px) {
  .p-price__wrapper .c-title--shadow-on h2 {
    width: 106%;
  }
}
.p-price__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-price__card h3 {
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.7;
  padding: 0 16px 2px;
  background: #02A6CD;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 40px;
}
.p-price__card figure {
  max-width: 250px;
}
.p-price__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-price__content {
    flex-direction: inherit;
    justify-content: center;
  }
}
.p-price__content .c-line--lightBlue {
  width: 148px;
  height: 2px;
  font-size: 0;
}
@media (min-width: 768px) {
  .p-price__content .c-line--lightBlue {
    width: 2px;
    height: 148px;
  }
}
.p-price__caution {
  color: #131D34;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.3px;
  margin-bottom: 32px;
}
.p-price .c-button--next {
  margin: auto;
}
.p-price .c-button--next p {
  margin-right: 20px;
}
.p-price .c-button--next::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../images/icon/icon_arrow-right.svg);
  background-size: contain;
}
@media (min-width: 768px) {
  .p-price .c-button--next::after {
    width: 22px;
    height: 22px;
  }
}

.p-navi--gmenu {
  height: 100%;
  position: absolute;
  z-index: 1000000;
  top: 0;
  right: -75%;
  transition: right 0.3s ease-out;
}
.p-navi--gmenu.is-active {
  right: 0;
}
@media (min-width: 768px) {
  .p-navi--gmenu {
    right: -40%;
  }
}
@media (min-width: 1300px) {
  .p-navi--gmenu {
    position: static;
  }
}
.p-navi--gmenu button {
  font-size: 0;
  display: block;
  position: absolute;
  top: 14px;
  right: 14px;
}
@media (min-width: 1300px) {
  .p-navi--gmenu button {
    display: none;
  }
}
.p-navi--gmenu nav {
  height: 100vh;
  background: url(../images/background/hougan.png);
  width: 30vw;
  min-width: 270px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 56px 40px;
}
@media (min-width: 1300px) {
  .p-navi--gmenu nav {
    background: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding: 0;
  }
}
.p-navi--gmenu nav a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #131D34;
}
@media (min-width: 1300px) {
  .p-navi--gmenu nav .c-button--request {
    display: none;
  }
}
.p-navi--gmenu nav .c-button--request, .p-navi--gmenu nav .c-button--contact {
  height: 72px;
  width: 192px;
}
@media (min-width: 1300px) {
  .p-navi--gmenu nav .c-button--menu {
    margin: 0;
  }
}
.p-navi--sns ul {
  display: flex;
  gap: 24px;
}
.p-navi--sns ul a {
  display: block;
  width: 24px;
  height: 24px;
}
.p-navi--footer-1 {
  min-width: 120px;
}
@media (min-width: 768px) {
  .p-navi--footer-1 {
    min-width: 180px;
  }
}
.p-navi--footer-1 h5, .p-navi--footer-1 h5 a {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 768px) {
  .p-navi--footer-1 h5, .p-navi--footer-1 h5 a {
    font-size: 1.6rem;
  }
}
.p-navi--footer-1 a {
  font-size: 1.3rem;
  font-weight: 500;
  display: inline-flex;
  gap: 6px;
  position: relative;
}
@media (min-width: 768px) {
  .p-navi--footer-1 a {
    font-size: 1.4rem;
  }
}
.p-navi--footer-1 a img {
  width: 16px;
}
.p-navi--footer-1 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #FFF;
  left: 0;
  bottom: -5px;
  transition: width 0.3s;
}
.p-navi--footer-1 a:hover::before {
  width: 100%;
}
.p-navi--footer-1 ul {
  display: flex;
  flex-direction: column;
  gap: 14.5px;
}
.p-navi--footer-2 {
  min-width: 120px;
}
@media (min-width: 768px) {
  .p-navi--footer-2 {
    min-width: 180px;
  }
}
.p-navi--footer-2 h5 {
  margin-bottom: 14.5px;
}
.p-navi--footer-2 h5, .p-navi--footer-2 a {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .p-navi--footer-2 h5, .p-navi--footer-2 a {
    font-size: 1.6rem;
  }
}
.p-navi--footer-2 ul {
  display: flex;
  flex-direction: column;
  gap: 14.5px;
}
.p-navi--footer-2 a {
  position: relative;
}
.p-navi--footer-2 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #FFF;
  left: 0;
  bottom: -5px;
  transition: width 0.3s;
}
.p-navi--footer-2 a:hover::before {
  width: 100%;
}
.p-navi--footer-3 {
  display: flex;
  gap: 23px;
  margin: 16px 0 40px;
}
@media (min-width: 768px) {
  .p-navi--footer-3 {
    margin: 24px 0 80px;
    gap: 48px;
  }
}
.p-navi--footer-3 a {
  color: #FFF;
  font-size: 1.1rem;
  line-height: 1.65;
  position: relative;
}
@media (min-width: 768px) {
  .p-navi--footer-3 a {
    font-size: 1.4rem;
  }
}
.p-navi--footer-3 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #FFF;
  left: 0;
  bottom: -5px;
  transition: width 0.3s;
}
.p-navi--footer-3 a:hover::before {
  width: 100%;
}

.p-modal__student {
  width: 100%;
  max-width: 375px;
  margin: auto;
  position: relative;
  border-radius: 8px;
  padding: 16px;
  overflow: hidden;
  background: linear-gradient(121deg, #3DD1E8 7.76%, #3DC4E3 96.85%);
}
.p-modal__student ::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .p-modal__student {
    padding: 24px;
    max-width: 800px;
  }
}
@media (min-width: 1024px) {
  .p-modal__student {
    max-width: 1160px;
  }
}
.p-modal__student__title {
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.p-modal__student__button {
  width: 30px;
  height: 30px;
  font-size: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-modal__student__button {
    top: 20px;
  }
}
@media (min-width: 1024px) {
  .p-modal__student__button {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 25px;
  }
}
.p-modal__student__button::before, .p-modal__student__button::after {
  content: "";
  position: absolute;
  background: #FFF;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3.5px;
  border-radius: 3px;
}
.p-modal__student__button::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-modal__student__button::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__student--wrapper {
  border-radius: 24px 80px 24px 24px;
  padding: 55px 16px;
  overflow: auto;
  position: relative;
  height: 65vh;
}
@media (min-width: 768px) {
  .p-modal__student--wrapper {
    padding: 65px;
  }
}
@media (min-width: 1024px) {
  .p-modal__student--wrapper {
    border-radius: 24px 160px 24px 24px;
    padding: 90px;
  }
}
.p-modal__student--wrapper::before, .p-modal__student--wrapper::after {
  content: "";
  position: absolute;
}
.p-modal__student--wrapper::before {
  width: 106px;
  height: 67px;
  background: url(../images/modal-obje1.svg);
  background-size: cover;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .p-modal__student--wrapper::before {
    width: 175px;
    height: 96px;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .p-modal__student--wrapper::before {
    width: 230px;
    height: 133px;
    top: -15px;
  }
}
.p-modal__student--wrapper::after {
  width: 95px;
  height: 84px;
  background: url(../images//modal-obje2.svg);
  background-size: cover;
  right: 0;
  bottom: -113vh;
  display: none;
}
@media (min-width: 768px) {
  .p-modal__student--wrapper::after {
    width: 205px;
    height: 177px;
    bottom: -58vh;
  }
}
@media (min-width: 1024px) {
  .p-modal__student--wrapper::after {
    width: 240px;
    height: 210px;
    bottom: -87vh;
    display: block;
  }
}
.p-modal__student--wrapper .c-grid {
  grid-row-gap: 18px;
}
@media (min-width: 1024px) {
  .p-modal__student--wrapper .c-grid {
    grid-template-columns: 20% 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 33px;
  }
}
@media (min-width: 1024px) {
  .p-modal__student--wrapper .c-grid .c-grid--item1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media (min-width: 1024px) {
  .p-modal__student--wrapper .c-grid .c-grid--item2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.p-modal__student--wrapper .c-grid .c-grid--item3 {
  grid-column-start: 1;
  grid-column-end: none;
}
@media (min-width: 1024px) {
  .p-modal__student--wrapper .c-grid .c-grid--item3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.p-modal__student__image {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .p-modal__student__image {
    display: block;
  }
}
.p-modal__student__image img {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .p-modal__student__image img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .p-modal__student__image img {
    width: 160px;
    height: 160px;
    margin-bottom: 16px;
  }
}
.p-modal__student__image figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-modal__student__image figcaption {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .p-modal__student__image figcaption {
    font-size: 1.8rem;
  }
}
.p-modal__student__inner2 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-modal__student__inner2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .p-modal__student__inner2 {
    margin-bottom: 0;
  }
}
.p-modal__student__inner2 .c-obje--yajirushi--down {
  text-align: center;
}
@media (min-width: 768px) {
  .p-modal__student__inner2 .c-obje--yajirushi--down {
    transform: rotate(-90deg);
  }
}
.p-modal__student__inner2 .p-modal__change {
  padding: 4px 8px;
  min-height: 80px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-modal__student__inner2 .p-modal__change {
    width: 45%;
    min-height: 100px;
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .p-modal__student__inner2 .p-modal__change {
    padding: 16px;
    min-height: 160px;
  }
}
.p-modal__student__inner2 .p-modal__change span {
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .p-modal__student__inner2 .p-modal__change span {
    display: block;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.p-modal__student__inner2 .p-modal__change__text-before {
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-modal__student__inner2 .p-modal__change__text-before {
    font-size: 2.6rem;
  }
}
.p-modal__student__inner2 .p-modal__change__text-after {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .p-modal__student__inner2 .p-modal__change__text-after {
    font-size: 2.6rem;
  }
}
.p-modal__student__subject {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-modal__student__subject h2 {
  font-size: 1.6rem;
  line-height: 1.65;
  display: flex;
}
@media (min-width: 768px) {
  .p-modal__student__subject h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .p-modal__student__subject h2 {
    font-size: 3.2rem;
  }
}
.p-modal__student__subject h2 .c-text--line-yellow {
  display: inline-block;
  position: relative;
}
.p-modal__student__subject h2 .c-text--line-yellow::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  background: rgba(234, 252, 131, 0.6392156863);
  left: 0;
  bottom: 2px;
}
.p-modal__student__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .p-modal__student__list {
    gap: 56px;
    margin-bottom: 56px;
  }
}
.p-modal__student__list li {
  width: 100%;
}
@media (min-width: 768px) {
  .p-modal__student__list li {
    width: 80%;
  }
}
.p-modal__student__list li:nth-child(odd) {
  margin: 0 auto 0 0;
}
.p-modal__student__list li:nth-child(even) {
  margin: 0 0 0 auto;
}
.p-modal__student__item {
  width: 101%;
  max-width: 780px;
  padding: 16px 20px 20px;
  border-radius: 8px 40px 8px 8px;
  border: 3.5px solid #131D34;
  background: #FFF;
  position: relative;
  left: -10px;
  top: -7px;
}
@media (min-width: 1024px) {
  .p-modal__student__item {
    padding: 32px 40px 40px;
  }
}
.p-modal__student__item h3 {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .p-modal__student__item h3 {
    font-size: 2.4rem;
  }
}
.p-modal__student__item p {
  font-size: 1.2rem;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .p-modal__student__item p {
    font-size: 1.6rem;
  }
}
.p-modal__student .c-button--next {
  margin: 0 auto;
}
.p-modal__student .c-button--next::after {
  background: url(../images/icon/icon_next-page.svg) no-repeat;
  background-size: contain;
}
.p-modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(19, 29, 52, 0.4);
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  padding: 40px 16px;
}
.p-modal__overlay.is-active {
  display: flex;
}
.p-modal body.is-modal-open {
  overflow: hidden;
}

.p-news {
  margin-bottom: -1px;
}
.p-news__lyer {
  padding: 117px 20px 95px;
}
@media (min-width: 768px) {
  .p-news__lyer {
    padding: 158px 32px 140px;
  }
}
.p-news__wrapper {
  padding: 46px 18px 40px;
  position: relative;
  margin: auto;
  max-width: 335px;
}
@media (min-width: 768px) {
  .p-news__wrapper {
    padding: 64px 32px 48px;
    max-width: 792px;
  }
}
@media (min-width: 1024px) {
  .p-news__wrapper {
    padding: 64px 64px 40px;
    max-width: 920px;
  }
}
.p-news__wrapper .c-title--section-contents {
  width: 185px;
  height: 72px;
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-news__wrapper .c-title--section-contents {
    top: -52px;
    width: 232px;
    height: 76px;
  }
}
.p-news__wrapper ul {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-news__wrapper ul {
    margin-bottom: 40px;
  }
}
.p-news__wrapper .c-button--next {
  margin: auto;
}
.p-news__wrapper .c-button--next::after {
  width: 21px;
  height: 20px;
  background: url(../images/icon/icon_next_white.svg) no-repeat;
  background-size: contain;
  right: 52px;
}
@media (min-width: 768px) {
  .p-news__wrapper .c-button--next::after {
    width: 19px;
    height: 18px;
    right: 40px;
  }
}
@media (min-width: 1024px) {
  .p-news__wrapper .c-button--next::after {
    width: 21px;
    height: 20px;
    right: 52px;
  }
}
.p-news__wrapper .c-button--next:hover::after {
  background: url(../images/icon/icon_next_black.svg) no-repeat;
  background-size: contain;
}

.p-cta {
  padding: 147px 20px 65px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .p-cta {
    padding: 125px 80px 74px;
  }
}
.p-cta::before, .p-cta::after {
  content: "";
  position: absolute;
  width: 10%;
  max-width: 54px;
  height: 100%;
  top: 0;
}
.p-cta::before {
  left: calc(-10% + 30px);
  background: url(../images/section/cta/cta_side_left.svg) repeat-y;
  background-size: contain;
}
@media (min-width: 450px) {
  .p-cta::before {
    left: 0;
  }
}
.p-cta::after {
  right: calc(-10% + 30px);
  background: url(../images/section/cta/cta_side_right.svg) repeat-y;
  background-size: contain;
}
@media (min-width: 450px) {
  .p-cta::after {
    right: 0;
  }
}
.p-cta__benefits {
  width: 100%;
  max-width: 375px;
  padding: 88px 20px 2px;
  border-radius: 32px 32px 16px 16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-cta__benefits {
    max-width: 686px;
    padding: 88px 20px 96px;
    border-radius: 56px 56px 24px 24px;
  }
}
@media (min-width: 1300px) {
  .p-cta__benefits {
    max-width: 1160px;
    padding: 104px 80px 48px;
    border-radius: 96px 96px 24px 24px;
  }
}
.p-cta__benefits .c-title--section-contents {
  position: absolute;
  left: 48%;
  transform: translate(-50%);
  top: -76px;
  width: 300px;
  height: 114px;
}
@media (min-width: 768px) {
  .p-cta__benefits .c-title--section-contents {
    top: -35px;
    width: 650px;
    height: 68px;
  }
}
@media (min-width: 768px) {
  .p-cta__benefits__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 20px;
  }
}
.p-cta__line {
  width: 100%;
  max-width: 375px;
  border-radius: 16px 16px 32px 32px;
  padding: 32px 15px 40px;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .p-cta__line {
    max-width: 686px;
    border-radius: 24px 24px 56px 56px;
  }
}
@media (min-width: 1300px) {
  .p-cta__line {
    max-width: 1160px;
    padding: 64px;
    border-radius: 24px 24px 96px 96px;
  }
}
.p-cta__line::after {
  display: none;
  position: absolute;
  content: "";
  background: url(../images/section/cta/cta4_tab.png) no-repeat;
  background-size: cover;
  width: 176px;
  height: 156px;
  bottom: -71px;
  right: 21px;
}
@media (min-width: 768px) {
  .p-cta__line::after {
    display: block;
  }
}
@media (min-width: 1300px) {
  .p-cta__line::after {
    background: url(../images/section/cta/cta4_pc.png);
    background-size: cover;
    width: 224px;
    height: 249px;
    bottom: 52%;
    transform: translateY(50%);
    right: 54px;
  }
}
.p-cta__line .c-title--cta-line {
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .p-cta__line .c-title--cta-line {
    width: 280px;
    height: 116px;
    margin: -80px auto 32px;
  }
}
@media (min-width: 1300px) {
  .p-cta__line .c-title--cta-line {
    position: absolute;
    width: 140px;
    height: 280px;
    writing-mode: vertical-rl;
    top: 138px;
    left: 80px;
  }
}
@media (min-width: 768px) {
  .p-cta__line .c-title--cta-line h3 {
    height: 110%;
  }
}
@media (min-width: 1300px) {
  .p-cta__line .c-title--cta-line h3 {
    height: 104%;
    width: 104%;
    top: -12px;
    left: -8px;
    justify-content: flex-end;
    padding-bottom: 40px;
  }
}
.p-cta__line .c-title--cta-line h3 span {
  line-height: 130%; /* 33.8px */
  letter-spacing: 0.52px;
}
@media (min-width: 1300px) {
  .p-cta__line .c-title--cta-line h3 span {
    margin: 0;
    line-height: 1.2;
  }
}
@media (min-width: 1300px) {
  .p-cta__line .c-title--cta-line h3 span::after {
    top: -31px;
    right: -16px;
    transform: scale(1);
  }
}
@media (min-width: 1300px) {
  .p-cta__line .c-title--cta-line h3 span::before {
    bottom: -34px;
    left: -20px;
    transform: scale(-1);
  }
}
@media (min-width: 768px) {
  .p-cta__line .c-title--cta-line::before {
    width: 100px;
    height: 115px;
    top: -27px;
    left: -72px;
  }
}
@media (min-width: 1300px) {
  .p-cta__line .c-title--cta-line::before {
    width: 120px;
    height: 138px;
    top: -94px;
    left: -2px;
  }
}
.p-cta__line__content strong {
  font-size: 3.6rem;
  font-weight: 700;
  width: 235px;
  display: block;
  margin: 0 auto 48px;
  position: relative;
  line-height: 132%; /* 47.52px */
  letter-spacing: 0.36px;
}
@media (min-width: 768px) {
  .p-cta__line__content strong {
    font-size: 4rem;
    width: 500px;
    letter-spacing: 2px;
  }
}
.p-cta__line__content strong::after {
  position: absolute;
  content: "";
  background: url(../images/section/cta/dot-line.png);
  background-size: cover;
  height: 6px;
  width: 112%;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-cta__line__content strong::after {
    width: 96%;
    height: 8px;
    background: url(../images/section/cta/dot-line_tab.png);
    background-size: cover;
    left: 5px;
    transform: translate(0);
  }
}
.p-cta__line__content__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  width: 270px;
  margin: 0 auto 32px;
}
@media (min-width: 768px) {
  .p-cta__line__content__text {
    width: 549px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-cta__line__link {
  display: block;
  color: #131D34;
  font-size: 1.5rem;
  font-weight: 500;
  width: 185px;
  padding: 7px 4px 8px 4px;
  margin: auto;
  position: relative;
}
.p-cta__line .c-button--line {
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .p-cta__line .c-button--line {
    width: 480px;
    height: 88px;
    font-size: 2.6rem;
  }
}

.p-fv {
  min-height: 660px;
  max-height: 990px;
  margin: auto;
  aspect-ratio: 375/660;
  padding-top: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .p-fv {
    aspect-ratio: 768/910;
  }
}
@media (min-width: 1024px) {
  .p-fv {
    max-width: 1160px;
    max-height: 760px;
    width: 100%;
    aspect-ratio: 1440/900;
    padding-top: clamp(50px, 5vw, 106px);
  }
}
@media (min-width: 1300px) {
  .p-fv {
    padding-top: 106px;
    margin-bottom: 90px;
  }
}
.p-fv__copy {
  width: 100%;
  max-width: 515px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .p-fv__copy {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .p-fv__copy {
    margin: 46px 0 0 0;
  }
}
.p-fv__copy p {
  margin: 0 0 10px 0;
}
@media (min-width: 1024px) {
  .p-fv__copy p {
    margin: 0 0 56px 0;
  }
}
.p-fv__copy h1 {
  margin: 0 0 5px 0;
}
@media (min-width: 1024px) {
  .p-fv__copy h1 {
    margin: 0 0 30px 0;
    width: 107%;
  }
}
@media (min-width: 1024px) {
  .p-fv__copy figure {
    width: 105%;
  }
}
.p-fv__mv {
  position: absolute;
  width: 115%;
  max-width: 700px;
  height: 100%;
  z-index: 1;
  top: 100px;
  left: 46%;
  transform: translateX(-50%);
}
.p-fv__mv figure {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-fv__mv {
    top: 90px;
  }
}
@media (min-width: 1024px) {
  .p-fv__mv {
    top: -57px;
    left: clamp(0px, 40vw, 460px);
    height: auto;
    transform: translateX(0);
    right: -50px;
    width: 60%;
  }
}
@media (min-width: 1300px) {
  .p-fv__mv {
    left: initial;
    max-width: 700px;
  }
}
.p-fv__ae-1 {
  position: absolute;
  max-width: 300px;
  width: 62%;
  top: -12px;
  right: -80px;
}
@media (min-width: 768px) {
  .p-fv__ae-1 {
    top: -75px;
  }
}
@media (min-width: 1024px) {
  .p-fv__ae-1 {
    max-width: 350px;
    top: -15px;
    right: -115px;
  }
}
.p-fv__ae-2 {
  width: 300px;
  position: absolute;
  top: 837px;
  left: -90px;
}
@media (min-width: 768px) {
  .p-fv__ae-2 {
    width: 350px;
    top: 775px;
    left: -100px;
  }
}
@media (min-width: 1024px) {
  .p-fv__ae-2 {
    top: 630px;
    left: -35px;
  }
}
.p-fv__ae-3 {
  position: absolute;
  width: clamp(200px, 102px + 20.83vw, 260px);
  top: 760px;
  right: -85px;
}
@media (min-width: 768px) {
  .p-fv__ae-3 {
    width: 420px;
    top: 570px;
    right: -50px;
  }
}
@media (min-width: 1024px) {
  .p-fv__ae-3 {
    top: 615px;
    right: -20px;
  }
}
.p-fv__ae-4 {
  position: absolute;
  width: 220px;
  top: 1160px;
  left: 0;
}
@media (min-width: 768px) {
  .p-fv__ae-4 {
    width: 520px;
    top: 1540px;
    left: -28px;
  }
}
@media (min-width: 1024px) {
  .p-fv__ae-4 {
    width: 700px;
    top: 1360px;
    left: -100px;
  }
}
.p-fv__deco5 {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .p-fv__deco5 {
    display: block;
    top: 320px;
    right: 10px;
  }
}
@media (min-width: 1024px) {
  .p-fv__deco5 {
    top: 690px;
    right: 560px;
  }
}
.p-fv__deco6 {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .p-fv__deco6 {
    display: block;
    top: 180px;
    right: 100px;
  }
}
@media (min-width: 1024px) {
  .p-fv__deco6 {
    top: 125px;
    right: 250px;
  }
}
.p-fv__deco7 {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .p-fv__deco7 {
    display: block;
    top: 150px;
    left: 40px;
  }
}
@media (min-width: 1024px) {
  .p-fv__deco7 {
    top: 690px;
    right: 225px;
    left: inherit;
  }
}
.p-fv__deco8 {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .p-fv__deco8 {
    display: block;
    top: 670px;
    left: 25px;
  }
}
@media (min-width: 1024px) {
  .p-fv__deco8 {
    top: 125px;
    left: 45px;
  }
}

.p-faq {
  position: relative;
  padding: 65px 17.5px 80px;
}
@media (min-width: 768px) {
  .p-faq {
    padding: 135px 32px 120px;
  }
}
.p-faq .c-background--tekkunNote {
  position: absolute;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 225px;
}
@media (min-width: 768px) {
  .p-faq .c-background--tekkunNote {
    height: 330px;
  }
}
@media (min-width: 1024px) {
  .p-faq .c-background--tekkunNote {
    height: 360px;
  }
}
.p-faq .c-title--section {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .p-faq .c-title--section {
    margin-bottom: 104px;
  }
}
@media (min-width: 1024px) {
  .p-faq .c-title--section {
    margin-bottom: 80px;
  }
}
.p-faq__wrapper {
  position: relative;
  z-index: 20;
  border-radius: 40px;
  padding: 24px 12px 24px 16px;
  max-width: 340px;
  margin: auto;
}
@media (min-width: 768px) {
  .p-faq__wrapper {
    max-width: 770px;
    padding: 24px 48px;
  }
}
@media (min-width: 1024px) {
  .p-faq__wrapper {
    max-width: 920px;
  }
}
.p-faq__item {
  border-bottom: 2px solid #E9F8FE;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.3px;
}
@media (min-width: 768px) {
  .p-faq__item {
    font-size: 1.6rem;
  }
}
.p-faq__item:last-child {
  border-bottom: 0;
}
.p-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 50px;
  position: relative;
}
.p-faq__question::before {
  position: absolute;
  content: "";
  background: url(../images/icon/icon_q.png);
  background-size: cover;
  width: 40px;
  height: 40px;
  top: 0;
  left: -52px;
}
@media (min-width: 768px) {
  .p-faq__question::before {
    top: -5px;
  }
}
.p-faq__question__btn {
  font-size: 0;
  width: 30px;
  height: 26px;
  background: url(../images/icon/icon_arrow-down.svg);
  background-size: cover;
  background-position: center;
  flex: 0 0 auto;
}
.p-faq__question__btn.active {
  transform: rotate(180deg);
}
.p-faq__answer {
  margin-left: 50px;
  position: relative;
  padding-top: 5px;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transition: max-height 0.4s ease-out, opacity 0.3s ease-out, margin-top 0.3s ease-out;
}
.p-faq__answer::before {
  position: absolute;
  content: "";
  background: url(../images/icon/icon_a.png);
  background-size: cover;
  width: 40px;
  height: 40px;
  top: 0;
  left: -52px;
}
.p-faq__answer.active {
  max-height: inherit; /* 適切な値に調整 */
  opacity: 1;
  margin-top: 24px;
}

.p-comparison {
  padding: 43px 10px 53px;
  position: relative;
}
.p-comparison .c-title--section {
  margin-bottom: 47px;
}
@media (min-width: 768px) {
  .p-comparison .c-title--section {
    margin-bottom: 84px;
  }
}
@media (min-width: 768px) {
  .p-comparison .c-title--section {
    margin-bottom: 97px;
  }
}
.p-comparison__caution {
  font-size: 1.4rem;
  color: #666666;
  line-height: 1.6;
  letter-spacing: 0.28px;
  margin: 10px auto 0;
  max-width: 714px;
}
@media (min-width: 1024px) {
  .p-comparison__caution {
    max-width: 920px;
  }
}

.p-table--comparison {
  width: 100%;
  max-width: 714px;
  margin: auto;
  overflow-x: scroll;
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .p-table--comparison {
    max-width: 920px;
  }
}
.p-table--comparison::-webkit-scrollbar {
  display: none;
}
.p-table--comparison table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.p-table--comparison__wrapper {
  font-size: 1.6rem;
  color: #666666;
}
.p-table--comparison__wrapper td {
  width: 180px;
  text-align: center;
  padding: 22px;
}
@media (min-width: 1024px) {
  .p-table--comparison__wrapper td {
    width: 230px;
    word-break: keep-all;
  }
}
.p-table--comparison__wrapper td:first-child {
  color: #131D34;
  vertical-align: middle;
}
.p-table--comparison__wrapper td div img {
  margin-bottom: 10px;
}
.p-table--comparison__hide {
  visibility: hidden;
  opacity: 0;
}
.p-table--comparison__td {
  vertical-align: middle;
  background: #FFF;
  border: 2.5px solid #E9F8FE;
}
.p-table--comparison__RaiseTech {
  background: #FFFEF5;
  color: #131D34;
  border-left: 4px solid #02A6CD;
  border-right: 4px solid #02A6CD;
}
.p-table--comparison .c-border--bottom-dblue {
  border-bottom: 4px solid #02A6CD;
}
.p-table--comparison__RaiseTech--head {
  background: #02A6CD;
  color: #FFF;
  border-left: 4px solid #02A6CD;
  border-right: 4px solid #02A6CD;
  border-top: 4px solid #02A6CD;
  position: relative;
}
.p-table--comparison__RaiseTech--head::before, .p-table--comparison__RaiseTech--head::after {
  position: absolute;
  content: "";
}
.p-table--comparison__RaiseTech--head::before {
  width: 184px;
  height: 20px;
  background: #02A6CD;
  border-radius: 16px 16px 0 0;
  top: -17px;
  left: -4px;
}
@media (min-width: 1024px) {
  .p-table--comparison__RaiseTech--head::before {
    width: 234px;
  }
}
.p-table--comparison__RaiseTech--head::after {
  width: 47px;
  height: 44px;
  background: url(../images/section/comparison/tekkun05.svg);
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.p-table--comparison__RaiseTech--head p {
  font-size: 1.8rem;
}

.p-scrollbar__track {
  display: block;
  margin: 24px auto 10px;
  position: relative;
  max-width: 344px;
  height: 8px;
  background: #B3B3B3;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-scrollbar__track {
    display: none;
  }
}
.p-scrollbar__track__thumb {
  height: 100%;
  background: #2BB8D9;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.p-scrollbar__text {
  display: flex;
  justify-content: right;
  max-width: 344px;
}
.p-scrollbar__text img {
  display: block;
  width: 97px;
}
@media (min-width: 768px) {
  .p-scrollbar__text {
    display: none;
  }
}

.p-trial {
  padding: 0 20px 136px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-trial {
    padding: 0 20px 310px;
  }
}
.p-trial::after {
  position: absolute;
  content: "";
  background: url(../images/section/trial/nami-bottom.png);
  background-size: cover;
  width: 100%;
  min-height: 165px;
  height: 28vw;
  left: 0;
  bottom: -2px;
}
.p-trial__wrapper {
  border-radius: 24px;
  padding: 0 10px 40px;
  max-width: 375px;
  margin: auto;
  position: relative;
  z-index: 10;
  filter: drop-shadow(0px 2px 5px rgba(9, 77, 88, 0.2));
}
@media (min-width: 768px) {
  .p-trial__wrapper {
    max-width: 770px;
    padding: 0 10px 56px;
  }
}
@media (min-width: 1024px) {
  .p-trial__wrapper {
    max-width: 920px;
  }
}
.p-trial__wrapper .c-title--shadow-on {
  width: 285px;
  height: 122px;
  margin: 0 auto 30px;
  word-break: break-word;
  text-align: center;
  position: relative;
  top: -50px;
  filter: drop-shadow(0px 2px 5px rgba(9, 77, 88, 0.2));
}
@media (min-width: 768px) {
  .p-trial__wrapper .c-title--shadow-on {
    width: 466px;
    height: 77px;
    top: -35px;
  }
}
.p-trial__wrapper .c-title--shadow-on h2 {
  height: 104%;
  width: 102%;
  padding: 0 15px 5px;
  line-height: 130%; /* 41.6px */
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .p-trial__wrapper .c-title--shadow-on h2 {
    height: 112%;
  }
}
.p-trial__content {
  width: 260px;
  margin: 0 auto;
}
.p-trial__content p {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.3px;
}
.p-trial__content strong {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .p-trial__content strong {
    font-size: 4.8rem;
    width: 300px;
  }
}
.p-trial__content strong::before {
  position: absolute;
  content: "";
  background: url(../images/section/trial/2week.png);
  background-size: cover;
  width: 84px;
  height: 84px;
  top: -76px;
  left: -32px;
}
@media (min-width: 768px) {
  .p-trial__content strong::before {
    top: 50%;
    transform: translateY(-50%);
    left: -190px;
    width: 151px;
    height: 151px;
  }
}
.p-trial__content strong::after {
  position: absolute;
  content: "";
  background: url(../images/section/trial/dot.svg);
  width: 100%;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
}
.p-trial__content a {
  color: #02A6CD;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.75px;
  width: 160px;
  display: flex;
  gap: 10px;
  border-bottom: 2px solid #02A6CD;
  padding: 7px 4px;
  margin: 0 auto 40px;
}
.p-trial__figure {
  width: 316px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-trial__figure {
    width: 475px;
  }
}

.p-support {
  padding: 58px 0 45px 0;
}
@media (min-width: 768px) {
  .p-support {
    padding: 96px 0 170px 0;
  }
}
.p-support .c-title--section {
  width: 267px;
  margin-bottom: 162px;
}
@media (min-width: 768px) {
  .p-support .c-title--section {
    width: auto;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .p-support .c-title--section {
    margin-bottom: 170px;
  }
}
.p-support__list {
  padding: 0 20px;
  max-width: 1110px;
  margin: auto;
}
@media (min-width: 768px) {
  .p-support__list {
    max-width: 680px;
  }
}
.p-support__card {
  width: 100%;
  max-width: 375px;
  min-height: 271px;
  padding: 56px 24px 207px;
  margin: 0 auto 230px;
  background: #FFF;
  border-radius: 48px;
  box-shadow: 7.2px 7.2px 28.8px 0px rgba(14, 81, 92, 0.16);
  position: relative;
}
@media (min-width: 768px) {
  .p-support__card {
    max-width: none;
    padding: 64px 104px 56px;
    margin-bottom: 330px;
  }
}
@media (min-width: 1024px) {
  .p-support__card {
    margin-bottom: 170px;
  }
}
.p-support__card__number {
  display: block;
  width: 95px;
  position: absolute;
  top: -45px;
  left: 0;
}
@media (min-width: 768px) {
  .p-support__card__number {
    width: 124px;
    top: -55px;
  }
}
.p-support__card h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-support__card h3 {
    font-size: 2.6rem;
    margin-bottom: 32px;
    letter-spacing: 1.04px;
    line-height: 160%;
  }
}
.p-support__card li {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 175%; /* 26.25px */
  letter-spacing: 0.3px;
  position: relative;
  margin: 0 0 9px 22px;
}
@media (min-width: 768px) {
  .p-support__card li {
    font-size: 1.6rem;
  }
}
.p-support__card li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_sankaku-blue.svg);
  top: 5px;
  left: -22px;
}
.p-support__card--odd figure {
  width: 252px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  .p-support__card--odd figure {
    left: inherit;
    transform: inherit;
    right: -28px;
    bottom: -150px;
  }
}
@media (min-width: 1024px) {
  .p-support__card--odd figure {
    width: 280px;
    height: 230px;
    right: -210px;
    bottom: 15px;
  }
}
.p-support__card--odd::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 240px;
  background: url(../images/section/support/dot-wave--odd.svg);
  background-size: cover;
  bottom: -240px;
  right: 15px;
}
@media (min-width: 768px) {
  .p-support__card--odd::after {
    bottom: -330px;
    right: 90px;
  }
}
@media (min-width: 1024px) {
  .p-support__card--odd::after {
    bottom: -195px;
    right: -97px;
  }
}
.p-support__card--even figure {
  width: 252px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  .p-support__card--even figure {
    left: -53px;
    transform: inherit;
    bottom: -163px;
  }
}
@media (min-width: 1024px) {
  .p-support__card--even figure {
    bottom: 0;
    left: -190px;
  }
}
.p-support__card--even::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 240px;
  background: url(../images/section/support/dot-wave--even.svg);
  background-size: cover;
  bottom: -240px;
  left: 45px;
}
@media (min-width: 768px) {
  .p-support__card--even::after {
    bottom: -360px;
    left: 95px;
  }
}
@media (min-width: 1024px) {
  .p-support__card--even::after {
    bottom: -200px;
    left: -90px;
  }
}
.p-support .c-button--next {
  margin: 36px auto 0;
}
@media (min-width: 768px) {
  .p-support .c-button--next {
    margin: 40px auto 0;
  }
}
.p-support li:last-child {
  margin-bottom: 0;
}
.p-support li:last-child::after {
  display: none;
}
.p-support__accent, .p-support__accent--even, .p-support__accent--odd {
  display: block;
  width: 160px;
  position: absolute;
}
@media (min-width: 768px) {
  .p-support__accent, .p-support__accent--even, .p-support__accent--odd {
    width: 200px;
  }
}
.p-support__accent--odd {
  top: -115px;
  left: -20px;
}
@media (min-width: 768px) {
  .p-support__accent--odd {
    top: -140px;
    left: -88px;
  }
}
@media (min-width: 1024px) {
  .p-support__accent--odd {
    top: -80px;
    left: -225px;
  }
}
.p-support__accent--even {
  top: -95px;
  right: -20px;
}
@media (min-width: 768px) {
  .p-support__accent--even {
    top: -127px;
    right: -86px;
  }
}
@media (min-width: 1024px) {
  .p-support__accent--even {
    top: -80px;
    right: -200px;
  }
}

.p-study {
  padding: 56px 20px 0;
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .p-study {
    max-width: 776px;
    padding: 56px 0 0;
  }
}
@media (min-width: 1024px) {
  .p-study {
    padding: 134px 0 0;
  }
}
.p-study .c-title--section {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .p-study .c-title--section {
    margin-bottom: 92px;
  }
}
@media (min-width: 1024px) {
  .p-study .c-title--section {
    margin-bottom: 130px;
  }
}
.p-study__card {
  width: 100%;
  padding: 32px 20px;
  background: #E9F8FE;
  box-shadow: 0px 1.7px 8.5px 0px rgba(9, 77, 88, 0.24);
  position: relative;
  z-index: 15;
}
@media (min-width: 768px) {
  .p-study__card {
    padding: 40px clamp(0px, 10%, 72px);
  }
}
.p-study__card h3 {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 24px;
}
.p-study__card h3 p {
  font-size: 2.6rem;
  margin: 0;
}
@media (min-width: 768px) {
  .p-study__card h3 p {
    font-size: 3.2rem;
  }
}
.p-study__card h3 figure {
  width: 41px;
}
.p-study__card ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 24px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-study__card ul {
    margin-bottom: 32px;
  }
}
.p-study__card p {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}
.p-study__card p span {
  color: #2BB8D9;
}
.p-study__odd {
  margin-bottom: 240px;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .p-study__odd {
    margin-bottom: 160px;
  }
}
.p-study__odd .p-study__card {
  border-radius: 16px 48px 16px 16px;
}
@media (min-width: 768px) {
  .p-study__odd .p-study__card {
    border-radius: 24px 96px 24px 24px;
  }
}
.p-study__odd .p-study__pct, .p-study__odd .p-study__even .p-study__pct--last, .p-study__even .p-study__odd .p-study__pct--last {
  width: 300px;
  position: absolute;
  bottom: -165px;
  right: -35px;
  z-index: 5;
}
@media (min-width: 768px) {
  .p-study__odd .p-study__pct, .p-study__odd .p-study__even .p-study__pct--last, .p-study__even .p-study__odd .p-study__pct--last {
    width: 360px;
    bottom: -178px;
    right: -50px;
  }
}
@media (min-width: 1024px) {
  .p-study__odd .p-study__pct, .p-study__odd .p-study__even .p-study__pct--last, .p-study__even .p-study__odd .p-study__pct--last {
    width: 555px;
    bottom: inherit;
    top: 26px;
    right: -490px;
  }
}
.p-study__odd .p-study__illa, .p-study__odd .p-study__even .p-study__illa--last, .p-study__even .p-study__odd .p-study__illa--last {
  width: 118px;
  position: absolute;
  bottom: -170px;
  left: 0;
  z-index: 15;
}
@media (min-width: 768px) {
  .p-study__odd .p-study__illa, .p-study__odd .p-study__even .p-study__illa--last, .p-study__even .p-study__odd .p-study__illa--last {
    width: 139px;
    bottom: inherit;
    left: inherit;
    top: 0;
    right: 0;
    top: -50px;
    right: 30px;
  }
}
.p-study__odd .p-study__illa img, .p-study__odd .p-study__even .p-study__illa--last img, .p-study__even .p-study__odd .p-study__illa--last img {
  width: 100%;
}
.p-study__even {
  margin-bottom: 240px;
  position: relative;
}
@media (min-width: 1024px) {
  .p-study__even {
    margin-bottom: 160px;
  }
}
.p-study__even .p-study__card {
  border-radius: 48px 16px 16px 16px;
}
@media (min-width: 768px) {
  .p-study__even .p-study__card {
    border-radius: 96px 24px 24px 24px;
  }
}
.p-study__even .p-study__pct, .p-study__even .p-study__pct--last {
  width: 300px;
  position: absolute;
  left: -60px;
  bottom: -165px;
  z-index: 5;
}
@media (min-width: 768px) {
  .p-study__even .p-study__pct, .p-study__even .p-study__pct--last {
    width: 360px;
    bottom: -178px;
    right: -50px;
  }
}
@media (min-width: 1024px) {
  .p-study__even .p-study__pct, .p-study__even .p-study__pct--last {
    width: 555px;
    bottom: inherit;
    right: inherit;
    top: 26px;
    left: -490px;
  }
}
.p-study__even .p-study__illa, .p-study__even .p-study__illa--last {
  width: 118px;
  position: absolute;
  right: 0;
  bottom: -170px;
  z-index: 15;
}
@media (min-width: 768px) {
  .p-study__even .p-study__illa, .p-study__even .p-study__illa--last {
    width: 138px;
    bottom: inherit;
    right: 30px;
    top: -50px;
  }
}
.p-study__even .p-study__illa img, .p-study__even .p-study__illa--last img {
  width: 100%;
}
.p-study__even .p-study__pct--last {
  left: -115px;
}
@media (min-width: 768px) {
  .p-study__even .p-study__pct--last {
    left: -505px;
    top: 100px;
  }
}
.p-study__even .p-study__illa--last {
  width: 127.5px;
  bottom: -200px;
  right: 5px;
}
@media (min-width: 768px) {
  .p-study__even .p-study__illa--last {
    right: 30px;
    bottom: inherit;
    top: -50px;
  }
}
@media (min-width: 1024px) {
  .p-study__even .p-study__illa--last {
    width: 150px;
    top: -57px;
  }
}
.p-study__even .p-study__illa--last img {
  width: 100%;
}
.p-study__button {
  width: 100%;
  flex: 0 0 auto;
}
.p-study__button a {
  display: block;
  color: #131D34;
  width: 100%;
  padding: 12px 24px 13px 40px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .p-study__button a {
    padding: 13px 24px 13px 40px;
  }
}
.p-study__button a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 5;
  visibility: hidden;
}
.p-study__button a:hover::before {
  opacity: 0.4;
  visibility: visible;
}
.p-study__button a::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  background: url(../images/icon/icon_arrow_button.svg);
  background-size: cover;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.p-study__button p {
  display: block;
  color: #131D34;
  width: 100%;
  padding: 12px 24px 13px 40px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .p-study__button p {
    padding: 13px 24px 13px 40px;
  }
}
@media (min-width: 768px) {
  .p-study .c-button--course--marke {
    max-width: 337px;
  }
}
.p-study .c-button--course--marke a {
  padding: 13px 16px 13px 20px;
}
@media (min-width: 768px) {
  .p-study .c-button--course--marke a {
    padding: 13px 24px 13px 40px;
  }
}
.p-study .c-button--course--marke a::after {
  right: 17px;
}
.p-study__job {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-study__job {
    flex-direction: row;
    gap: 32px;
  }
}
.p-study__job p:first-child {
  position: relative;
}
.p-study__job p:first-child::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 13px;
  background: url(../images/icon/icon_Warrow.svg);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
}
.p-study__job-marke {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.p-study__job-marke p:first-child {
  position: relative;
}
.p-study__job-marke p:first-child::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 13px;
  background: url(../images/icon/icon_Warrow.svg);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
}
.p-study__accent {
  background: #131D34;
  border-radius: 8px 20px 8px 8px;
  width: 236px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 23px;
  bottom: -55px;
}
@media (min-width: 768px) {
  .p-study__accent {
    width: 416px;
    border-radius: 8px 24px 8px 8px;
    right: -20px;
    height: 51px;
    bottom: -35px;
  }
}
.p-study__accent::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/icon/icon_denki.png);
  background-size: cover;
  right: -39px;
  top: -26px;
  transform: rotate(13deg);
}
.p-study__accent p {
  color: #FFF;
  line-height: 160%; /* 24px */
  font-weight: 500;
  letter-spacing: 0.5px;
  width: 198px;
  margin: 0;
}
@media (min-width: 768px) {
  .p-study__accent p {
    width: auto;
    font-size: 1.6rem;
  }
}
.p-study .c-obje--study-1, .p-study .c-obje--study-2, .p-study .c-obje--study-3, .p-study .c-obje--study-4 {
  position: absolute;
  display: none;
  z-index: 5;
}
@media (min-width: 768px) {
  .p-study .c-obje--study-1, .p-study .c-obje--study-2, .p-study .c-obje--study-3, .p-study .c-obje--study-4 {
    display: block;
  }
}
.p-study .c-obje--study-1 {
  display: block;
  width: 270px;
  top: -235px;
  left: 60px;
}
@media (min-width: 768px) {
  .p-study .c-obje--study-1 {
    top: 17%;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .p-study .c-obje--study-1 {
    width: 547px;
    top: -10%;
    left: -400px;
  }
}
@media (min-width: 768px) {
  .p-study .c-obje--study-2 {
    width: 158px;
    top: 42%;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .p-study .c-obje--study-2 {
    width: 200px;
    top: 40%;
    right: -230px;
  }
}
@media (min-width: 768px) {
  .p-study .c-obje--study-3 {
    width: 185px;
    bottom: 33%;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .p-study .c-obje--study-3 {
    width: 233px;
    bottom: 37%;
    left: -250px;
  }
}
@media (min-width: 768px) {
  .p-study .c-obje--study-4 {
    width: 129px;
    bottom: 2%;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .p-study .c-obje--study-4 {
    width: 133px;
    bottom: -3%;
    right: -220px;
  }
}

.p-teacher {
  position: relative;
  margin-bottom: 200px;
  padding: 104px 0 0;
}
@media (min-width: 768px) {
  .p-teacher {
    margin-bottom: 120px;
  }
}
@media (min-width: 1300px) {
  .p-teacher {
    padding: 134px 0 0;
    margin-bottom: 0;
  }
}
.p-teacher__wrapper {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .p-teacher__wrapper {
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .p-teacher__wrapper {
    padding-bottom: 82px;
  }
}
.p-teacher .c-obje--mokumoku {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media (min-width: 1024px) {
  .p-teacher .c-obje--mokumoku {
    top: 134px;
  }
}
.p-teacher .c-title--section {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-teacher .c-title--section {
    margin-bottom: 56px;
  }
}
.p-teacher__text {
  font-size: 1.5rem;
  line-height: 175%; /* 26.25px */
  letter-spacing: 0.3px;
  max-width: 621px;
  margin-bottom: 106px;
}
@media (min-width: 768px) {
  .p-teacher__text {
    font-size: 16px;
    margin-bottom: 208px;
  }
}
@media (min-width: 1300px) {
  .p-teacher__text {
    font-size: 1.8rem;
    margin-bottom: 233px;
  }
}
.p-teacher__slide {
  width: 360px;
  max-width: 980px;
  padding: 10px 0;
  margin-bottom: 150px;
  position: relative;
}
@media (min-width: 768px) {
  .p-teacher__slide {
    width: 405px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1300px) {
  .p-teacher__slide {
    width: 100%;
    margin-bottom: 125px;
  }
}
.p-teacher .slider-teacher {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 8px;
}
@media (min-width: 1300px) {
  .p-teacher .slider-teacher {
    overflow-x: hidden;
  }
}
.p-teacher .slick-prev {
  top: 35%;
  left: 0;
  z-index: 10;
}
@media (min-width: 1300px) {
  .p-teacher .slick-prev {
    left: -50px;
  }
}
.p-teacher .slick-next {
  top: 35%;
  right: 0;
  z-index: 10;
}
@media (min-width: 1300px) {
  .p-teacher .slick-next {
    right: -50px;
  }
}
.p-teacher .slick-list {
  width: 306px;
}
.p-teacher .slick-track {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.p-teacher__card, .p-teacher .slick-slide {
  position: relative;
  width: 306px;
  height: 419px;
  background: #E9F8FE;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-teacher__card, .p-teacher .slick-slide {
    width: 280px;
  }
}
.p-teacher__card__head, .p-teacher .slick-slide__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-teacher__card__head figure, .p-teacher .slick-slide__head figure {
  width: 162px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}
.p-teacher__card__head p, .p-teacher .slick-slide__head p {
  margin-top: -12px;
}
.p-teacher__card__name, .p-teacher .slick-slide__name {
  font-size: 2.6rem;
}
.p-teacher__card__text, .p-teacher .slick-slide__text {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
.p-teacher__card__link, .p-teacher .slick-slide__link {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.45px;
  width: 103px;
  padding: 7px 4px 8px 4px;
  position: relative;
}
.p-teacher__card:nth-child(3n+1)::before, .p-teacher .slick-slide:nth-child(3n+1)::before {
  position: absolute;
  content: "";
  width: 54px;
  height: 50px;
  right: -7px;
  top: -7px;
  background: url(../images/section/teacher/card-deco-1.svg);
  background-size: contain;
}
.p-teacher__card:nth-child(3n+2)::before, .p-teacher .slick-slide:nth-child(3n+2)::before {
  position: absolute;
  content: "";
  width: 54px;
  height: 50px;
  right: -7px;
  top: -7px;
  background: url(../images/section/teacher/card-deco-2.svg);
  background-size: contain;
}
.p-teacher__card:nth-child(3n+3)::before, .p-teacher .slick-slide:nth-child(3n+3)::before {
  position: absolute;
  content: "";
  width: 54px;
  height: 50px;
  right: -7px;
  top: -7px;
  background: url(../images/section/teacher/card-deco-3.svg);
  background-size: contain;
}
.p-teacher .c-button--next {
  margin: auto;
}
.p-teacher .c-button--next::after {
  background: url(../images/icon/icon_arrow-right.svg);
  background-size: cover;
}

.p-why {
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-why {
    padding: 0 32px;
  }
}
.p-why__wrapper1 {
  border-radius: 0px 24px 24px 24px;
  padding: 40px 33px;
  margin-bottom: 24px;
  position: relative;
  box-shadow: 0px 1.335px 6.676px 0px rgba(9, 77, 88, 0.24);
  max-width: 306px;
}
@media (min-width: 768px) {
  .p-why__wrapper1 {
    border-radius: 0px 20.255px 20.255px 20.255px;
    padding: 27px 33px 20px;
    margin-bottom: 5px;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .p-why__wrapper1 {
    padding: 32px 40px 24px 33px;
  }
}
@media (min-width: 1300px) {
  .p-why__wrapper1 {
    left: -110px;
    top: 0;
  }
}
.p-why__wrapper2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 24px;
  padding: 22px 32px 32px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%; /* 27px */
  position: relative;
  box-shadow: 0px 1.335px 6.676px 0px rgba(9, 77, 88, 0.24);
  max-width: 370px;
}
@media (min-width: 768px) {
  .p-why__wrapper2 {
    max-width: 270px;
    margin: auto;
    border-radius: 20px;
    padding: 24px 33px;
  }
}
@media (min-width: 1300px) {
  .p-why__wrapper2 {
    max-width: 320px;
    position: absolute;
    right: -150px;
    top: 50px;
  }
}
.p-why__wrapper2 figure {
  max-width: 240px;
}
.p-why__wrapper2 p {
  max-width: 240px;
  line-height: 1.6;
  -webkit-text-decoration: 11px rgba(234, 252, 131, 0.6392156863) underline;
          text-decoration: 11px rgba(234, 252, 131, 0.6392156863) underline;
  text-underline-offset: -2px;
}
@media (min-width: 1300px) {
  .p-why__wrapper2 p {
    font-size: 2rem;
  }
}
.p-why__wrapper2::before {
  position: absolute;
  content: "";
  background: url(../images/section/teacher/fukidasi.png);
  background-size: cover;
  width: 116px;
  height: 66px;
  top: -40px;
  left: -10px;
}
@media (min-width: 768px) {
  .p-why__wrapper2::before {
    width: 97px;
    height: 55px;
    top: -20px;
    left: -11px;
  }
}
@media (min-width: 1300px) {
  .p-why__wrapper2::before {
    width: 116px;
    height: 66px;
    top: -40px;
    left: -10px;
  }
}
.p-why .c-title--sub {
  font-size: 1.8rem;
  position: absolute;
  top: -40px;
  left: -10px;
}
.p-why figure {
  margin-bottom: 10px;
}
.p-why .c-obje--yajirushi {
  width: 18px;
}
@media (min-width: 768px) {
  .p-why .c-obje--yajirushi {
    width: 20px;
    transform: rotate(-90deg);
  }
}
.p-why__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-why__list {
    flex-direction: row;
  }
}
.p-why__item {
  max-width: 240px;
  height: 206px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (min-width: 768px) {
  .p-why__item {
    max-width: 203px;
    height: 178px;
    width: 30%;
    font-size: 1.35rem;
  }
}
@media (min-width: 1300px) {
  .p-why__item {
    font-size: 1.6rem;
    max-width: 240px;
    height: 206px;
  }
}

.p-strengths {
  padding: 119px 0 0;
}
@media (min-width: 768px) {
  .p-strengths {
    padding: 104px 0 0;
  }
}
@media (min-width: 1024px) {
  .p-strengths {
    padding: 120px 0 0;
  }
}
.p-strengths .c-title--section-contents {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .p-strengths .c-title--section-contents {
    margin-bottom: 80px;
  }
}
.p-strengths__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .p-strengths__wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .p-strengths__wrapper {
    gap: 40px;
  }
}
.p-strengths__card {
  max-width: 334px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .p-strengths__card {
    max-width: 239px;
    height: 470px;
  }
}
@media (min-width: 1024px) {
  .p-strengths__card {
    max-width: 360px;
    height: 540px;
  }
}
.p-strengths__card div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-strengths__card div {
    gap: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .p-strengths__card div {
    gap: 16px;
  }
}
.p-strengths__card div figure {
  position: relative;
  width: 100%;
}
.p-strengths__card div figure::before, .p-strengths__card div figure::after {
  display: block;
  position: absolute;
  content: "";
}
.p-strengths__card div figure::before {
  width: 67px;
  height: 44px;
  border-radius: 13.828px 0px 14.75px 0px;
  background: #FFF;
  top: 0px;
}
@media (min-width: 768px) {
  .p-strengths__card div figure::before {
    width: 48px;
    height: 32px;
  }
}
@media (min-width: 1024px) {
  .p-strengths__card div figure::before {
    width: 72px;
    height: 48px;
  }
}
.p-strengths__card div figure::after {
  top: -20px;
  left: 8px;
}
.p-strengths__card h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-strengths__card h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .p-strengths__card h3 {
    font-size: 2.4rem;
  }
}
.p-strengths__card p {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.3px;
}
@media (min-width: 768px) {
  .p-strengths__card p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .p-strengths__card p {
    font-size: 1.5rem;
  }
}
.p-strengths .c-button--next {
  margin: 0 auto;
}
.p-strengths .c-button--next::after {
  background: url(../images/icon/icon_arrow-down.svg);
  background-size: cover;
}

.p-student__wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1360px;
  padding: 40px 0 0 0;
}
@media (min-width: 768px) {
  .p-student__wrapper {
    padding: 56px;
  }
}
.p-student__wrapper::before {
  position: absolute;
  content: "";
  width: 97%;
  height: 574px;
  border-radius: 16px 48px 16px 16px;
  background: linear-gradient(121deg, #3DD1E8 7.76%, #3DC4E3 96.85%);
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .p-student__wrapper::before {
    height: 634px;
    border-radius: 32px 120px 32px 32px;
  }
}
@media (min-width: 1300px) {
  .p-student__wrapper::before {
    width: 100%;
    max-width: 1360px;
    left: -35px;
  }
}
.p-student__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 8px;
  color: #131D34;
}
@media (min-width: 768px) {
  .p-student__card {
    margin: 0 20px;
  }
}
.p-student__card__title {
  box-shadow: 0px 2px 10px 0px rgba(9, 77, 88, 0.24);
}
.p-student__profile {
  position: relative;
  background: #FFF;
  border-radius: 24px;
  padding: 18px 16px 20px;
  width: 312px;
  box-shadow: 0px 2px 10px 0px rgba(9, 77, 88, 0.24);
}
@media (min-width: 768px) {
  .p-student__profile {
    width: 360px;
  }
}
@media (min-width: 1024px) {
  .p-student__profile {
    padding: 25px 24px 24px;
  }
}
.p-student__profile figure {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: absolute;
  top: -20px;
  left: 16px;
  background: #eeeeee;
}
.p-student__profile__content1 {
  padding-left: 110px;
  margin-bottom: 16px;
  text-align: left;
}
.p-student__profile__course p {
  font-size: 1.3rem;
}
.p-student__profile__name {
  font-size: 1.5rem;
  line-height: 2;
}
.p-student__profile__before {
  text-align: left;
  background: #f0f0f0;
  padding: 0px 8px 16px 8px;
  min-height: 62px;
}
.p-student__profile__before span {
  display: block;
  font-size: 1.6rem;
  font-family: Montserrat;
  font-weight: 700;
  color: #969494;
  line-height: 1.5;
}
.p-student__profile__before p {
  font-size: 1.5rem;
  text-align: center;
}
.p-student__profile .c-obje--yajirushi--down {
  text-align: center;
}
.p-student__profile__after {
  text-align: left;
  background: #F5FBD2;
  padding: 0px 8px 16px 8px;
  margin-bottom: 13px;
  min-height: 62px;
}
.p-student__profile__after span {
  display: block;
  font-size: 1.6rem;
  font-family: Montserrat;
  font-weight: 700;
  color: #F5a905;
  line-height: 1.5;
}
.p-student__profile__after p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.p-student__profile__link {
  display: block;
  padding: 7px 4px 8px 4px;
  width: 103px;
  font-size: 1.5rem;
  position: relative;
  margin: 0 auto;
}
.p-student .slick-slider {
  margin: auto;
  width: 370px;
}
@media (min-width: 768px) {
  .p-student .slick-slider {
    width: 480px;
  }
}
@media (min-width: 1300px) {
  .p-student .slick-slider {
    width: 100%;
    max-width: 1170px;
    overflow-x: hidden;
  }
}
.p-student .slick-list {
  margin: 0 auto;
  width: 330px;
}
.p-student .slick-track {
  display: flex !important;
  align-items: center;
}
.p-student .slick-slide {
  display: flex;
}
.p-student .slick-prev {
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-student .slick-prev {
    top: 62%;
  }
}
@media (min-width: 1300px) {
  .p-student .slick-prev {
    left: 15px;
    top: 57%;
  }
}
.p-student .slick-next {
  top: 60%;
  transform: scaleX(-1) translateY(-50%);
  right: 0;
}
@media (min-width: 768px) {
  .p-student .slick-next {
    top: 62%;
  }
}
@media (min-width: 1300px) {
  .p-student .slick-next {
    right: 12px;
    top: 57%;
  }
}

.p-partner {
  padding: 0 0 45px;
}
@media (min-width: 1024px) {
  .p-partner {
    padding: 0;
  }
}
.p-partner p {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  width: 300px;
  margin: 0 auto 32px;
  position: relative;
}
@media (min-width: 768px) {
  .p-partner p {
    font-size: 2.6rem;
    width: 400px;
  }
}
.p-partner p::before, .p-partner p::after {
  position: absolute;
  content: "";
  background: url(../images/section/partner/lineblue.svg);
  background-size: cover;
  width: 13px;
  height: 20px;
  bottom: 5px;
}
@media (min-width: 768px) {
  .p-partner p::before, .p-partner p::after {
    width: 15px;
    height: 22px;
    bottom: 10px;
  }
}
.p-partner p::before {
  left: -22px;
}
.p-partner p::after {
  right: -14px;
  transform: scaleX(-1);
}
.p-partner ul {
  display: flex;
  gap: 16px;
}
.p-partner ul li {
  width: 128px;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .p-partner ul li {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .p-partner ul li {
    width: 200px;
  }
}

.p-recruit {
  padding: 64px 20px 26px;
}
@media (min-width: 768px) {
  .p-recruit {
    padding: 180px 20px 109px;
  }
}
.p-recruit .c-title--section {
  margin-bottom: 100px;
}
.p-recruit .c-title--section h2 {
  width: 198px;
  margin: auto;
}
@media (min-width: 768px) {
  .p-recruit .c-title--section h2 {
    width: auto;
  }
}
.p-recruit .c-wrapper--in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.p-recruit .c-wrapper--in .p-recruit__card {
  max-width: 375px;
}
@media (min-width: 768px) {
  .p-recruit .c-wrapper--in {
    flex-direction: row;
    gap: 40px;
  }
  .p-recruit .c-wrapper--in .p-recruit__card {
    width: 43%;
    max-width: 360px;
    min-height: 275px;
  }
}
@media (min-width: 1024px) {
  .p-recruit .c-wrapper--in {
    flex-direction: column;
    justify-content: space-between;
    gap: 74px;
  }
  .p-recruit .c-wrapper--in .p-recruit__card {
    width: auto;
    max-width: 360px;
    min-height: inherit;
  }
}
.p-recruit .c-wrapper--out {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
}
@media (min-width: 1024px) {
  .p-recruit .c-wrapper--out {
    flex-direction: row;
    gap: 48px;
  }
}
.p-recruit__card {
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(9, 77, 88, 0.24);
  position: relative;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .p-recruit__card {
    padding: 24px;
  }
}
.p-recruit__card .c-title--sub {
  position: absolute;
  left: -10px;
  top: -42px;
}
.p-recruit__card figure {
  text-align: center;
}
.p-recruit__card__text {
  color: #131D34;
  font-size: 1.5rem;
  line-height: 175%;
  letter-spacing: 0.3px;
}
.p-recruit__card h4 {
  color: #131D34;
  font-size: 2rem;
  font-weight: 700;
  line-height: 170%; /* 34px */
}
.p-recruit__card .c-wrapper {
  display: flex;
  justify-content: space-between;
}
.p-recruit__card__image1, .p-recruit__card__image2 {
  margin: 4px 0 16px;
}
.p-recruit__iret {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  max-width: 375px;
  margin: 0 auto;
  padding: 40px 16px 24px;
}
@media (min-width: 768px) {
  .p-recruit__iret {
    max-width: none;
    width: 512px;
    padding: 40px;
    gap: 23px;
  }
}
@media (min-width: 1024px) {
  .p-recruit__iret {
    margin: 0;
  }
}
.p-recruit__iret .p-recruit__card__text {
  width: 60%;
}
@media (min-width: 768px) {
  .p-recruit__iret .p-recruit__card__text {
    font-size: 1.6rem;
    width: 75%;
  }
}
.p-recruit__iret .c-wrapper {
  align-items: center;
}
@media (min-width: 768px) {
  .p-recruit__iret .c-wrapper {
    gap: 24px;
  }
}
.p-recruit__iret .c-wrapper figure {
  width: 85px;
}
.p-recruit__iret span {
  font-size: 0;
  height: 2px;
}
.p-recruit__iret__logo {
  width: 160px;
}
@media (min-width: 768px) {
  .p-recruit__iret__logo {
    width: 170px;
  }
}
.p-recruit__iret__content {
  border-radius: 2rem;
  background: #FFFEF5;
  padding: 24px 10px;
}
@media (min-width: 768px) {
  .p-recruit__iret__content {
    padding: 32px;
  }
}
.p-recruit__iret__content p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media (min-width: 768px) {
  .p-recruit__iret__content p {
    margin-bottom: 23px;
  }
}
.p-recruit__iret__content p strong {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1px;
  display: block;
  width: 287px;
}
@media (min-width: 768px) {
  .p-recruit__iret__content p strong {
    font-size: 4.8rem;
    width: auto;
  }
}
.p-recruit__iret__content ul li {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.3px;
  margin-left: 22px;
  position: relative;
}
.p-recruit__iret__content ul li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_sankaku-blue.svg);
  top: 5px;
  left: -22px;
}

.p-partner-service {
  position: relative;
  padding: 90px 0;
}
@media (min-width: 768px) {
  .p-partner-service {
    padding: 120px 0 0;
  }
}
.p-partner-service__wrapper {
  position: relative;
  border-radius: 48px 16px 16px 16px;
  margin: auto;
  max-width: 1360px;
}
.p-partner-service__wrapper::before {
  position: absolute;
  content: "";
  width: 97%;
  height: 100%;
  border-radius: 48px 16px 16px 16px;
  background: linear-gradient(122deg, #3DD1E8 17.54%, #3DC4E3 83.85%);
  top: 55px;
  right: 0;
}
@media (min-width: 768px) {
  .p-partner-service__wrapper::before {
    border-radius: 120px 32px 32px 32px;
  }
}
@media (min-width: 1300px) {
  .p-partner-service__wrapper::before {
    width: 100%;
    height: 102%;
    right: -36px;
  }
}
.p-partner-service__wrapper .c-title--section {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-partner-service__wrapper .c-title--section {
    margin-bottom: 94px;
  }
}
.p-partner-service__wrapper .c-button--next {
  margin: auto;
}
@media (min-width: 768px) {
  .p-partner-service__wrapper .c-button--next p {
    margin-right: 15px;
  }
}
.p-partner-service__wrapper .c-button--next::after {
  background: url(../images/icon/icon_arrow-right.svg);
  background-size: cover;
}
.p-partner-service__card {
  padding: 23px;
  background: #FFF;
  border-radius: 24px;
  box-shadow: 0px 1.976px 9.882px 0px rgba(9, 77, 88, 0.24);
}
.p-partner-service__card h3 {
  width: 215px;
  height: 56px;
  margin: 0 auto 16px;
}
.p-partner-service__card .c-text--blue {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.5;
  margin: 0 auto 16px;
}
.p-partner-service__card .c-line--lightBlue {
  width: 100%;
  height: 2px;
  background: #E9F8FE;
  font-size: 0;
  display: block;
  margin: 0 auto 16px;
}
.p-partner-service__card .c-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 68%;
}
@media (min-width: 768px) {
  .p-partner-service__card .c-wrapper {
    height: 65%;
  }
}
.p-partner-service__card .c-wrapper ul {
  margin-bottom: 24px;
}
.p-partner-service__card li {
  font-size: 1.5rem;
  color: #131D34;
  line-height: 1.75;
  letter-spacing: 0.3px;
  position: relative;
  margin-left: 22px;
}
.p-partner-service__card li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_sankaku-blue.svg);
  top: 5px;
  left: -22px;
}
.p-partner-service__slide {
  display: flex;
  position: relative;
  width: 360px;
  margin: 0 auto;
}
@media (min-width: 1300px) {
  .p-partner-service__slide {
    width: auto;
  }
}
.p-partner-service__slide .slick-prev, .p-partner-service__slide .slick-next {
  top: 40%;
  z-index: 10;
}
.p-partner-service__slide .slick-prev {
  transform: translateY(-50%);
  left: -5px;
}
@media (min-width: 768px) {
  .p-partner-service__slide .slick-prev {
    left: -18%;
  }
}
@media (min-width: 1300px) {
  .p-partner-service__slide .slick-prev {
    left: 20px;
  }
}
.p-partner-service__slide .slick-next {
  transform: scaleX(-1) translateY(-50%);
  right: -5px;
}
@media (min-width: 768px) {
  .p-partner-service__slide .slick-next {
    right: -18%;
  }
}
@media (min-width: 1300px) {
  .p-partner-service__slide .slick-next {
    right: 15px;
  }
}
.p-partner-service .slick-list {
  width: 360px;
}
.p-partner-service .slick-track {
  display: flex !important;
  justify-content: center;
  gap: 40px;
}
.p-partner-service .slick-slide {
  width: 324px;
}
@media (min-width: 768px) {
  .p-partner-service .slick-slide {
    width: 360px;
  }
}
.p-partner-service .slider-ps {
  position: relative;
  margin: auto;
}
@media (min-width: 1300px) {
  .p-partner-service .slider-ps {
    max-width: 1190px;
    width: 100%;
    overflow: hidden;
  }
}

/* ================================
   Legal Info Page Styles
   Block: p-legal-info
   ================================ */
.p-legal-info .c-first h1 {
  width: 230px;
  line-height: 1.3;
  margin: auto;
}
@media (min-width: 768px) {
  .p-legal-info .c-first h1 {
    width: auto;
  }
}

.p-legal-info__main {
  padding: 64px 20px 120px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #131D34;
  background-color: white;
}
@media (min-width: 1024px) {
  .p-legal-info__main {
    padding: 108px 20px 120px;
  }
}

.p-legal-info__first {
  background-image: url(../assets/images/legal-info_fv-sp.png);
}
@media (min-width: 1024px) {
  .p-legal-info__first {
    background-image: url(../assets/images/legal-info_fv-pc.png);
  }
}

/* Section */
.p-legal-info__section {
  max-width: 800px;
  margin: 0 auto 32px;
}
.p-legal-info__section ul li {
  list-style: disc;
  margin-left: 24px;
}
.p-legal-info__section ol li {
  list-style: auto;
  margin-left: 24px;
}
.p-legal-info__section ol li ul li {
  list-style: disc;
  margin-left: 23px;
}
.p-legal-info__section li {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  margin-bottom: 8px;
}
.p-legal-info__section__last {
  margin-bottom: 96px;
}

.p-legal-info__section:last-child {
  margin-bottom: 0;
}

/* Headings */
.p-legal-info__heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 1.04px;
}
.p-legal-info__heading__sub {
  font-size: 20px;
  color: #666;
}

.p-legal-info__subheading {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 8px;
  color: #666;
}

/* Text */
.p-legal-info__text {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.32px;
}

/* Links */
.p-legal-info__link {
  color: #2BB8D9;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.p-legal-info__link:hover {
  opacity: 0.7;
}

/* Subsections */
.p-legal-info__subsection {
  margin-bottom: 20px;
}

.p-r-talent {
  padding: 140px 0 86px;
}
.p-r-talent__wrapper {
  position: relative;
  max-width: 1160px;
  width: 100%;
  border-radius: 24px 24px 8px 8px;
  margin: auto;
  padding: 0 7% 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .p-r-talent__wrapper {
    display: block;
    padding: 40px 4% 86px;
  }
}
@media (min-width: 1024px) {
  .p-r-talent__wrapper {
    border-radius: 56px 56px 24px 24px;
    padding: 40px 120px 86px;
  }
}
.p-r-talent__wrapper .c-title--section {
  top: -50px;
  margin-bottom: 10px;
  width: auto;
}
@media (min-width: 768px) {
  .p-r-talent__wrapper .c-title--section {
    top: -80px;
  }
}
.p-r-talent__wrapper .c-title--section br {
  display: block;
}
@media (min-width: 768px) {
  .p-r-talent__wrapper .c-title--section br {
    display: none;
  }
}
.p-r-talent__container {
  width: 335px;
  border-radius: 24px 24px 16px 16px;
  padding: 24px 24px 40px;
}
.p-r-talent__container figure {
  margin: auto;
  min-width: 215px;
  max-width: 258px;
}
@media (min-width: 768px) {
  .p-r-talent__container figure {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .p-r-talent__container {
    width: auto;
    border-radius: 48px 48px 24px 24px;
    padding: 24px 32px 40px;
  }
}
@media (min-width: 1024px) {
  .p-r-talent__container {
    padding: 24px 60px 40px;
  }
}
.p-r-talent__logo {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #E9F8FE;
}
.p-r-talent__text {
  color: #131D34;
  font-size: 1.5rem;
  line-height: 175%;
  letter-spacing: 0.3px;
}
@media (min-width: 768px) {
  .p-r-talent__text {
    font-size: 1.6rem;
  }
}
.p-r-talent__text span {
  font-size: 1.5rem;
}
.p-r-talent__margin {
  margin-bottom: 90px;
}
.p-r-talent li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.3px;
  margin-left: 22px;
  position: relative;
}
@media (min-width: 768px) {
  .p-r-talent li {
    font-size: 1.6rem;
  }
}
.p-r-talent li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_sankaku-blue.svg);
  top: 5px;
  left: -22px;
}
.p-r-talent .p-recruit__card {
  width: 335px;
}
.p-r-talent .p-recruit__card:first-child {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .p-r-talent .p-recruit__card:first-child {
    margin-bottom: auto;
  }
}
@media (min-width: 768px) {
  .p-r-talent .p-recruit__card {
    width: 46%;
    max-width: 361px;
    min-height: 349px;
  }
}
@media (min-width: 1024px) {
  .p-r-talent .p-recruit__card {
    padding: 48px 32px;
    max-width: 436px;
  }
}
.p-r-talent .p-recruit__card__text {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-r-talent .p-recruit__card__text {
    font-size: 1.6rem;
  }
}
.p-r-talent .p-recruit__card .p-r-talent__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .p-r-talent .p-recruit__card .p-r-talent__box {
    height: 166px;
  }
}
@media (min-width: 1024px) {
  .p-r-talent .p-recruit__card .p-r-talent__box {
    height: 166px;
  }
}
@media (min-width: 768px) {
  .p-r-talent .c-wrapper--in {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .u-flex--side {
    display: flex;
    gap: 60px;
  }
}
.u-flex--courselist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.u-z-index {
  z-index: 10;
  position: relative;
}
.u-z-index--btn {
  z-index: 100000;
}

.u-margin-right--10 {
  margin-right: 10px;
}
.u-margin--line-btn {
  margin: 48px auto 16px;
}
.u-margin--last-sect {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .u-margin--last-sect {
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .u-margin--last-sect {
    margin-bottom: 120px;
  }
}
.u-margin--btm-trial {
  margin-bottom: 150px;
}
@media (min-width: 1024px) {
  .u-margin--btm-trial {
    margin-bottom: 160px;
  }
}
.u-margin--btm-app {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .u-margin--btm-app {
    margin-bottom: 120px;
  }
}
.u-margin--bt-64 {
  margin-bottom: 64px;
}
.u-margin--support {
  margin: 80px 0;
}
@media (min-width: 768px) {
  .u-margin--support {
    margin: 120px 0;
  }
}
.u-margin--service {
  margin-bottom: 86px;
}
@media (min-width: 768px) {
  .u-margin--service {
    margin-bottom: 150px;
  }
}

.u-margin--button {
  margin: 0 auto;
  padding: 19px 70px;
}

@media (min-width: 1330px) {
  .u-width--auto {
    width: auto !important;
  }
}
.u-width--button {
  width: 103px;
  padding: 7px 4px 8px 4px;
  margin: 0 auto;
}
.u-width--button-app {
  display: block;
  width: 227px;
  padding: 7px 4px 10px 4px;
  margin: 15px auto 0;
}
@media (min-width: 1024px) {
  .u-width--button-app {
    margin: 20px auto 0;
  }
}
@media (min-width: 1024px) {
  .u-width--support {
    width: 66%;
  }
}

.u-height--max-content {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
/*# sourceMappingURL=style.css.map */