/*
 * foundation
 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

span {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "sans-serif";
  line-height: 1.6;
  color: #414146;
}

main {
  overflow-x: hidden;
}

a {
  word-break: break-all;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}

* img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.en {
  font-family: "Outfit", sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

.sp-block {
  display: none;
}
@media (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media (max-width: 1023px) {
  .tab-block {
    display: block;
  }
}

/*
 * layout
 */
.header {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
  padding: 8px 0;
  color: #333d53;
}
@media (max-width: 767px) {
  .header {
    width: 100%;
    padding: 0;
    top: 0;
  }
}
.header-inr {
  justify-content: space-between;
}
.header-logo {
  position: relative;
  z-index: 1001;
}
.header-logo img {
  width: 150px;
}
@media (max-width: 767px) {
  .header-logo img {
    max-width: 128px;
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .header-nav {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    background-image: url(../../assets/images/header/header-sp-back.jpg);
    background-size: 100% 100%;
    padding-top: 80px;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
}
.header-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.header-nav_wrapper {
  height: 100%;
}
.header-nav_top {
  display: none;
}
@media (max-width: 1023px) {
  .header-nav_top {
    display: block;
  }
}
.header-nav ul {
  gap: 40px;
}
@media (max-width: 1023px) {
  .header-nav ul {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .header-nav ul {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0;
    padding: 20px;
  }
}
.header-nav ul li {
  position: relative;
  font-weight: 700;
}
@media (max-width: 767px) {
  .header-nav ul li {
    width: 100%;
  }
}
.header-nav ul li a {
  font-weight: 700;
  letter-spacing: 0.56px;
}
@media (max-width: 1023px) {
  .header-nav ul li a {
    font-size: min(1.83vw, 16px);
  }
}
@media (max-width: 767px) {
  .header-nav ul li a {
    display: block;
    font-size: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
  }
}
.header-dropdown:hover .header-dropdown_menu {
  display: block;
}
.header-dropdown_main {
  position: relative;
  padding-right: 24px;
}
.header-dropdown_main::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url(../../assets/images/cmn/arrow.svg);
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .header-dropdown_main::before {
    background-image: none;
  }
}
.header-dropdown_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  min-width: 200px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .header-dropdown_menu {
    display: block;
    position: static;
    padding: 0;
    min-width: none;
  }
}
.header-dropdown_menu ul {
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 767px) {
  .header-dropdown_menu ul {
    background-color: transparent;
    box-shadow: none;
    padding: 0 0 0 16px;
  }
}
.header-dropdown_menu li {
  width: 100%;
}
.header-dropdown_menu li:first-child {
  border-radius: 10px 0 0 10px;
}
.header-dropdown_menu li:last-child {
  border-radius: 0 10px 10px 0;
}
.header-dropdown_menu li a {
  display: block;
  padding: 12px 16px;
  font-weight: 600;
  position: relative;
}
.header-dropdown_menu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  background-image: url(../../assets/images/cmn/arrow.svg);
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(-90deg);
}
.header-dropdown_menu li a:hover {
  background-color: #f7f7f7;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .header .header-icon {
    position: relative;
  }
  .header .header-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url(../../assets/images/cmn/arrow-right.svg);
    transform: translateY(-50%) rotate(0deg);
  }
  .header .header-icon2 {
    position: relative;
  }
  .header .header-icon2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 22px;
    background-image: url(../../assets/images/cmn/open.svg);
    transform: translateY(-50%);
  }
}

.header-toggle {
  width: 64px;
  height: 64px;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 1100;
  padding: 16px;
  border-radius: 0px 0px 0px 24px;
  background: linear-gradient(90deg, rgba(0, 71, 157, 0.4) 0%, rgba(72, 118, 191, 0.4) 100%);
}
@media (max-width: 767px) {
  .header-toggle {
    display: block;
  }
}
.header-toggle span {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  left: 16px;
}
.header-toggle span:nth-child(1) {
  width: 50%;
  top: 22px;
}
.header-toggle span:nth-child(2) {
  width: 20%;
  top: 31px;
}
.header-toggle span:nth-child(3) {
  width: 50%;
  bottom: 22px;
}
.header-toggle.is-open span:nth-child(1) {
  transform: rotate(-45deg);
  top: 30px;
}
.header-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.header-toggle.is-open span:nth-child(3) {
  width: 50%;
  transform: rotate(45deg);
  bottom: 32px;
}

body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

html {
  scroll-behavior: auto;
}

.footer {
  text-align: center;
  color: #fff;
  background-color: #35374C;
  padding: 40px 0;
}
.footer img {
  max-width: 160px;
  margin-bottom: 16px;
}
.footer-text {
  font-size: 15px;
  letter-spacing: 0.3px;
  margin-bottom: 64px;
}
.footer-copyright {
  font-size: 13px;
  letter-spacing: 0.26px;
}

/*
 * object
 */
.top-about {
  padding: 20.06% 0 80px;
  text-align: center;
}
@media (max-width: 1023px) {
  .top-about {
    padding: 26.06% 0 80px;
  }
}
@media (max-width: 767px) {
  .top-about {
    padding: 37.06% 0 60px;
  }
}
.top-about_head {
  font-size: clamp(18px, 1.53vw, 2.53vw);
  line-height: 200%;
  letter-spacing: 0.88px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-about_head {
    margin-bottom: 26px;
    font-size: min(4.27vw, 18px);
  }
}
.top-about h2 {
  width: fit-content;
  margin: 0 auto 40px auto;
  color: #10154d;
  font-size: 2.22vw;
  font-size: clamp(26px, 2.22vw, 3.22vw);
  padding-bottom: 6px;
  position: relative;
}
@media (max-width: 767px) {
  .top-about h2 {
    margin-bottom: 26px;
    font-size: min(6.4vw, 26px);
  }
}
.top-about h2::before {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #4876bf 0%, #6c9ff5 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-about_bottom {
  color: #10154d;
  font-size: 1.81vw;
  font-size: clamp(21px, 1.81vw, 2.81vw);
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-about_bottom {
    font-size: min(4.8vw, 21px);
  }
}

.top-service {
  background-color: #f8f8fa;
  padding: 120px 0 146px;
}
.top-service h2 {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .top-service h2 {
    margin-bottom: 40px;
  }
}
.top-service_wrapper {
  max-width: 1440px;
  margin: 0 auto;
  gap: 120px;
}
.top-service_block {
  z-index: 10;
  position: relative;
}
.top-service_block::before {
  content: "";
  width: 100%;
  height: 100%;
  max-width: calc(1360px - 5.56vw);
  background-color: #fff;
  border-radius: 16px;
  position: absolute;
  top: 40px;
  z-index: -1;
}
.top-service_block--odd {
  margin-left: auto;
}
.top-service_block--odd::before {
  left: 0;
}
.top-service_block--odd .top-service_inr {
  justify-content: end;
}
@media (max-width: 1023px) {
  .top-service_block--odd .top-service_inr {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .top-service_block--odd .top-service_inr {
    flex-direction: column-reverse;
  }
}
.top-service_block--odd .top-service_inr h3 {
  text-align: right;
}
.top-service_block--odd .top-service_inr .top-service_text {
  margin-left: auto;
}
@media (max-width: 1279px) {
  .top-service_block--odd .top-service_inr .top-service_text {
    margin-left: 16px;
  }
}
@media (max-width: 1023px) {
  .top-service_block--odd .top-service_inr .top-service_text {
    padding-left: 0;
  }
}
.top-service_block--odd .top-service_inr ul {
  margin-left: auto;
}
@media (max-width: 1279px) {
  .top-service_block--odd .top-service_inr ul {
    margin-left: 16px;
  }
}
@media (max-width: 1023px) {
  .top-service_block--odd .top-service_inr ul {
    width: 100%;
    padding-left: 0;
  }
}
.top-service_block--odd .top-service_inr .top-service_nb {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .top-service_block--odd .top-service_inr .top-service_nb {
    margin-left: 0;
  }
}
.top-service_block--even {
  margin-right: auto;
}
.top-service_block--even::before {
  right: 0;
}
.top-service_block--even .top-service_inr {
  justify-content: start !important;
}
@media (max-width: 767px) {
  .top-service_block--even .top-service_inr {
    flex-direction: column;
  }
}
.top-service_block--even .top-service_inr h3 {
  text-align: right;
}
.top-service_block--even .top-service_inr .top-service_text {
  margin-right: auto;
}
@media (max-width: 1279px) {
  .top-service_block--even .top-service_inr .top-service_text {
    padding-right: 16px;
  }
}
@media (max-width: 1023px) {
  .top-service_block--even .top-service_inr .top-service_text {
    padding-right: 0;
  }
}
.top-service_block--even .top-service_inr ul {
  margin-right: auto;
}
@media (max-width: 1279px) {
  .top-service_block--even .top-service_inr ul {
    padding-right: 16px;
  }
}
@media (max-width: 1023px) {
  .top-service_block--even .top-service_inr ul {
    width: 100%;
    padding-right: 0;
  }
}
.top-service_block--even .top-service_inr .top-service_nb {
  margin-right: 40px;
  justify-content: end;
}
@media (max-width: 767px) {
  .top-service_block--even .top-service_inr .top-service_nb {
    margin-right: 0;
  }
}
.top-service_block--even .top-service_inr .btn-top {
  margin: 40px 20% 0 auto;
}
@media (max-width: 767px) {
  .top-service_block--even .top-service_inr .btn-top {
    margin: 40px 0 0 auto;
  }
}
.top-service_inr {
  max-width: 1360px;
  gap: 72px;
  align-items: end !important;
  position: relative;
}
@media (max-width: 1023px) {
  .top-service_inr {
    gap: 20px;
  }
}
.top-service_main {
  width: 54%;
}
@media (max-width: 1023px) {
  .top-service_main {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .top-service_main {
    width: 100%;
    padding: 0 16px;
  }
}
.top-service_img {
  width: 46%;
}
@media (max-width: 767px) {
  .top-service_img {
    width: 95%;
  }
}
.top-service_nb {
  gap: 10px;
  margin-bottom: 7px;
  align-items: end !important;
}
.top-service_nb p {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  color: #4876bf;
}
@media (max-width: 767px) {
  .top-service_nb p {
    font-size: 22px;
  }
}
.top-service_nb img {
  max-width: 148px;
}
@media (max-width: 767px) {
  .top-service_nb img {
    max-width: 118px;
  }
}
.top-service_title {
  gap: 45px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top-service_title {
    gap: clamp(20px, 8vw, 45px);
  }
}
.top-service_title--line {
  width: 71.08%;
  height: 1px;
  background-color: #d1ddef;
}
.top-service_title h3 {
  font-size: 40px;
  line-height: 150%;
  color: #10154d;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .top-service_title h3 {
    font-size: 32px;
  }
}
.top-service_text {
  width: 90%;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 34px;
}
@media (max-width: 1279px) {
  .top-service_text {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .top-service_text {
    width: 100%;
  }
}
.top-service_text2 {
  font-weight: 400;
}
.top-service_text2--black {
  display: block;
  color: #1D1D1F;
}
.top-service_text3 strong {
  color: #1D1D1F;
}
.top-service ul {
  width: 90%;
  gap: 24px;
  align-items: stretch !important;
}
@media (max-width: 1279px) {
  .top-service ul {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .top-service ul {
    max-width: 600px;
    margin: 0 auto;
    gap: 6px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .top-service ul {
    gap: 10px;
  }
}
.top-service ul li {
  flex: 1;
  max-width: 180px;
  font-size: clamp(16px, 1.11vw, 18px);
  font-weight: 500;
  color: #35374c;
  padding: 16px;
  border: 2px solid #467dd9;
  background-color: #f8f8fa;
  border-radius: 16px;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media (max-width: 1279px) {
  .top-service ul li {
    max-width: none;
  }
}
@media (max-width: 1023px) {
  .top-service ul li {
    max-width: 136px;
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  .top-service ul li {
    max-width: none;
    font-size: 14px;
  }
}
.top-service ul li span {
  width: fit-content;
  display: inline;
  color: #467dd9;
  font-weight: 700;
}
.top-service .btn-top {
  margin: 40px 0 0 auto;
}

.top-greeting {
  position: relative;
  padding: 80px 0;
}
.top-greeting::before {
  content: "";
  background-image: url(../../assets/images/top/top-greeting-back.jpg);
  width: 85.42%;
  height: 100%;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1023px) {
  .top-greeting::before {
    background-size: cover;
  }
}
@media (max-width: 1023px) {
  .top-greeting::before {
    width: 100%;
  }
}
.top-greeting::after {
  content: "";
  width: 100%;
  height: 16%;
  background-color: #f8f8fa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.top-greeting_inr {
  gap: 80px;
}
@media (max-width: 1023px) {
  .top-greeting_inr {
    flex-direction: column-reverse;
    gap: 60px;
  }
}
.top-greeting_wrapper {
  width: 62.52%;
}
@media (max-width: 1023px) {
  .top-greeting_wrapper {
    width: 100%;
  }
}
.top-greeting_img {
  width: 31.1%;
  width: 100%;
  max-width: 400px;
}
.top-greeting h2 {
  font-size: 40px;
  color: #fff;
  line-height: 130%;
  letter-spacing: 1.6px;
  font-family: "IBM Plex Sans JP", sans-serif;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .top-greeting h2 {
    margin-bottom: 40px;
  }
}
.top-greeting_head {
  margin-bottom: 24px;
}
.top-greeting_head strong {
  width: fit-content;
  display: block;
  padding: 4px 8px;
  background-color: #fff;
  font-size: 32px;
  color: #4876bf;
}
@media (max-width: 1023px) {
  .top-greeting_head strong {
    font-size: min(3.52vw, 40px);
  }
}
@media (max-width: 767px) {
  .top-greeting_head strong {
    font-size: min(5.6vw, 32px);
  }
}
.top-greeting_head strong:first-child {
  margin-bottom: 12px;
}
.top-greeting_text {
  color: #fff;
  margin-bottom: 16px;
}
.top-greeting_text p {
  line-height: 200%;
}
.top-greeting_text p:nth-child(-n+3) {
  margin-bottom: 12px;
}
.top-greeting .btn-top_greeting {
  margin-left: auto;
}

.top-company {
  padding: 112px 0;
  background-color: #f8f8fa;
}
@media (max-width: 1023px) {
  .top-company {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .top-company {
    padding: 80px 0;
  }
}
.top-company h2 {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .top-company h2 {
    margin-bottom: 40px;
  }
}
.top-company table {
  width: 100%;
}
.top-company table tbody {
  align-items: start !important;
}
.top-company table tbody tr {
  width: 100%;
  gap: 64px;
  padding: 24px 0;
  border-bottom: 1px solid #F1F1F1;
}
@media (max-width: 767px) {
  .top-company table tbody tr {
    font-size: 15px;
    gap: 40px;
  }
}
.top-company table tbody tr th {
  width: 27.05%;
  font-weight: 700;
  letter-spacing: 0.32px;
}
.top-company table tbody tr td {
  width: 64.5%;
}

.contact {
  padding: 112px 0 74px;
}
@media (max-width: 1023px) {
  .contact {
    padding: 100px 0 60px;
  }
}
@media (max-width: 767px) {
  .contact {
    padding-bottom: 80px 0 60px;
  }
}
.contact h2 {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .contact h2 {
    margin-bottom: 40px;
  }
}
.contact-head {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .contact-head {
    margin-bottom: 40px;
  }
}

.lecture-theme {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1023px) {
  .lecture-theme {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .lecture-theme {
    padding: 80px 0;
  }
}
.lecture-theme::before {
  content: "";
  background-color: #f8f8fa;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.lecture-theme h2 {
  text-align: center;
  line-height: 130%;
  margin-bottom: 40px;
}
.lecture-theme_head {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 55px;
}
.lecture-theme .swiper-pagination-number {
  text-align: center;
  margin-top: 52px;
}
.lecture-theme .swiper-pagination-number span {
  display: inline-block;
  width: 40px;
  height: 100%;
  margin: 0 6px;
  padding: 9px 0;
  background-color: #E7EBF4;
  color: #4876bf;
  border-radius: 2px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}
.lecture-theme .swiper-pagination-number span.swiper-pagination-bullet-active {
  background-color: #4876bf;
  color: #fff;
  position: relative;
}
.lecture-theme .swiper-pagination-number span.swiper-pagination-bullet-active::before {
  content: "";
  background-image: url(../../assets/images/cmn/swiper-allow.svg);
  width: 4px;
  height: 4px;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.lecture-theme .swiper-button-prev,
.lecture-theme .swiper-button-next {
  width: 38px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .lecture-theme .swiper-button-prev,
  .lecture-theme .swiper-button-next {
    width: 32px;
    height: 32px;
    top: 320px;
  }
}
.lecture-theme .swiper-button-prev {
  left: 9vw;
  background-image: url("../../assets/images/cmn/swiper-left.svg");
}
@media (max-width: 1440px) {
  .lecture-theme .swiper-button-prev {
    left: 9vw;
  }
}
@media (max-width: 1279px) {
  .lecture-theme .swiper-button-prev {
    left: 3vw;
  }
}
@media (max-width: 767px) {
  .lecture-theme .swiper-button-prev {
    left: 1%;
  }
}
.lecture-theme .swiper-button-next {
  right: 9vw;
  background-image: url("../../assets/images/cmn/swiper-right.svg");
}
@media (max-width: 1440px) {
  .lecture-theme .swiper-button-next {
    right: 9vw;
  }
}
@media (max-width: 1279px) {
  .lecture-theme .swiper-button-next {
    right: 3vw;
  }
}
@media (max-width: 767px) {
  .lecture-theme .swiper-button-next {
    right: 1%;
  }
}
.lecture-theme .swiper-button-prev::after,
.lecture-theme .swiper-button-next::after {
  display: none;
}
.lecture-theme .swiper-button-disabled {
  opacity: 1 !important;
}
.lecture-theme .lecture-swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.lecture-theme .lecture-swiper-container .swiper-wrapper {
  height: auto !important;
  align-items: stretch;
}
.lecture-theme .lecture-swiper-container .swiper-slide {
  width: auto !important;
  height: auto !important;
  display: flex;
  justify-content: center;
  padding: 0 50px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .lecture-theme .lecture-swiper-container .swiper-slide {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .lecture-theme .lecture-swiper-container .swiper-slide {
    padding: 0 6px;
  }
}

.lecture-chosen {
  padding: 120px 0;
}
@media (max-width: 1023px) {
  .lecture-chosen {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .lecture-chosen {
    padding: 80px 0;
  }
}
.lecture-chosen h2 {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .lecture-chosen h2 {
    margin-bottom: 60px;
  }
}
.lecture-chosen_contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}
@media (max-width: 767px) {
  .lecture-chosen_contents {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lecture-chosen_block {
  padding: 24px 40px;
  background-color: #f8f8fa;
  position: relative;
}
.lecture-chosen_block img {
  max-width: 80px;
  margin-bottom: 8px;
}
.lecture-chosen_block--nb {
  width: auto !important;
  height: auto !important;
  position: absolute;
  top: -24px;
  left: 0;
}
.lecture-chosen_block h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.88px;
  color: #4876bf;
  margin-bottom: 16px;
}
.lecture-chosen_block p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  line-height: 180%;
}

.lecture-work {
  position: relative;
}
.lecture-work::before {
  content: "";
  background-image: url(../../assets/images/lecture/lecture-work-back.jpg);
  width: 66.67vw;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .lecture-work::before {
    width: 100%;
  }
}
.lecture-work_inr {
  max-width: 1440px;
  margin: 0 auto;
}
.lecture-work_wrapper {
  width: 100%;
  max-width: 1180px;
  justify-content: space-between;
  align-items: start !important;
  padding: 80px 0 103px;
  margin: 0 5.56% 0 auto;
}
@media (max-width: 1279px) {
  .lecture-work_wrapper {
    margin: 0 2% 0 auto;
  }
}
@media (max-width: 767px) {
  .lecture-work_wrapper {
    flex-direction: column-reverse;
    margin: 0;
    padding: 80px 16px;
    gap: 40px;
  }
}
.lecture-work_left {
  width: 42.63%;
  color: #fff;
}
@media (max-width: 1279px) {
  .lecture-work_left {
    margin-left: 16px;
  }
}
@media (max-width: 1023px) {
  .lecture-work_left {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .lecture-work_left {
    width: 100%;
    margin-left: 0;
  }
}
.lecture-work_left h2 {
  margin-bottom: 40px;
  color: #fff;
}
.lecture-work_left ul {
  align-items: start !important;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.72px;
  gap: 24px;
  margin-bottom: 48px;
  padding-left: 16px;
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  .lecture-work_left ul {
    font-size: min(4vw, 18px);
  }
}
.lecture-work_left ul span {
  font-weight: 700;
}
.lecture-work_right {
  width: 45.76%;
}
@media (max-width: 767px) {
  .lecture-work_right {
    width: 100%;
  }
}

.lecture-voice {
  background-color: #f8f8fa;
  padding: 200px 0 120px;
  margin-top: -80px;
  position: relative;
  z-index: -2;
}
@media (max-width: 767px) {
  .lecture-voice {
    margin-top: 0;
    padding: 100px 0 80px;
  }
}
.lecture-voice_inr {
  height: 100%;
  width: min(100% - 32px, 1147px);
  margin: 0 auto;
  justify-content: center;
  align-items: start !important;
  gap: 64px;
}
@media (max-width: 1023px) {
  .lecture-voice_inr {
    flex-direction: column;
  }
}
.lecture-voice_inr h2 {
  min-width: 208px;
}
.lecture-voice_contents {
  width: 76.37%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 1279px) {
  .lecture-voice_contents {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .lecture-voice_contents {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .lecture-voice_contents {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page-catch {
  padding: 80px 0 104px;
}
@media (max-width: 767px) {
  .page-catch {
    padding: 60px 0 80px;
  }
}
.page-catch h2 {
  font-size: 36px;
  color: #333d53;
  font-weight: 700;
  letter-spacing: 1.44px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .page-catch h2 {
    font-size: min(6.6666666667vw, 36px);
  }
}
.page-catch_consult .page-catch_head span {
  width: 42.75% !important;
}
@media (max-width: 767px) {
  .page-catch_consult .page-catch_head span {
    width: 32% !important;
  }
}
@media (max-width: 767px) {
  .page-catch_consult h2 {
    font-size: min(5.6vw, 36px);
  }
}
.page-catch_head {
  font-size: 24px;
  font-weight: 700;
  color: #4876bf;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .page-catch_head {
    font-size: min(5.0666666667vw, 24px);
  }
}
.page-catch_head span {
  width: 25%;
  height: 1px;
  background-color: #A4BADF;
}
@media (max-width: 767px) {
  .page-catch_head span {
    width: 20%;
  }
}
.page-catch_text {
  align-items: start !important;
  gap: 16px;
}
.page-catch_text p {
  line-height: 200%;
  font-weight: 500;
}
.page-catch_text--name {
  width: 100%;
  display: block;
  text-align: end;
  font-size: 20px;
  color: #10154d;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0, 4px;
  padding-bottom: 32px;
  border-bottom: 1px solid #A4BADF;
}

.develop-features {
  background-color: #f8f8fa;
  position: -2;
  padding: 120px 0;
}
@media (max-width: 1023px) {
  .develop-features {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .develop-features {
    padding: 80px 0;
  }
}
.develop-features h2 {
  margin-bottom: 40px;
}
.develop-features_text {
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.64px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .develop-features_text {
    margin-bottom: 40px;
  }
}
.develop-features_subject {
  border-radius: 8px;
  border: 2px solid #4876bf;
  padding: 40px;
  justify-content: start !important;
  background-color: #fff;
}
@media (max-width: 767px) {
  .develop-features_subject {
    flex-direction: column;
    align-items: start !important;
    gap: 26px;
    padding: 30px 20px;
  }
}
.develop-features_subject h3 {
  min-width: 120px;
  font-size: 28px;
  font-weight: 700;
  color: #4876bf;
  line-height: 1;
  letter-spacing: 2.24px;
  padding-right: 26px;
}
.develop-features_subject ul {
  width: 100%;
  padding-left: 57px;
  gap: 8px;
  align-items: start !important;
  border-left: 1px solid #A4BADF;
}
@media (max-width: 767px) {
  .develop-features_subject ul {
    border-left: none;
    border-top: 1px solid #A4BADF;
    padding: 40px 0 0 0;
  }
}
.develop-features_subject ul li {
  position: relative;
  margin-left: 1rem;
  font-weight: 500;
}
.develop-features_subject ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #A4BADF;
  position: absolute;
  top: 8px;
  left: -17px;
}
.develop-features_managementTeam {
  padding: 64px 0;
  margin-top: 64px;
  background-color: #fff;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .develop-features_managementTeam {
    padding: 48px 8px 80px;
    border-radius: 16px;
    margin-top: 40px;
  }
}
.develop-features_managementTeam h3 {
  text-align: center;
  color: #10154d;
  font-size: 26px;
  line-height: 150%;
  letter-spacing: 0.52px;
  font-weight: 700;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .develop-features_managementTeam h3 {
    margin-bottom: 60px;
    font-size: min(4.5333333333vw, 26px);
  }
}
.develop-features_managementTeam h3 span:first-child {
  margin-bottom: 4px;
}
.develop-features_managementTeam h3 .marker {
  width: fit-content;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 10;
}
.develop-features_managementTeam h3 .marker::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #FFF8DB;
  z-index: -1;
}
.develop-features_managementTeam--main {
  justify-content: center;
}
.develop-features_managementTeam--label {
  font-size: 20px;
  height: 52px;
  justify-content: center;
  line-height: 100%;
  letter-spacing: 3.2px;
  font-weight: 700;
  border-radius: 120px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .develop-features_managementTeam--label {
    font-size: 18px;
    height: 38px;
    min-width: 133px;
    letter-spacing: 0.36px;
    top: -22px;
  }
}
.develop-features_managementTeam--practice {
  padding: 0 40px;
  background-color: #35374C;
}
@media (max-width: 767px) {
  .develop-features_managementTeam--practice {
    padding: 0 20px;
  }
}
.develop-features_managementTeam--effect {
  padding: 0 24px;
  background: linear-gradient(90deg, #4876bf 0%, #6c9ff5 100%);
}
@media (max-width: 767px) {
  .develop-features_managementTeam--effect {
    padding: 0 15px;
  }
}
.develop-features_managementTeam--block {
  width: 100%;
  max-width: 802px;
  height: 138px;
  border-bottom: 1px solid #A4BADF;
  position: relative;
}
.develop-features_managementTeam--block::before {
  content: "";
  background-image: url(../../assets/images/develop/managementTeam-deco.svg);
  width: 40px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .develop-features_managementTeam--block::before {
    background-size: 100% 100%;
    width: 28px;
    height: 29px;
  }
}
.develop-features_managementTeam--block:first-child {
  border-top: 1px solid #A4BADF;
}
.develop-features_managementTeam--block:first-child .develop-features_managementTeam--item {
  position: relative;
}
.develop-features_managementTeam--item {
  width: 50%;
  height: 100%;
  text-align: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #10154d;
}
@media (max-width: 767px) {
  .develop-features_managementTeam--item {
    font-size: 16px;
    text-align: left;
    overflow-wrap: break-word;
  }
}
.develop-features_managementTeam--item:first-child {
  padding: 0 20px 0 8px;
}
.develop-features_managementTeam--item:last-child {
  padding: 0 8px 0 20px;
}
.develop-features_managementTeam--item__blue {
  background-color: #EDF7FE;
}
.develop-features_managementTeam--item span {
  display: inline;
  color: #467dd9;
}

.develop-program {
  padding: 120px 0;
}
@media (max-width: 1023px) {
  .develop-program {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .develop-program {
    padding: 80px 0;
  }
}
.develop-program h2 {
  text-align: center;
  margin-bottom: 16px;
}
.develop-program_text {
  text-align: center;
  font-weight: 500;
  margin-bottom: 80px;
  color: #85879B;
}
.develop-program_contents {
  align-items: start !important;
  gap: 56px;
}
.develop-program_item {
  width: 100%;
  padding: 37px 80px;
  background-color: #f8f8fa;
  gap: 48px;
  position: relative;
}
@media (max-width: 767px) {
  .develop-program_item {
    flex-direction: column;
    padding: 30px 26px;
    gap: 26px;
  }
}
.develop-program_item img {
  width: 23.72%;
}
@media (max-width: 767px) {
  .develop-program_item img {
    width: 80%;
    max-width: 280px;
  }
}
.develop-program_item--nb {
  font-size: 82px;
  font-weight: 600;
  color: #91ADD9;
  line-height: 1;
  letter-spacing: -3.28px;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  top: -42px;
  left: 0;
}
.develop-program_item--text {
  width: 80.34%;
}
@media (max-width: 767px) {
  .develop-program_item--text {
    width: 100%;
  }
}
.develop-program_item--text h3 {
  font-size: 22px;
  color: #4876bf;
  font-weight: 700;
  letter-spacing: 0.88px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .develop-program_item--text h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.develop-program_item--text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.36px;
}
@media (max-width: 767px) {
  .develop-program_item--text p {
    font-size: 16px;
  }
}

.case {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.case::before {
  content: "";
  background-image: url(../../assets/images/develop/develop-case-back.jpg);
  width: 85.83%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .case::before {
    width: 100%;
  }
}
.case-consult {
  margin-top: -120px;
}
@media (max-width: 767px) {
  .case-consult {
    margin-top: -80px;
  }
}
.case-consult::before {
  background-image: url(../../assets/images/consult/case-consult-back.jpg);
}
.case-inr {
  width: 100%;
  width: min(100% - 32px, 1135px);
  margin: 0 auto 28px auto;
  gap: 100px;
}
@media (max-width: 1023px) {
  .case-inr {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .case-inr {
    flex-direction: column-reverse;
    margin: 0 auto 40px auto;
  }
}
.case-text {
  width: 44.32%;
}
@media (max-width: 767px) {
  .case-text {
    width: 100%;
  }
}
.case-text h2 {
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 1023px) {
  .case-text h2 {
    font-size: 32px;
  }
}
.case-text ul {
  align-items: start !important;
  padding-left: 16px;
  border-left: 1px solid #fff;
  gap: 24px;
  color: #fff;
}
.case-text ul li {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.72px;
}
@media (max-width: 1023px) {
  .case-text ul li {
    font-size: 16px;
  }
}
.case-img {
  display: block;
  width: 49.34%;
}
@media (max-width: 767px) {
  .case-img {
    width: 100%;
  }
}
.case-voice {
  width: min(100% - 32px, 1135px);
  margin: 0 auto;
}
.case-voice_inr {
  max-width: 876px;
}
.case-voice h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 24px;
}
.case-voice_contents {
  gap: 48px;
  align-items: stretch !important;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .case-voice_contents {
    justify-content: center;
  }
}
.case-voice .card-voice {
  width: 22.91%;
  min-width: 260px;
}
.case-voice .card-voice h3 {
  font-size: 16px;
}
.case-voice .card-voice p {
  font-size: 12px;
}
.case-voice .btn-work {
  margin: 64px auto 0;
}

.flow-develop {
  margin-top: -200px;
  padding: 245px 0 120px;
  background-color: #f8f8fa;
  position: relative;
  z-index: -1;
}
.flow-consult {
  padding: 120px 0;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .flow-consult {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .flow-consult {
    padding: 80px 0;
  }
}
.flow-consult .flow-back {
  background-color: #f8f8fa !important;
}
.flow .title-main {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .flow .title-main {
    margin-bottom: 80px;
  }
}
.flow-back {
  padding: 64px 80px;
  background-color: #fff;
  border-radius: 40px;
}
@media (max-width: 1023px) {
  .flow-back {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .flow-back {
    border-radius: 28px;
    padding: 48px 8px 48px 8px;
  }
}
.flow-wrapper {
  position: relative;
  gap: 40px;
  z-index: 4;
}
@media (max-width: 767px) {
  .flow-wrapper {
    gap: 80px;
    align-items: start !important;
  }
}
.flow-wrapper::before {
  content: "";
  width: 1px;
  height: 85%;
  background-color: #A4BADF;
  position: absolute;
  top: 10%;
  left: 30px;
  z-index: -1;
}
@media (max-width: 767px) {
  .flow-wrapper::before {
    content: none;
  }
}
.flow-wrapper_consult::before {
  top: 13%;
  height: 80%;
}
.flow-contents {
  width: 100%;
  gap: 24px;
  position: relative;
}
.flow-step {
  text-align: center;
}
@media (max-width: 767px) {
  .flow-step {
    position: absolute;
    top: -54px;
  }
}
.flow-step span {
  color: #4876bf;
  background-color: #f8f8fa;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .flow-step span {
    font-size: 17px;
    background-color: transparent;
  }
}
.flow-step p {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  font-family: "Work Sans", sans-serif;
  color: #fff;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #4876bf;
}
@media (max-width: 767px) {
  .flow-step p {
    font-size: 31px;
    width: 72px;
    height: 72px;
  }
}
.flow-block {
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border-radius: 16px;
  border: 4px solid #91ADD9;
}
@media (max-width: 767px) {
  .flow-block {
    padding: 30px 16px;
  }
}
.flow-block_inr {
  gap: 48px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flow-block_inr {
    gap: 26px;
    flex-direction: column-reverse;
  }
}
.flow-block_inr h3 {
  font-size: 20px;
  color: #4876bf;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .flow-block_inr h3 {
    margin-bottom: 20px;
  }
}
.flow-block_difference {
  margin-top: 24px;
  padding: 16px;
  border-radius: 8px;
  background-color: #ECF5FB;
}
.flow-block_difference--title {
  margin-bottom: 8px;
}
.flow-block_difference--label {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 5.5px 3px 5.5px 5px;
  margin-right: 16px;
  background-color: #467dd9;
  color: #fff;
  position: relative;
}
.flow-block_difference--label::before {
  content: "";
  width: 8px;
  height: 35px;
  background-image: url(../../assets/images/develop/difference-deco.svg);
  position: absolute;
  top: 0;
  right: -8px;
}
.flow-block_difference h4 {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #10154d;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .flow-block_difference h4 {
    font-size: min(4.5333333333vw, 22px);
  }
}
.flow-block_difference h4::before {
  content: "";
  width: 100%;
  height: 13px;
  background-color: #FFF8DB;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
}
.flow-block_difference h4 .orange {
  color: #E27C59;
}
.flow-block_difference ul {
  padding: 8px 8px 8px 20px;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
}
.flow-block_difference ul::before {
  content: "";
  width: 2px;
  height: 87.3%;
  background-color: #91ADD9;
  position: absolute;
  top: 8px;
  left: 8px;
}
.flow-block_difference ul li {
  font-weight: 700;
  letter-spacing: 0.64px;
  padding-left: 20px;
  position: relative;
}
.flow-block_difference ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../../assets/images/develop/difference-list.svg);
  position: absolute;
  top: 8px;
  left: 0;
}
.flow-block_difference ul li span {
  color: #467dd9;
}
.flow-text {
  width: 68.21%;
}
@media (max-width: 767px) {
  .flow-text {
    width: 100%;
  }
}
.flow-img {
  width: 15.38%;
}
@media (max-width: 767px) {
  .flow-img {
    width: 100%;
    max-width: 250px;
  }
}

.develop-faq {
  padding: 120px 0;
}
@media (max-width: 1023px) {
  .develop-faq {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .develop-faq {
    padding: 80px 0;
  }
}
.develop-faq h2 {
  text-align: center;
  margin-bottom: 64px;
}
.develop-faq_contents {
  gap: 24px;
}
.develop-faq_item {
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7EBF4;
}
.develop-faq_item:last-child {
  border-bottom: none;
}
.develop-faq_q {
  border-radius: 4px;
  padding: 6px 24px 6px 60px;
  margin-bottom: 16px;
  background-color: #EDF7FE;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  position: relative;
}
@media (max-width: 767px) {
  .develop-faq_q {
    padding: 6px 16px 6px 40px;
  }
}
.develop-faq_q::before {
  content: "";
  background-image: url(../../assets/images/develop/q.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 28px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 24px;
}
@media (max-width: 767px) {
  .develop-faq_q::before {
    left: 8px;
  }
}
.develop-faq_q img {
  max-width: 28px;
  height: auto;
  margin-right: 8px;
}
.develop-faq_a {
  font-weight: 500;
  padding: 6px 24px 6px 57px;
  position: relative;
}
@media (max-width: 767px) {
  .develop-faq_a {
    padding: 6px 16px 6px 40px;
  }
}
.develop-faq_a::before {
  content: "";
  background-image: url(../../assets/images/develop/a.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 25px;
  height: 24px;
  position: absolute;
  top: 6px;
  left: 24px;
}
@media (max-width: 767px) {
  .develop-faq_a::before {
    left: 8px;
  }
}

.consult-feature {
  padding: 120px 0 283px;
  background-color: #EDF7FE;
}
@media (max-width: 1023px) {
  .consult-feature {
    padding: 100px 0 200px;
  }
}
@media (max-width: 767px) {
  .consult-feature {
    padding: 80px 0 150px;
  }
}
.consult-feature h2 {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .consult-feature h2 {
    margin-bottom: 48px;
    font-size: min(7.7333333333vw, 32px);
  }
}
.consult-feature_top {
  justify-content: space-between;
  align-items: end !important;
}
@media (max-width: 767px) {
  .consult-feature_top {
    flex-direction: column;
    align-items: center !important;
    gap: 40px;
  }
}
.consult-feature_bottom {
  margin-top: 104px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .consult-feature_bottom {
    flex-direction: column;
    margin-top: 60px;
    gap: 60px;
  }
}
.consult-feature_inr {
  width: 46.09%;
}
@media (max-width: 767px) {
  .consult-feature_inr {
    width: 100%;
  }
}
.consult-feature_img {
  width: 40.72%;
}
@media (max-width: 767px) {
  .consult-feature_img {
    width: 100%;
    max-width: 416px;
  }
}
.consult-feature_block--head {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #7D9DD1;
  margin-bottom: 12px;
}
.consult-feature_block h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  color: #4876bf;
  margin-bottom: 32px;
}
.consult-feature_block ul {
  padding-left: 20px;
  border-left: 3px solid #4876bf;
  align-items: start !important;
  gap: 6px;
}
.consult-feature_block ul li {
  padding-left: 12px;
  position: relative;
}
.consult-feature_block ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #4876bf;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -6px;
}

.privacy {
  padding: 40px 0 100px;
}
@media (max-width: 1023px) {
  .privacy {
    padding: 20px 0 80px;
  }
}
.privacy h2,
.privacy h3 {
  margin: 10px 0;
}
.privacy p {
  margin-bottom: 16px;
}
.privacy ul {
  margin: 0 0 1rem 1.2rem;
  list-style: disc;
}
.privacy ol {
  list-style-type: decimal;
  padding: 0 0 16px 16px;
}

.mv-top {
  background-image: url(../../assets/images/mv/mv-top-back.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/553;
  position: relative;
}
@media (max-width: 767px) {
  .mv-top {
    background-image: url(../../assets/images/mv/mv-top-back-sp.jpg);
    aspect-ratio: 125/176;
  }
}
.mv-title {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-top: 7.42vw;
  font-size: 2.78vw;
  line-height: 1;
  color: #35374c;
}
@media (max-width: 1023px) {
  .mv-title {
    padding-top: 12vw;
  }
}
@media (max-width: 767px) {
  .mv-title {
    display: none;
    font-size: 6.4vw;
    padding-top: 20.67%;
  }
}
.mv-title_block {
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding: 8px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .mv-title_block {
    margin: 0 16px 8px 16px !important;
    padding: 6px;
  }
}
.mv-title_block:first-child {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .mv-title_block:first-child {
    margin-bottom: none;
  }
}
@media (max-width: 767px) {
  .mv-title_block:last-child {
    margin: 0 16px !important;
  }
}
.mv-title_block--blue {
  color: #4876bf;
}
.mv-title-sp {
  display: none;
}
@media (max-width: 767px) {
  .mv-title-sp {
    display: block;
    z-index: 1;
    position: relative;
  }
}
@media (max-width: 767px) {
  .mv-title-sp_block {
    text-align: left;
  }
}
.mv-page {
  width: min(100% - 16px, 1280px);
  height: 314px;
  margin: 93px auto 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .mv-page {
    height: 200px;
    background-position: top right;
    border-radius: 18px;
  }
}
.mv-page::before {
  color: rgba(255, 255, 255, 0.43);
  font-size: min(10.1vw, 118px);
  line-height: 1;
  font-weight: 700;
  position: absolute;
  bottom: -12px;
  right: -14px;
}
@media (max-width: 767px) {
  .mv-page::before {
    bottom: 0;
    right: 3px;
    font-size: 8vw;
  }
}
.mv-page_lecture {
  background-image: url(../../assets/images/mv/lecture-back.jpg);
}
.mv-page_lecture::before {
  content: "Lecture";
}
.mv-page_develop {
  background-image: url(../../assets/images/mv/develop-back.jpg);
}
.mv-page_develop::before {
  content: "DEVELOP";
}
.mv-page_consult {
  background-image: url(../../assets/images/mv/consult-back.jpg);
}
.mv-page_consult::before {
  content: "CONSULT";
}
@media (max-width: 767px) {
  .mv-page_consult h1 {
    font-size: min(6.93vw, 38px) !important;
  }
}
.mv-page_privacy h1 {
  font-size: min(5.33vw, 38px) !important;
}
.mv-page_inr {
  position: absolute;
  top: 50%;
  left: 3.13%;
  transform: translateY(-50%);
}
.mv-page_inr h1 {
  width: fit-content;
  font-size: 50px;
  margin-bottom: 32px;
  padding: 4px 24px;
  background-color: #fff;
  line-height: 1;
  letter-spacing: 10px;
  color: #35374C;
}
@media (max-width: 767px) {
  .mv-page_inr h1 {
    font-size: min(8.5333333333vw, 42px);
  }
}
.mv-page_inr p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
@media (max-width: 767px) {
  .mv-page_inr p {
    font-size: min(3.2vw, 16px);
  }
}

.mv-slider {
  width: 100%;
  max-width: 1440px;
  transition: all 1s ease-in-out;
  transform: scale(1);
  position: relative;
}
@media (min-width: 1440px) {
  .mv-slider {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .mv-slider {
    transition: none;
  }
}
.mv-slider::before {
  content: "";
  background-image: url(../../assets/images/mv/mv-top-title.svg);
  background-size: 100% 100%;
  width: 69.24vw;
  aspect-ratio: 997/162;
  position: absolute;
  top: 84%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media (max-width: 767px) {
  .mv-slider::before {
    width: 94.13vw;
    top: 88%;
    aspect-ratio: 353/102;
    z-index: 4;
    background-image: url(../../assets/images/mv/mv-top-title-sp.svg);
  }
}
.mv-slider_wrapper {
  width: 100%;
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .mv-slider_wrapper {
    bottom: -46%;
  }
}
@media (max-width: 767px) {
  .mv-slider_wrapper {
    bottom: -12%;
  }
}
.mv-slider_wrapper .swiper {
  overflow: visible !important;
}
.mv-slider img {
  transition: all 1s ease-in-out;
}
.mv-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}
.mv-slider .swiper-slide {
  width: 37.85vw !important;
  height: 100%;
  aspect-ratio: 109/82;
  transition: transform 1s ease, opacity 1s ease;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 767px) {
  .mv-slider .swiper-slide {
    width: 90.17% !important;
    aspect-ratio: 338/341;
    gap: 16px;
    transform: translateX(-5vw);
  }
}
.mv-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .mv-slider .swiper-slide img {
    border-radius: 10px;
  }
}
.mv-slider .swiper-slide.swiper-slide-active {
  transform: scale(1.22);
  aspect-ratio: 331/248;
  z-index: 2;
}
@media (max-width: 767px) {
  .mv-slider .swiper-slide.swiper-slide-active {
    width: 90.17% !important;
    aspect-ratio: 1/1;
    aspect-ratio: 338/341;
    transform: translateX(-5vw);
  }
}

.blog {
  padding: 112px 0;
}
.blog h2 {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .blog h2 {
    margin-bottom: 40px;
    font-size: min(9.6vw, 40px);
  }
}
.blog a {
  transition: all 0.2s;
}
.blog a:hover {
  transition: all 0.2s;
}
.blog-head {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .blog-head {
    font-size: min(3.73vw, 16px);
  }
}
.blog-contents {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: stretch;
  height: 100%;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .blog-contents {
    margin-bottom: 40px;
  }
}

.form-group {
  margin-bottom: 32px;
}
.form-group .wpcf7-form-control-wrap {
  width: 100%;
}
.form-group .wpcf7-list-item {
  margin: 0;
}
.form-group label {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.16px;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #C2C2C2;
}
@media (max-width: 767px) {
  .form-group input,
  .form-group textarea,
  .form-group select {
    padding: 12px;
  }
}
.form-group input:focus-visible,
.form-group textarea:focus-visible,
.form-group select:focus-visible {
  outline: 2px solid #4876bf;
}
.form-group .select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.form-group .select-wrap .select-box {
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}
.form-group .select-wrap::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 16px;
  width: 11px;
  height: 7px;
  background-image: url(../../assets/images/cmn/allow-bottom.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.form-group textarea {
  width: 100%;
  height: 262px;
  resize: vertical;
  resize: none;
}

input::placeholder,
textarea::placeholder {
  color: #95969D;
}

.required {
  display: inline-block;
  background-color: #F5795D;
  color: #fff;
  font-size: 12px;
  padding: 8px;
  border-radius: 2px;
  margin-left: 8px;
  line-height: 1;
  vertical-align: middle;
}

.radio {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
}
.radio .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

input[type=submit] {
  background: #4876bf;
  display: block;
  width: 100%;
  max-width: 382px;
  margin: 16px auto 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1;
  text-align: center;
  padding: 27.5px 40px;
  border-radius: 8px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #0056b3;
}

.wpcf7-spinner {
  display: none;
}

.form-note a {
  color: #467dd9;
  padding-right: 16px;
  position: relative;
}
.form-note a::before {
  content: "";
  background-image: url(../../assets/images/cmn/page.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  right: 4px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc((100% - 80px) / 3);
  min-width: 250px;
}
.blog-card_inr {
  background-color: #f8f8fa;
  border-radius: 0px 0px 24px 24px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.blog-card img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 157/98;
  object-fit: cover;
  border-radius: 24px 24px 0px 0px;
}
.blog-card ul {
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.blog-card ul li {
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #467dd9;
  border-radius: 4px;
  color: #467dd9;
  padding: 2px 8px;
}
.blog-card h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 8px;
}
.blog-card p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
.blog-card time {
  font-size: 14px;
  font-weight: 700;
  color: #95969D;
}

.card-theme {
  width: 90vw;
  max-width: 1024px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 16px rgba(63, 63, 80, 0.1), 0px 16px 16px rgba(63, 63, 80, 0.1);
  overflow: visible;
}
@media (max-width: 767px) {
  .card-theme {
    max-width: 98vw;
  }
}
.card-theme_inr {
  align-items: start !important;
  height: 100%;
}
@media (max-width: 767px) {
  .card-theme_inr {
    flex-direction: column;
  }
}
.card-theme_img {
  width: 29.3%;
  height: 100%;
}
@media (max-width: 767px) {
  .card-theme_img {
    width: 100%;
    height: 240px;
  }
}
.card-theme_img img {
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 767px) {
  .card-theme_img img {
    border-radius: 20px 20px 0 0;
  }
}
.card-theme_wrapper {
  width: 70.07%;
  padding: 40px;
}
@media (max-width: 767px) {
  .card-theme_wrapper {
    width: 100%;
    padding: 10px 16px 20px;
  }
}
.card-theme_head {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #F1F1F1;
  justify-content: space-between;
  align-items: start !important;
  margin-bottom: 16px;
}
.card-theme_headWrapper {
  width: 100%;
  justify-content: space-between;
}
.card-theme_head span {
  font-size: 14px;
  color: #467dd9;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .card-theme_head span {
    font-size: 13px;
  }
}
.card-theme_head h3 {
  font-size: 28px;
  letter-spacing: 1.12px;
  color: #1D1D1F;
}
@media (max-width: 1023px) {
  .card-theme_head h3 {
    font-size: min(3.39vw, 28px);
  }
}
@media (max-width: 767px) {
  .card-theme_head h3 {
    font-size: 22px;
  }
}
.card-theme_head p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #1D1D1F;
}
@media (max-width: 1023px) {
  .card-theme_head p {
    font-size: min(2.35vw, 20px);
  }
}
@media (max-width: 767px) {
  .card-theme_head p {
    font-size: 16px;
  }
}
.card-theme_category {
  color: #fff;
  background-color: #4876bf;
  border-radius: 120px;
  padding: 4px 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .card-theme_category {
    font-size: 13px;
    padding: 2px 12px;
  }
}
.card-theme_tags {
  padding: 16px;
  background-color: #f8f8fa;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .card-theme_tags {
    margin-bottom: 10px;
    padding: 10px 12px;
  }
}
.card-theme_tags--inr {
  align-items: start !important;
}
.card-theme_tags--inr:first-child {
  margin-bottom: 12px;
}
.card-theme_tags h4 {
  min-width: 80px;
  color: #4876bf;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 767px) {
  .card-theme_tags h4 {
    font-size: 14px;
    min-width: 70px;
  }
}
.card-theme_tags ul {
  flex-wrap: wrap;
  gap: 8px;
  padding-left: 16px;
  border-left: 1px solid #d1ddef;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .card-theme_tags ul {
    padding-left: 12px;
    margin-left: 12px;
  }
}
.card-theme_tags ul li {
  font-size: 15px;
  color: #72728C;
  line-height: 100%;
  padding: 6px 10px;
  border: 1px solid #ACACAC;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .card-theme_tags ul li {
    font-size: 13px;
    padding: 5px 6px;
  }
}
.card-theme_contents h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .card-theme_contents h4 {
    font-size: 17px;
  }
}
.card-theme_contents--text {
  overflow: visible;
}
@media (max-width: 1023px) {
  .card-theme_contents--text {
    max-height: 500px;
  }
}
@media (max-width: 767px) {
  .card-theme_contents--text {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .card-theme_contents--text {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .card-theme_contents--text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
  }
}
.card-theme_contents--text.is-open {
  max-height: none;
  -webkit-line-clamp: unset;
  overflow: visible;
}
.card-theme_contents--text p {
  margin-bottom: 16px;
}
.card-theme_contents--text p:last-child {
  margin-bottom: 0;
}

.card-voice {
  gap: 12px;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
}
.card-voice::before {
  content: "";
  background-image: url(../../assets/images/lecture/lecture-voice-deco.png);
  width: 35px;
  height: 33px;
  position: absolute;
  top: -3px;
  left: -10px;
}
.card-voice_img {
  max-width: 100px;
  height: auto;
}
.card-voice h3 {
  color: #4876bf;
  font-weight: 700;
  text-align: center;
}
.card-voice p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24px;
}

.cta-page {
  padding: 80px 0;
  background-size: cover;
  color: #fff;
}
.cta-page h2 {
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 1.92px;
  color: #f8f8fa;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 1023px) {
  .cta-page h2 {
    font-size: min(4.82vw, 48px);
  }
}
@media (max-width: 767px) {
  .cta-page h2 {
    font-size: min(6.4vw, 40px);
  }
}
.cta-page p {
  color: #f8f8fa;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .cta-page p {
    font-size: min(3.7333333333vw, 16px);
  }
}
.cta-page_lecture {
  background-image: url(../../assets/images/cta/cta-lecture-back.jpg);
}
.cta-page_develop {
  background-image: url(../../assets/images/cta/cta-develop-back.jpg);
}
.cta-page_consult {
  background-image: url(../../assets/images/cta/cta-consult-back.jpg);
}
@media (max-width: 767px) {
  .cta-page_consult h2 {
    font-size: min(5.8666666667vw, 40px);
  }
}

.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
}

.title-main {
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.6px;
  color: #333d53;
}
@media (max-width: 767px) {
  .title-main {
    font-size: 32px;
  }
}

.btn-header {
  padding: 16px 30px;
  border-radius: 8px;
  border: 2px solid #333d53 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
  transition: all 0.2s;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .btn-header {
    text-align: center;
    width: 204px;
    height: 50px;
    margin: 64px auto 0 auto;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.4) !important;
    box-sizing: border-box;
    line-height: 1 !important;
    transition: all 0s;
  }
}
.btn-header:hover {
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  background-color: #333d53 !important;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .btn-header_pc {
    display: none !important;
  }
}
.btn-header_sp {
  display: none !important;
}
@media (max-width: 767px) {
  .btn-header_sp {
    display: flex !important;
  }
}
.btn-header_list {
  height: 100%;
}
.btn-top {
  width: 215px;
  height: 48px;
  line-height: 48px;
  background-color: #35374C;
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  gap: 25px;
}
.btn-top img {
  transition: ease 0.3s;
  max-width: 14px;
  max-height: 10px;
}
.btn-top:hover img {
  transform: translateX(4px);
}
.btn-top_greeting {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
}
.btn-blog {
  width: 100%;
  max-width: 380px;
  height: 79px;
  line-height: 79px;
  background-color: #35374C;
  border: 1px solid #35374C;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  gap: 25px;
  border-radius: 8px;
  justify-content: center;
  margin: 0 auto;
}
.btn-blog svg {
  width: 26px;
  height: 26px;
}
.btn-blog:hover {
  background-color: #fff;
  color: #35374C;
  opacity: 1;
  transition: all 0.3s;
}
.btn-blog:hover svg {
  color: #35374c;
}
.btn-theme {
  display: none;
  width: 136px;
  height: 41px;
  margin: 16px auto 0 auto;
  font-size: 14px;
  line-height: 120%;
  color: #467dd9;
  gap: 6px;
  border: 1px solid #467dd9;
  border-radius: 20px;
  background-color: #f8f8fa;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.btn-theme img {
  max-width: 9px;
  height: 5px;
  transition: transform 0.3s ease;
}
.btn-theme.is-open .js-toggle-icon {
  transform: rotate(180deg);
}
.btn-theme.show-toggle {
  display: flex !important;
}
.btn-work {
  width: 100%;
  max-width: 424px;
  height: 61px;
  gap: 10px;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .btn-work {
    font-size: min(2.08vw, 18px);
  }
}
@media (max-width: 767px) {
  .btn-work {
    width: 100%;
    margin: 0 auto;
    font-size: min(3.73vw, 16px);
  }
}
.btn-work img {
  width: 24px;
  height: 24px;
}
.btn-ctaPage {
  width: 100%;
  max-width: 562px;
  height: 112px;
  justify-content: center;
  gap: 80px;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #b74040;
}
@media (max-width: 767px) {
  .btn-ctaPage {
    gap: 60px;
  }
}
.btn-ctaPage:hover img {
  transform: translateX(6px);
}
.btn-ctaPage_inr {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .btn-ctaPage_inr {
    font-size: min(8vw, 40px);
  }
}
.btn-ctaPage_inr span {
  display: block;
  font-size: 16px;
  line-height: 160%;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .btn-ctaPage_inr span {
    font-size: min(3.7333333333vw, 16px);
  }
}
.btn-ctaPage img {
  width: 49px;
  height: auto;
  transition: ease 0.3s;
}

.container-1024 {
  width: min(100% - 32px, 1024px);
  margin: 0 auto;
}
.container-1280 {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
}
.container-800 {
  width: min(100% - 32px, 800px);
  margin: 0 auto;
}

.fadein {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.fadein-slow {
  opacity: 0;
  transition: 2s;
}
.fadein-slow.active {
  opacity: 1;
  transform: none;
}
.fadein-slow.active.fadein-in {
  transform: scale(1);
}
.fadein.fadein-up {
  transform: translateY(30px);
}
.fadein.fadein-right {
  transform: translateX(30px);
}
.fadein.fadein-left {
  transform: translateX(-30px);
}
.fadein.fadein-in {
  transform: scale(0.95);
}
.fadein.active {
  opacity: 1;
  transform: none;
}
.fadein.active.fadein-in {
  transform: scale(1);
}/*# sourceMappingURL=style.css.map */