@charset "UTF-8";
html {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13px;
  }
}

body {
  font-size: 16px;
  color: #231586;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1.8;
  background-color: #f6f9fd;
}
body.is-fixed {
  overflow: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  transition: all 0.3s;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

#bbpress-forums fieldset.bbp-form input[type=password],
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums #bbp-search-form #bbp_search,
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  border: 1px solid #dddfef;
  border-radius: 4px;
  padding: 7px 10px !important;
  box-shadow: 0 2px 4px 0 rgba(35, 21, 134, 0.1);
  background-color: #fff;
  color: #2f2b45;
  font-weight: normal;
  height: auto;
}
#bbpress-forums fieldset.bbp-form input[type=password]::placeholder,
#bbpress-forums fieldset.bbp-form input[type=text]::placeholder,
#bbpress-forums fieldset.bbp-form select::placeholder,
#bbpress-forums #bbp-search-form #bbp_search::placeholder,
.mktoForm input[type=text]::placeholder,
.mktoForm input[type=url]::placeholder,
.mktoForm input[type=email]::placeholder,
.mktoForm input[type=tel]::placeholder,
.mktoForm input[type=number]::placeholder,
.mktoForm input[type=date]::placeholder,
.mktoForm textarea.mktoField::placeholder,
.mktoForm select.mktoField::placeholder {
  color: rgba(47, 43, 69, 0.44);
}

#bbpress-forums {
  max-width: 1280px;
  padding: 80px 20px;
  margin: 0 auto;
}
#bbpress-forums #user-submit {
  border: none;
  display: block;
  width: 100%;
  max-width: 420px;
  border-radius: 40px;
  text-align: center;
  padding: 0.6em 2em;
  border: none !important;
  background: #231586 !important;
  transition: background-color 0.3s;
  color: #fff;
}
#bbpress-forums input[type=checkbox] {
  -webkit-appearance: auto;
  appearance: auto;
  margin: 0 5px 2px 0 !important;
}
#bbpress-forums #bbp-search-form {
  margin-bottom: 1em;
}

.um a.um-button,
.um a.um-button.um-disabled:active,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:hover,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um-request-button {
  background: #231586 !important;
}

.um .um-cover-add:hover,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-item-meta a,
.um .um-member-less a:hover,
.um .um-member-more a:hover,
.um .um-member-name a:hover,
.um .um-members-pagi a:hover,
.um .um-profile-subnav a.active,
.um .um-tip:hover,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
  color: #231586 !important;
}

.um-login.um-logout .um-form .um-misc-with-img,
.um-login.um-logout .um-form .um-misc-ul {
  display: none;
}

@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-header {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f6f9fd;
  transition: top 0.5s;
}
@media screen and (max-width: 959px) {
  .l-header {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    flex-shrink: 0;
    line-height: 1;
  }
  .l-header__logo img {
    width: 170px;
  }
}
.l-header__subnav {
  padding: 20px 30px 20px 20px;
  border-bottom: 1px solid #dddfef;
}
@media screen and (max-width: 959px) {
  .l-header__subnav {
    display: none !important;
  }
}
.l-header__navwrap {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 5px 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  .l-header__navwrap {
    height: 77px;
    padding: 5px 20px;
  }
}
.l-header__nav {
  width: 100%;
  font-weight: bold;
  gap: 30px;
  position: relative;
}
.l-header__nav a:hover {
  color: #434ff7;
}
.l-header__nav .c-box-search {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .l-header__nav .c-box-search {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .l-header__nav .c-box-search {
    width: calc(100% - 40px);
    top: 77px;
    left: 20px;
  }
}
@media screen and (max-width: 959px) {
  .l-header__nav {
    position: fixed;
    display: block !important;
    background-color: #f6f9fd;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9999;
    padding: 0 20px 40px;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .l-header__nav .c-list-nav {
    font-size: 1.9rem;
    line-height: 1.2;
  }
  .l-header__nav .c-btn-login {
    font-size: 1.6rem;
  }
  .l-header__nav > .sp-only:not(.l-header__logo) {
    border-top: 1px solid #dddfef;
    margin-top: 30px;
    padding-top: 20px;
    max-width: 200px;
  }
  .l-header__nav > .sp-only:not(.l-header__logo) .c-list-nav {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 30px;
  }
  .l-header__nav > .sp-only:not(.l-header__logo) .c-list-nav a {
    width: fit-content;
  }
  .l-header__nav > .sp-only:not(.l-header__logo) .c-list-nav .c-btn-blank::before,
  .l-header__nav > .sp-only:not(.l-header__logo) .c-list-nav .c-btn-blank::after {
    background-color: #bac7d3;
    top: 5px;
  }
  .l-header__nav > .sp-only:not(.l-header__logo) .c-list-nav .c-btn-blank::after {
    top: 4px;
  }
  .l-header__nav > .sp-only.l-header__logo {
    height: 77px;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
  }
  .l-header__nav.is-active {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 960px) {
  .l-header__nav .c-list-nav__item > a {
    border-radius: 6px;
    padding: 7px 10px;
  }
  .l-header__nav .c-list-nav__item.is-active a {
    background-color: #231586;
    color: #fff;
    font-weight: normal;
  }
}
@media screen and (max-width: 959px) {
  .l-header .sp-only {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .l-header__ham {
    width: 30px;
    height: 30px;
    position: fixed;
    z-index: 99999;
    right: 20px;
    top: 25px;
  }
  .l-header__ham__line {
    width: 15px;
    height: 3px;
    background-color: #231586;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
  }
  .l-header__ham__line:first-child {
    margin-top: -4px;
  }
  .l-header__ham__line:nth-child(2) {
    margin-top: 4px;
  }
  .l-header__ham.is-active .l-header__ham__line {
    margin: 0 !important;
  }
}

.l-footer {
  padding: 0 40px 40px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 0 5px 5px;
  }
}
.l-footer a:hover {
  color: #434ff7;
}
.l-footer__cont {
  max-width: 1360px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__cont {
    border-radius: 8px;
    padding: 20px 10px 30px;
  }
}
.l-footer__flex {
  display: flex;
  align-items: center;
  margin: 100px 0 70px;
}
@media screen and (max-width: 768px) {
  .l-footer__flex {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 40px;
  }
}
.l-footer__logo {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 100%;
    padding-bottom: 80px;
    border-bottom: 1px solid #dddfef;
  }
}
.l-footer__nav {
  width: 43%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .l-footer__nav .c-nav-footer--sub {
    font-size: 1.2rem;
  }
}
.l-footer .c-logo__catch {
  margin-top: 6px;
}
.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid #dddfef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 60px;
    align-items: unset;
  }
}
.l-footer__copy small {
  font-size: 1.1rem;
}
.l-footer .c-nav-footer--sub + .c-btn-cv-footer {
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .l-footer .c-nav-footer--sub + .c-btn-cv-footer {
    grid-column: 1/3;
  }
}

@media screen and (min-width: 960px) {
  .l-main {
    padding-top: 163px !important;
  }
}

.l-main--sub {
  margin: 45px 0 80px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-main--sub {
    margin: 20px 0;
    padding: 0 10px 60px !important;
    position: relative;
    overflow-x: hidden;
  }
  .l-main--sub::before {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background-color: #dddfef;
    position: absolute;
    left: 30px;
    bottom: 0;
  }
  .l-main--sub .c-inner:not(.c-inner--ll) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-main--sub.l-main--navi > .c-box-main {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main--sub.l-main--navi > .c-box-main {
    padding-bottom: 10px;
  }
}
.l-main--sub.l-main--navi > .c-box-main .c-box-navi {
  position: absolute;
  right: 20px;
  top: 128px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .l-main--sub.l-main--navi > .c-box-main .c-box-navi {
    position: static;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

.c-hdg01 {
  font-size: 2.8rem;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-hdg01 {
    font-size: 2rem;
  }
}
.c-hdg01__sub {
  display: block;
  width: fit-content;
  font-size: 1.8rem;
  text-transform: capitalize;
  padding-left: 1.8em;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-hdg01__sub {
    font-size: 1.2rem;
    padding-left: 2.1em;
  }
}
.c-hdg01__sub span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-hdg01__sub span {
    font-size: 1.2rem;
  }
}
.c-hdg01__sub::before, .c-hdg01__sub::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .c-hdg01__sub::before, .c-hdg01__sub::after {
    top: 5px;
  }
}
.c-hdg01__sub::before {
  background-color: #ffd600;
  left: 0;
}
.c-hdg01__sub::after {
  background-color: #231586;
  border-radius: 50%;
  left: 12px;
}
@media screen and (max-width: 768px) {
  .c-hdg01.u-tac {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .c-hdg01.u-tac .c-hdg01__sub {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-hdg01--border {
  padding-bottom: 40px;
  border-bottom: 1px solid #dddfef;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .c-hdg01--border {
    margin-bottom: 40px;
  }
}
.c-hdg01--icn-blue .c-hdg01__sub::before {
  background-color: #434ff7;
}

.c-hdg-cate {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-hdg-cate {
    padding-left: 20px;
  }
}
.c-hdg-cate::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #dfe0f6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

.c-hdg-detail {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-hdg-detail {
    font-size: 1.8rem;
    line-height: 1.65;
  }
}

.c-btn-blank {
  position: relative;
  padding-right: 1em;
}
.c-btn-blank::before, .c-btn-blank::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #f6f9fd;
  border-right: 1px solid #f6f9fd;
  background-color: #231586;
  position: absolute;
  right: 0;
  top: 9px;
  z-index: 1;
  transition: all 0.3s;
}
.c-btn-blank::after {
  border: none;
  top: 8px;
  right: -1px;
  z-index: 0;
}
.c-btn-blank:hover::before, .c-btn-blank:hover::after {
  background-color: #434ff7;
}

.c-btn-download {
  display: block;
  padding: 4px 10px;
  font-size: 1.6rem;
  background-color: #231586;
  color: #fff;
  border-radius: 4px;
}
.c-btn-download:hover {
  color: #fff !important;
  background-color: #2f2b45;
}

.c-btn-cv {
  display: block;
  color: #fff;
  position: relative;
  padding: 28px 30px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-btn-cv {
    font-size: 1rem;
    height: 100px;
    padding: 5px 30px 5px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
  }
}
.c-btn-cv:hover {
  background-color: #2f2b45;
  color: #fff !important;
}
.c-btn-cv:hover::after {
  border-color: transparent transparent transparent #2f2b45;
}
.c-btn-cv::before, .c-btn-cv::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.c-btn-cv::before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  right: 22px;
}
@media screen and (max-width: 768px) {
  .c-btn-cv::before {
    right: 14px;
  }
}
.c-btn-cv::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  right: 28px;
  transition: border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn-cv::after {
    right: 20px;
  }
}
.c-btn-cv__en {
  display: block;
  text-transform: capitalize;
  font-size: 2.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-btn-cv__en {
    font-size: 1.6rem;
    margin-bottom: 2px;
  }
}
.c-btn-cv--download {
  background-color: #231586;
}
.c-btn-cv--download::after {
  border-color: transparent transparent transparent #231586;
}
.c-btn-cv--contact {
  background-color: #434ff7;
}
.c-btn-cv--contact::after {
  border-color: transparent transparent transparent #434ff7;
}
.c-btn-cv-footer {
  padding: 13px 50px 12px 18px;
  font-size: 1rem;
  border-radius: 9px;
}
@media screen and (max-width: 768px) {
  .c-btn-cv-footer {
    border-radius: 4px;
    padding: 8px 30px 10px 15px;
    height: 60px;
  }
}
.c-btn-cv-footer .c-btn-cv__en {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-btn-cv-footer .c-btn-cv__en {
    font-size: 1.6rem;
  }
}

.c-btn01 {
  display: block;
  border-radius: 4px;
  background-color: #231586;
  text-align: center;
  color: #fff;
  max-width: 200px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.45;
  padding: 1em;
  transition: background-color 0.3s;
}
.c-btn01:hover {
  background-color: #434ff7;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    font-size: 1.3rem;
    width: 100%;
    max-width: 320px;
    padding: 1.5em;
  }
}
.c-btn01--yellow {
  background-color: #ffd600;
  color: #231586;
}
.c-btn01--yellow:hover {
  background-color: #2f2b45;
  color: #fff;
}
.c-btn01--s {
  width: 200px;
  padding: 0.5em;
}

.c-btn-wrap {
  display: block;
  width: fit-content;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .c-btn-wrap {
    margin-top: 50px;
    width: 100%;
    max-width: 320px;
  }
}
.c-btn-wrap__hdg {
  font-size: 1.5rem;
  font-weight: bold;
  width: fit-content;
  padding: 0 20px;
  line-height: 1;
  position: relative;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .c-btn-wrap__hdg {
    font-size: 1.2rem;
    padding: 0 10px;
  }
}
.c-btn-wrap__hdg::before, .c-btn-wrap__hdg::after {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #dddfef;
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.c-btn-wrap__hdg::before {
  left: 0;
}
.c-btn-wrap__hdg::after {
  right: 0;
}
.c-btn-wrap .c-btn01 {
  margin: 0 auto;
}
.c-btn-wrap:hover {
  color: #434ff7;
}
.c-btn-wrap:hover .c-btn01 {
  background-color: #434ff7;
}

.c-btn02 {
  padding: 10px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  background-color: #fff;
  border-radius: 9px;
}
@media screen and (max-width: 768px) {
  .c-btn02 {
    max-width: 240px;
    margin: 0 auto;
    height: 100px;
    border-radius: 4px;
  }
}
.c-btn02__icn {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #231586;
  position: relative;
  transition: background-color 0.3s;
}
.c-btn02__icn::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 50%;
  margin-left: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
  transition: border-color 0.3s;
}
.c-btn02:hover {
  background-color: #231586;
  color: #fff;
}
.c-btn02:hover .c-btn02__icn {
  background-color: #fff;
}
.c-btn02:hover .c-btn02__icn::before {
  border-color: transparent transparent transparent #231586;
}

.c-btn03 {
  display: block;
  width: 400px;
  height: 70px;
  line-height: 70px;
  background-color: #ffd600;
  text-align: center;
  border-radius: 4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-btn03 {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 1.3rem;
  }
}
.c-btn03:hover {
  background-color: #2f2b45;
  color: #fff;
}

.c-btn04 {
  display: block;
  padding-right: 2em;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  white-space: nowrap;
  line-height: 1;
}
.c-btn04::before, .c-btn04::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn04::before {
  width: 20px;
  height: 20px;
  background-color: #ffd600;
  border-radius: 50%;
  right: 0;
  z-index: 1;
}
.c-btn04::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #231586;
  right: 6px;
  z-index: 2;
}
.c-btn04:hover {
  color: #434ff7;
}
.c-btn04:hover::before {
  background-color: #434ff7;
}
.c-btn04:hover::after {
  border-color: transparent transparent transparent #fff;
}

.c-btn-service {
  display: block;
  background-color: #434ff7;
  color: #fff;
  border-radius: 16px;
  padding: 40px 20px 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-btn-service {
    padding: 20px 10px;
    border-radius: 8px;
  }
}
.c-btn-service::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-btn-service__logo {
  min-height: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn-service__logo {
    min-height: 70px;
    margin-bottom: 10px;
  }
}
.c-btn-service__logo::before {
  content: "";
  width: 12px;
  height: 5px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-btn-service__logo::before {
    width: 6px;
    height: 3px;
    margin-bottom: 0;
  }
}
.c-btn-service__desc {
  font-size: 2.2rem;
  min-height: 150px;
  border-bottom: 1px solid rgba(221, 223, 239, 0.35);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-btn-service__desc {
    font-size: 1.6rem;
    min-height: unset;
    padding-bottom: 25px;
    margin-bottom: 10px;
  }
}
.c-btn-service__more {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-btn-service__more {
    font-size: 1.2rem;
  }
}
.c-btn-service__more__icn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
}
.c-btn-service__more__icn::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 50%;
  margin-left: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #434ff7;
  transition: border-color 0.3s;
}
.c-btn-service:hover {
  background-color: #231586;
}
.c-btn-service:hover::before {
  opacity: 0.3;
}
.c-btn-service:hover .c-btn-service__more__icn {
  background-color: transparent;
}
.c-btn-service:hover .c-btn-service__more__icn::before {
  border-color: transparent transparent transparent #fff;
}

.c-btn-pickup {
  width: 90%;
  max-width: 440px;
  border-radius: 9px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(47, 43, 69, 0.14);
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn-pickup {
    width: 60%;
    max-width: 220px;
    border-radius: 4px;
    bottom: 20px;
  }
}
.c-btn-pickup__btn {
  display: block;
  background-color: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .c-btn-pickup__btn {
    border-radius: 4px;
    gap: 10px;
    padding: 4px;
  }
}
.c-btn-pickup__btn:hover {
  color: #434ff7;
}
.c-btn-pickup__close {
  cursor: pointer;
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #231586;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn-pickup__close {
    width: 20px;
    height: 20px;
  }
}
.c-btn-pickup__close:hover {
  background-color: #434ff7;
}
.c-btn-pickup__close::before, .c-btn-pickup__close::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
}
@media screen and (max-width: 768px) {
  .c-btn-pickup__close::before, .c-btn-pickup__close::after {
    width: 8px;
    margin-left: -4px;
  }
}
.c-btn-pickup__close::before {
  transform: rotate(45deg);
}
.c-btn-pickup__close::after {
  transform: rotate(-45deg);
}
.c-btn-pickup__img {
  width: 88px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-btn-pickup__img {
    width: 44px;
    border-radius: 3px;
  }
}
.c-btn-pickup__hdg {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .c-btn-pickup__hdg {
    font-size: 1.1rem;
  }
}
.c-btn-pickup.is-show {
  opacity: 1;
  visibility: visible;
}
.c-btn-pickup.is-out {
  opacity: 0 !important;
  visibility: hidden !important;
}

.c-btn-login {
  width: fit-content;
  padding-right: 0.7em;
  position: relative;
}
.c-btn-login::after {
  content: "";
  width: 6px;
  height: 3px;
  border-radius: 3px;
  background-color: #231586;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}

.c-btn-download-sp {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  padding-right: 2.2em;
  position: relative;
}
.c-btn-download-sp::before, .c-btn-download-sp::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn-download-sp::before {
  width: 22px;
  height: 22px;
  background-color: #231586;
  border-radius: 50%;
  right: 0;
}
.c-btn-download-sp::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
  right: 7px;
}

.c-btn05 {
  display: flex;
  align-items: center;
  background-color: #231586;
  color: #fff;
  line-height: 1.45;
  border-radius: 4px;
  padding: 10px 50px 10px 10px;
  gap: 27px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn05 {
    gap: 13px;
    border-radius: 2px;
    padding: auto;
    padding: 5px 40px 5px 5px;
    font-size: 1.1rem;
  }
}
.c-btn05__img {
  width: 124px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-btn05__img {
    width: 62px;
    border-radius: 2px;
  }
}
.c-btn05::before, .c-btn05::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn05::before {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .c-btn05::before {
    right: 10px;
  }
}
.c-btn05::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #231586;
  z-index: 1;
  right: 28px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn05::after {
    right: 18px;
  }
}
.c-btn05:hover {
  background-color: #434ff7;
}
.c-btn05:hover::after {
  border-color: transparent transparent transparent #434ff7;
}

.c-btn-keywords {
  display: block;
  padding: 20px 15px;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .c-btn-keywords {
    font-size: 1.2rem;
    padding: 13px 10px;
    border-radius: 2px;
  }
}
.c-btn-keywords:hover {
  background-color: #231586;
  color: #fff;
}

.c-btn-guide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 180px;
  border: 2px solid #231586;
  background-color: #231586;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 6px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-btn-guide {
    max-width: 100%;
    font-size: 1rem;
    padding: 13px 10px;
  }
  .c-btn-guide__icn {
    max-width: 20px;
  }
}
.c-btn-guide.is-active {
  background-color: #fff;
  color: #231586;
  pointer-events: none;
}
.c-btn-guide:hover {
  background-color: #434ff7;
  border-color: #434ff7;
}

.c-btn06,
.c-btn06-wrap .wp-block-button__link {
  display: block;
  width: 100%;
  text-decoration: none !important;
  background-color: #231586;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 4px;
  text-align: center;
  margin-top: 60px;
  padding: 25px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn06,
  .c-btn06-wrap .wp-block-button__link {
    text-align: left;
    font-size: 1.3rem;
    padding: 20px 45px 20px 10px;
    border-radius: 4px;
    margin-top: 30px;
  }
}
.c-btn06::before, .c-btn06::after,
.c-btn06-wrap .wp-block-button__link::before,
.c-btn06-wrap .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn06::before,
.c-btn06-wrap .wp-block-button__link::before {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .c-btn06::before,
  .c-btn06-wrap .wp-block-button__link::before {
    width: 22px;
    height: 22px;
  }
}
.c-btn06::after,
.c-btn06-wrap .wp-block-button__link::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #231586;
  z-index: 1;
  right: 26px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn06::after,
  .c-btn06-wrap .wp-block-button__link::after {
    border-width: 3px 0 3px 6px;
    right: 17px;
  }
}
.c-btn06:hover,
.c-btn06-wrap .wp-block-button__link:hover {
  background-color: #434ff7;
}
.c-btn06:hover::after,
.c-btn06-wrap .wp-block-button__link:hover::after {
  border-color: transparent transparent transparent #434ff7;
}

.c-btn07,
.c-btn07-wrap .wp-block-button__link {
  display: block;
  padding: 20px 80px 20px 20px;
  border-radius: 4px;
  text-decoration: none !important;
  color: #fff;
  background-color: #231586;
  background-image: url(../img/common/icn_download.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  position: relative;
  font-size: 1.8rem;
  text-transform: capitalize;
  line-height: 1;
}
.c-btn07:hover,
.c-btn07-wrap .wp-block-button__link:hover {
  background-color: #434ff7;
}
.c-btn07--no,
.c-btn07-wrap .wp-block-button__link--no {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-btn07,
  .c-btn07-wrap .wp-block-button__link {
    font-size: 1.6rem;
    padding: 18px 50px 18px 18px;
    background-size: 36px;
    background-position: right 10px center;
  }
}

.c-btn-navi {
  display: flex;
  align-items: center;
  background-color: #f5f2fb;
  border-radius: 6px;
  border: 1px solid #dddfef;
  padding: 5px 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-btn-navi {
    font-size: 1.2rem;
    border-radius: 3px;
    padding: 5px 10px 5px 5px;
  }
}
.c-btn-navi img {
  width: 24px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .c-btn-navi img {
    width: 15px;
  }
}
.c-btn-navi__hdg {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.c-btn-navi__hdg::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #dddfef;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.c-btn-list {
  display: block;
  padding: 57px 20px 17px;
  border-radius: 50px;
  font-size: 1.6rem;
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  width: 90%;
  max-width: 720px;
  margin: 80px auto 0;
  background-image: url(../img/common/icn_logo.svg);
  background-repeat: no-repeat;
  background-position: center 20px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .c-btn-list {
    padding: 25px 20px 10px;
    font-size: 1.1rem;
    background-size: 12px;
    background-position: center 11px;
    margin-top: 50px;
  }
}
.c-btn-list--border {
  border: 1px solid #dddfef;
}
.c-btn-list:hover {
  border-color: #231586;
}

.c-btn-cate {
  display: block;
  background-color: #f5f2fb;
  border-radius: 30px;
  font-size: 1.4rem;
  padding: 16px 24px;
  line-height: 1;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-btn-cate {
    font-size: 1.2rem;
    padding: 13px 15px;
  }
}
.c-btn-cate.is-active, .c-btn-cate:hover {
  color: #fff;
  background-color: #434ff7;
}

.c-btn-line {
  text-decoration: underline;
}
.c-btn-line:hover {
  color: #434ff7;
}

.c-btn08 {
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddfef;
  border-radius: 9px;
  font-size: 2rem;
  font-weight: bold;
}
.c-btn08:hover {
  border-color: #f5f2fb;
  background-color: #f5f2fb;
}
@media screen and (max-width: 768px) {
  .c-btn08 {
    height: 77px;
    border-radius: 4px;
  }
  .c-btn08--t4oo img {
    width: 50px;
  }
  .c-btn08--onyaku img {
    width: 75px;
  }
  .c-btn08--metareal img {
    width: 85px;
  }
}

.c-nav {
  display: flex;
  align-items: center;
}
.c-nav--sub {
  justify-content: space-between;
}
.c-nav--sub .c-list-nav {
  font-size: 1.4rem;
}
.c-nav--sub a:hover {
  color: #434ff7;
}

.c-navmenu {
  position: relative;
  padding: 15px 0;
}
@media screen and (max-width: 959px) {
  .c-navmenu {
    padding: 0;
  }
}
.c-navmenu__btn {
  display: block;
  padding: 7px 10px;
  border-radius: 6px;
  transition: all 0.3s;
  background-color: transparent;
  cursor: default;
}
.c-navmenu__btn a {
  padding: 0;
}
@media screen and (max-width: 959px) {
  .c-navmenu__btn a {
    pointer-events: none;
  }
}
@media screen and (max-width: 959px) {
  .c-navmenu__btn {
    padding: 0 1em 0 0;
    width: fit-content;
    position: relative;
  }
  .c-navmenu__btn::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #231586 transparent transparent transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    transition: transform 0.5s;
  }
  .c-navmenu__btn.is-active::after {
    transform: rotate(-180deg);
  }
}
@media screen and (min-width: 960px) {
  .c-navmenu:hover .c-navmenu__btn {
    background-color: #fff;
  }
}
@media screen and (min-width: 960px) {
  .c-navmenu__item {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(47, 43, 69, 0.14);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 999;
  }
}
@media screen and (max-width: 959px) {
  .c-navmenu__item {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
  }
}
@media screen and (min-width: 960px) {
  .c-navmenu__list {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .c-navmenu__list__item a:hover {
    opacity: 0.4;
    text-decoration: underline;
  }
}
@media screen and (max-width: 959px) {
  .c-navmenu__list {
    padding: 1.5em 0.5em;
  }
  .c-navmenu__list__item {
    font-size: 1.5rem;
    font-weight: 500;
    border-left: 1px solid #dddfef;
  }
  .c-navmenu__list__item a {
    padding: 0.5em 1em;
  }
  .c-navmenu__list__item:first-child a {
    padding-top: 0;
  }
  .c-navmenu__list__item:last-child a {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .c-navmenu:hover .c-navmenu__item {
    opacity: 1;
    visibility: visible;
  }
}

.c-nav-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}
.c-nav-footer__item--login a {
  position: relative;
}
.c-nav-footer__item--login a::after {
  content: "";
  width: 10px;
  height: 4px;
  background-color: #231586;
  border-radius: 4px;
  position: absolute;
  right: -1.2em;
  top: 50%;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .c-nav-footer__item--login a::after {
    width: 5px;
    height: 3px;
    right: -1em;
  }
}
.c-nav-footer-sub {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.c-nav-footer-sub .c-btn-blank::before, .c-nav-footer-sub .c-btn-blank::after {
  background-color: #bac7d3;
  top: 7px;
}
.c-nav-footer-sub .c-btn-blank::after {
  top: 6px;
}

.c-list-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .c-list-nav {
    align-items: unset;
    flex-direction: column;
    gap: 1em;
  }
}
.c-list-nav a {
  display: block;
}
@media screen and (min-width: 960px) {
  .c-list-nav a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-list-subnav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.c-list-subnav__item {
  font-size: 14px;
}
.c-list-subnav__item:not(:last-child) {
  position: relative;
}
.c-list-subnav__item:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 10px;
  border-radius: 2px;
  background-color: #bac7d3;
  opacity: 0.5;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}
.c-list-subnav__item.c-navmenu {
  padding: 0;
}
.c-list-subnav__item.c-navmenu .c-navmenu__item {
  left: 50%;
  transform: translate(-50%, 100%);
}

.c-list-breadcrumb {
  background-color: #f6f9fd;
  border-radius: 30px;
  display: flex;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 10px 24px;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-list-breadcrumb {
    padding: 8px 24px;
    font-size: 1.1rem;
  }
}
.c-list-breadcrumb::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #231586;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.c-list-breadcrumb #breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-list-breadcrumb #breadcrumbs > span {
  display: flex;
  gap: 24px;
  align-items: center;
}
.c-list-breadcrumb #breadcrumbs > span > span {
  position: relative;
}
.c-list-breadcrumb #breadcrumbs > span > span:not(:first-child)::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #231586;
  border-radius: 50%;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}
.c-list-breadcrumb #breadcrumbs > span > span.breadcrumb_last {
  opacity: 0.4;
}
.c-list-breadcrumb-sub {
  display: flex;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: 20px;
  width: calc(100% - 20px);
  overflow: hidden;
  line-height: 1;
}
.c-list-breadcrumb-sub__item {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  flex-shrink: 0;
}
.c-list-breadcrumb-sub__item:not(:first-child) {
  padding-left: 25px;
}
.c-list-breadcrumb-sub__item:not(:first-child)::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #dfe0f6;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.c-list-breadcrumb-sub__item:last-child {
  color: rgba(35, 21, 134, 0.4);
}
.c-list-breadcrumb-sub__item a,
.c-list-breadcrumb-sub__item span {
  white-space: nowrap;
}
.c-list-breadcrumb-h > span {
  display: flex;
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 20px;
  width: calc(100% - 20px);
  overflow: hidden;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-list-breadcrumb-h > span {
    font-size: 1.1rem;
  }
}
.c-list-breadcrumb-h > span > span {
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  flex-shrink: 0;
}
.c-list-breadcrumb-h > span > span:not(:first-child) {
  padding-left: 25px;
}
.c-list-breadcrumb-h > span > span:not(:first-child)::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #dfe0f6;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.c-list-breadcrumb-h > span > span:last-child {
  color: rgba(35, 21, 134, 0.4);
}
.c-list-breadcrumb-h > span > span a,
.c-list-breadcrumb-h > span > span span {
  white-space: nowrap;
}

.c-list-cv {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.c-list-cv-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  .c-list-cv-footer {
    grid-column: unset;
  }
}
.c-list-cv-footer__item p {
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.2;
}

.c-list-tag {
  display: flex;
  font-size: 1.2rem;
  color: rgba(35, 21, 134, 0.4);
}
@media screen and (max-width: 768px) {
  .c-list-tag {
    font-size: 1rem;
  }
}
.c-list-tag__item:not(:last-child)::after {
  content: ",";
}

.c-list-column02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}
.p-download .c-list-column02 {
  gap: 80px 40px;
}
@media screen and (max-width: 768px) {
  .p-download .c-list-column02 {
    gap: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-list-column02 {
    grid-template-columns: 1fr;
  }
}

.c-list-column03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px 40px;
}
@media screen and (max-width: 768px) {
  .c-list-column03 {
    grid-template-columns: 1fr;
    gap: 40px 10px;
  }
  .c-list-column03--article {
    grid-template-columns: 1fr 1fr;
  }
  .c-list-column03--article .c-list-column03__item:first-child, .c-list-column03--article .c-list-column03__item:nth-child(2) {
    grid-column: 1/3;
  }
  .c-list-column03--article .c-list-column03__item:first-child .c-article-card__thumb, .c-list-column03--article .c-list-column03__item:nth-child(2) .c-article-card__thumb {
    margin-bottom: 20px;
  }
  .c-list-column03--article .c-list-column03__item:first-child .c-article-card__hdg, .c-list-column03--article .c-list-column03__item:nth-child(2) .c-article-card__hdg {
    font-size: 1.5rem;
  }
}

.c-list-column04 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 110px 30px;
}
@media screen and (max-width: 768px) {
  .c-list-column04 {
    grid-template-columns: 1fr 1fr;
    gap: 55px 10px;
  }
}

.c-list-navi__item {
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-list-navi__item {
    padding: 0;
  }
}
.c-list-navi__hdg {
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-list-navi__hdg {
    min-height: unset;
    margin-bottom: 20px;
  }
}
.c-list-navi__desc {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-list-navi__desc {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.c-list-news__item {
  border-bottom: 1px solid #dddfef;
}
.c-list-news__item:first-child {
  border-top: 1px solid #dddfef;
}
.c-list-news__item a {
  display: flex;
  align-items: center;
  min-height: 90px;
  line-height: 1.25;
  font-size: 1.4rem;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-list-news__item a {
    flex-wrap: wrap;
    min-height: unset;
    padding: 25px 0;
    gap: 14px;
    font-size: 1.2rem;
  }
}
.c-list-news__item a:hover {
  color: #434ff7;
}
.c-list-news__item a:hover .c-list-news__cate {
  background-color: #434ff7;
}
.c-list-news__data {
  font-weight: bold;
}
.c-list-news__cate {
  flex-shrink: 0;
}

.c-list-dl__dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .c-list-dl__dt {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
}
.c-list-dl__dd {
  line-height: 1.45;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-list-dl__dd {
    font-size: 1.2rem;
  }
}
.c-list-dl__dd p {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-list-dl__dd p {
    margin-bottom: 15px;
  }
}
.c-list-dl__dd > p + .c-list-num01 {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-list-dl__dd > p + .c-list-num01 {
    font-size: 1.2rem;
  }
}
.c-list-dl__dd > p + .c-list-num02 {
  padding-left: 1em;
}
.c-list-dl__dd .c-list-num01 .c-list-num02 {
  margin-left: -1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-list-dl__dd .c-list-num01 .c-list-num02 {
    margin-bottom: 10px;
  }
}

.c-list-num01 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  counter-reset: number 0;
}
.c-list-num01__item {
  padding-left: 2em;
  counter-increment: number 1;
  position: relative;
}
.c-list-num01__item::before {
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.c-list-num02 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1.4rem;
  counter-reset: number2 0;
}
@media screen and (max-width: 768px) {
  .c-list-num02 {
    font-size: 1.1rem;
  }
}
.c-list-num02__item {
  padding-left: 2em;
  counter-increment: number2 1;
  position: relative;
}
.c-list-num02__item::before {
  content: "(" counter(number2) ")";
  position: absolute;
  left: 0;
  top: 0;
}

.c-list-num03 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  counter-reset: number3 0;
}
.c-list-num03 ol,
.c-list-num03 li {
  margin-left: -0.5em;
}
@media screen and (max-width: 768px) {
  .c-list-num03 {
    font-size: 1.2rem;
  }
}
.c-list-num03__item {
  padding-left: 2em;
  counter-increment: number3 1;
  position: relative;
}
.c-list-num03__item::before {
  content: counter(number3) ".";
  position: absolute;
  left: 0.5em;
  top: 0;
}
.c-list-num03__item > p {
  margin-bottom: 20px;
}

.c-list-dot {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-list-dot {
    gap: 5px;
  }
}
.c-list-dot__item {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .c-list-dot__item {
    font-size: 1.1rem;
    padding-left: 1em;
  }
}
.c-list-dot__item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(35, 21, 134, 0.3);
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 768px) {
  .c-list-dot__item::before {
    width: 4px;
    height: 4px;
  }
}

.c-list-link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .c-list-link {
    flex-direction: column;
    gap: 15px;
  }
  .c-list-link__item {
    width: fit-content;
  }
}

.c-list-about {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 20px;
}
@media screen and (max-width: 768px) {
  .c-list-about {
    max-width: 310px;
    margin: 0 auto;
    gap: 15px;
    flex-direction: column;
  }
}
.c-list-about__item {
  background-color: #f6f9fd;
  padding: 22px 40px;
  font-weight: bold;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .c-list-about__item {
    width: fit-content;
    padding: 20px;
    font-size: 1.1rem;
  }
  .c-list-about__item:nth-child(2) {
    margin: 0 0 0 auto;
  }
}

.c-list-signin {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-list-signin {
    gap: 7px;
  }
}
.c-list-signin__item {
  font-size: 1.2rem;
  line-height: 1.25;
  background-color: #fff;
  font-weight: bold;
  height: 74px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .c-list-signin__item {
    font-size: 1.1rem;
    height: 57px;
  }
}

.c-list-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-list-cate {
    gap: 10px 5px;
    font-size: 1.1rem;
  }
}
.c-list-cate__item .c-article-cate {
  font-weight: normal;
  padding-bottom: 2px;
  display: block;
  margin-bottom: 0;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-list-cate__item .c-article-cate {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-list-cate__item.c-article-cate {
    font-size: 1rem !important;
    padding: 5px 10px;
    margin-bottom: 0;
  }
}

.c-list-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .c-list-keywords {
    gap: 3px;
  }
}

.c-list-guide {
  display: grid;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .c-list-guide {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
}

.c-list-share {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-list-share {
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 0 auto 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sp-only .c-list-share {
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
  }
}
.c-list-share__item {
  border-bottom: 1px solid #dddfef;
}
@media screen and (max-width: 768px) {
  .c-list-share__item {
    border-bottom: unset;
    border-right: 1px solid #dddfef;
  }
}
.c-list-share__item a {
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .c-list-share__item a {
    width: 40px;
    height: 25px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-list-share__hdg {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-list-share__hdg {
    font-size: 1.4rem;
    padding-bottom: unset;
    padding-right: 15px;
    height: 25px;
    line-height: 25px;
  }
}

.c-list-serviceitem {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .c-list-serviceitem {
    gap: 40px;
  }
}
.c-list-serviceitem__item {
  padding: 60px 50px;
  border-radius: 9px;
}
@media screen and (max-width: 768px) {
  .c-list-serviceitem__item {
    padding: 30px 20px;
    position: relative;
    border-radius: 4px;
  }
}
.c-list-serviceitem__item__hdg {
  padding: 0 14px 20px;
  margin-bottom: 44px;
  border-bottom: 1px solid #dddfef;
}
@media screen and (max-width: 768px) {
  .c-list-serviceitem__item__hdg {
    padding: 0 0 10px;
    margin-bottom: 40px;
  }
  .c-list-serviceitem__item__hdg img {
    transform: scale(0.6);
    transform-origin: left center;
  }
}
.c-list-serviceitem__flex {
  display: flex;
  gap: 40px;
  padding: 0 14px;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .c-list-serviceitem__flex {
    flex-wrap: wrap;
    padding: 0;
  }
}
.c-list-serviceitem__flex .c-list-serviceitem__txt {
  width: 45%;
  max-width: 460px;
}
@media screen and (max-width: 959px) {
  .c-list-serviceitem__flex .c-list-serviceitem__txt {
    width: 100%;
    max-width: unset;
  }
}
.c-list-serviceitem__flex .c-list-serviceitem__txt p {
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .c-list-serviceitem__flex .c-list-serviceitem__txt p {
    max-width: 100%;
  }
}
.c-list-serviceitem__txt {
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .c-list-serviceitem__txt {
    max-width: 100%;
  }
}
.c-list-serviceitem__txt h4 {
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-list-serviceitem__txt h4 {
    font-size: 1.6rem;
  }
}
.c-list-serviceitem__txt p {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .c-list-serviceitem__txt p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.c-list-serviceitem__txt .c-btn05 {
  margin-top: 20px;
  max-width: 340px;
  text-align: center !important;
  display: block;
  padding-left: 50px;
  font-size: 1.4rem;
  padding: 15px;
}
.c-list-serviceitem__txt .c-btn05::before {
  right: 15px;
}
.c-list-serviceitem__txt .c-btn05::after {
  right: 23px;
}
@media screen and (max-width: 768px) {
  .c-list-serviceitem__txt .c-btn05 {
    max-width: 100%;
    font-size: 1.2rem;
    padding: 20px;
    border-radius: 4px;
    margin: 20px auto 0;
  }
}
.c-list-serviceitem__list {
  width: 55%;
  max-width: 520px;
  gap: 14px 20px;
  padding-top: 1em;
}
.c-list-serviceitem__list.sp-only {
  display: none;
}
@media screen and (max-width: 959px) {
  .c-list-serviceitem__list {
    width: 100%;
    max-width: unset;
    padding-top: 0;
    gap: 10px;
    margin-bottom: 40px;
  }
  .c-list-serviceitem__list.sp-only {
    display: grid;
  }
  .c-list-serviceitem__list.pc-only {
    display: none;
  }
}
.c-list-serviceitem__list01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.c-list-serviceitem__list__item {
  display: block;
  border-radius: 9px;
  border: 1px solid #dddfef;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-list-serviceitem__list__item {
    border-radius: 4px;
  }
}
.c-list-serviceitem__list__item a {
  pointer-events: none;
}

.c-list-case {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-list-case {
    gap: 7px;
  }
}
.c-list-case__hdg {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.25;
  padding: 17px 10px;
  border: 1px solid #dddfef;
  border-radius: 4px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-list-case__hdg {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 0;
    border-radius: 2px;
  }
}

.c-list-navilink {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-list-navilink .c-btn05 {
  text-align: left;
  padding: 20px 60px 20px 20px;
}

.c-list-hint {
  display: flex;
  flex-direction: column;
  gap: 110px;
}
@media screen and (max-width: 768px) {
  .c-list-hint {
    gap: 0;
  }
  .c-list-hint__item {
    padding: 70px 0;
    border-bottom: 1px solid #dddfef;
  }
}

.c-list-type01 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.c-list-type02 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .c-list-type02 {
    gap: 9px;
  }
}
.c-list-type02--center {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.c-list-type02--center .c-list-type02__item {
  width: calc(50% - 20px);
  max-width: 400px;
}
.c-list-type02--center .c-list-type02__item .c-btn08:hover {
  text-decoration: underline;
}

.c-list-naviitem {
  border-top: 1px solid #dddfef;
  counter-reset: number 0;
}
.c-list-naviitem__item {
  border-bottom: 1px solid #dddfef;
  counter-increment: number 1;
}
.c-list-naviitem__link {
  display: block;
  padding: 20px 0 20px 54px;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-list-naviitem__link {
    padding: 10px 0 10px 30px;
    font-size: 1.2rem;
  }
}
.c-list-naviitem__link::before {
  content: counter(number) ".";
  position: absolute;
  left: 22px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .c-list-naviitem__link::before {
    left: 5px;
    top: 10px;
  }
}
.c-list-naviitem__link:hover {
  opacity: 1;
  background-color: #f1f7fc;
}

.c-list-know-how {
  width: 100%;
}
.c-list-know-how__item {
  position: relative;
  border-bottom: 1px solid #dddfef;
  width: 100%;
  min-height: 60px;
}

.c-list-parent {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.c-list-parent .c-article-cate {
  font-weight: normal;
  padding-bottom: 2px;
  display: block;
  margin-bottom: 0;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-list-parent .c-article-cate {
    padding: 8px 10px;
  }
}
.c-list-parent__item {
  display: flex;
  align-items: flex-start;
}
.c-list-parent__item > .c-article-cate {
  width: 140px;
  text-align: center;
  font-weight: bold;
}
.c-list-parent__item .c-list-cate {
  margin-left: 0.5em;
  padding-left: 1em;
  position: relative;
}
.c-list-parent__item .c-list-cate::before {
  content: ":";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .c-list-parent__item .c-list-cate::before {
    top: 0.3em;
  }
}

.c-list-date a {
  display: block;
}
.c-list-date a::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 0.8em;
}
.c-list-date a:hover {
  color: #434ff7;
}

.c-box-search form {
  position: relative;
}
.c-box-search input {
  font-size: 1.2rem;
  border-radius: 30px;
  outline: none;
  background-color: #fff;
  transition: all 0.5s;
  padding: 6px 40px 6px 15px;
  width: 240px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 960px) {
  .c-box-search input:focus {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 959px) {
  .c-box-search input {
    opacity: 1;
    visibility: visible;
    padding: 8px 40px 8px 15px;
    width: 100%;
  }
}
.c-box-search ::placeholder {
  font-weight: 500;
  color: rgba(35, 21, 134, 0.5);
}
.c-box-search button {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 1.4rem;
  transition: color 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  background-color: #fff;
}
.c-box-search button:hover {
  color: #434ff7;
}
@media screen and (max-width: 959px) {
  .c-box-search button {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
.c-box-search:hover input {
  opacity: 1;
  visibility: visible;
}

.c-box-round {
  border-radius: 9px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-box-round {
    border-radius: 4px;
  }
}

.c-box-main {
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-box-main {
    border-radius: 8px;
  }
}
.c-box-main--cont {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-box-main--cont {
    margin-top: 25px;
  }
}

.c-box-kv {
  position: relative;
  height: 440px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-box-kv {
    height: 540px;
  }
}
.c-box-kv::before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #dddfef;
  position: absolute;
  left: 20px;
  top: 50px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .c-box-kv::before {
    z-index: 1;
  }
}
.c-box-kv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(../img/common/kv_sub02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1440px;
}
@media screen and (max-width: 768px) {
  .c-box-kv::after {
    background-position: 80% bottom;
    background-size: 600px;
  }
}
.c-box-kv__txt {
  padding-top: 85px;
}
@media screen and (max-width: 768px) {
  .c-box-kv__txt {
    padding-top: 40px;
  }
}
.c-box-kv__txt--service {
  padding-top: 0;
}
.c-box-kv .c-hdg01 {
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-box-kv .c-hdg01 {
    font-size: 2.2rem;
  }
}
.c-box-kv .c-hdg01__sub {
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.c-box-kv__desc {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-box-kv__desc {
    font-size: 1.4rem;
    line-height: 1.45;
  }
}
.c-box-kv--terms::after {
  background-image: url(../img/common/kv_sub.png);
}
.c-box-kv--document::after {
  background-image: url(../img/common/kv_document.png);
}
@media screen and (max-width: 768px) {
  .c-box-kv--document::after {
    background-size: 760px;
    background-position: 65% bottom;
  }
}
.c-box-kv--about {
  height: auto;
}
.c-box-kv--about::after {
  display: none;
}
.c-box-kv--about .c-box-kv__txt {
  margin-bottom: 80px;
}
.c-box-kv--about .c-box-kv__txt .c-hdg01__sub {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .c-box-kv--about__kv {
    overflow-x: hidden;
  }
  .c-box-kv--about__kv__img img {
    width: 150%;
    max-width: unset;
    height: auto;
    margin-left: -25%;
  }
  .c-box-kv--service .c-box-kv--about__kv__img img {
    width: 100%;
    margin-left: unset;
  }
}
.c-box-kv--about__kv {
  position: relative;
}
.c-box-kv--about__kv__anim {
  position: absolute;
  padding: 5vw 0;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-box-kv--about__kv__anim {
    padding: 8vw 0;
  }
}
.c-box-kv--about__kv__anim .swiper-wrapper {
  transition-timing-function: linear;
}
.c-box-kv--about__kv__anim .swiper-slide {
  position: relative;
}
.c-box-kv--about__kv__anim__item {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #f1f7fc;
  border-radius: 0 50% 50% 0;
  animation: rotateAnim 10s linear 0s infinite;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-box-kv--about__kv__anim__item {
    animation-duration: 6s;
  }
}
.c-box-kv--about__kv__anim__item--top {
  border-radius: 50% 50% 0 0;
}
.c-box-kv--about__kv__anim__item--bottom {
  border-radius: 0 0 50% 50%;
}
.c-box-kv--about__kv__anim__logo {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
}
.c-box-kv--about__kv__anim__logo img {
  width: 100%;
}
.c-box-kv--about__kv__img {
  position: relative;
  z-index: 1;
}
.c-box-kv--navi::after {
  background-image: url(../img/common/kv_navi.png);
  background-size: 404px;
  background-position: left 65% bottom 0;
}
@media screen and (max-width: 768px) {
  .c-box-kv--navi::after {
    background-size: 240px;
    background-position: center bottom;
  }
}
.c-box-kv--detail {
  height: unset !important;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-box-kv--detail {
    margin-bottom: 30px;
  }
}
.c-box-kv--detail .c-box-kv__txt {
  border-bottom: 1px solid #dddfef;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-box-kv--detail .c-box-kv__txt {
    padding-bottom: 50px;
    margin-bottom: 14px;
  }
}
.c-box-kv--detail .c-box-kv__txt .c-article-card__time {
  margin-bottom: 0;
}
.c-box-kv--detail .c-article-cate {
  font-size: 1.6rem !important;
}
.c-box-kv--detail.c-box-kv::after {
  content: normal;
}
.c-box-kv--seminar::after {
  background-image: url(../img/common/kv_seminar.png);
  background-size: 420px;
  background-position: left 65% bottom 0;
}
@media screen and (max-width: 768px) {
  .c-box-kv--seminar::after {
    background-size: 290px;
    background-position: 80% bottom;
  }
}
.c-box-kv--case::after {
  background-image: url(../img/common/kv_case.png);
  background-size: 1040px;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .c-box-kv--case::after {
    background-size: 355px;
    background-image: url(../img/common/kv_case_sp.png);
  }
}
.c-box-kv--download::after {
  background-image: url(../img/common/kv_download.png);
  background-size: 1040px;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .c-box-kv--download::after {
    background-size: 355px;
    background-image: url(../img/common/kv_download_sp.png);
  }
}
.c-box-kv--news::after {
  background-image: url(../img/common/kv_news.png);
  background-size: 1040px;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .c-box-kv--news::after {
    background-size: 355px;
    background-image: url(../img/common/kv_news_sp.png);
  }
}
.c-box-kv--knowhow::after {
  background-image: url(../img/common/kv_knowhow.png);
  background-size: 1400px;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .c-box-kv--knowhow::after {
    background-size: 355px;
    background-image: url(../img/common/kv_knowhow_sp.png);
  }
}
.c-box-kv--metareal_ai {
  overflow: hidden;
}
.c-box-kv--metareal_ai::after {
  background-image: url(../img/common/kv_metareal_ai.png);
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .c-box-kv--metareal_ai::after {
    background-size: 100%;
    background-image: url(../img/common/kv_metareal_ai_sp.png);
  }
}
.c-box-kv--service-detail .c-inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 200px;
  position: relative;
}
.c-box-kv--service-detail .c-box-kv__btn {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 30px;
  transition: opacity 0.3s;
}
.c-box-kv--service-detail .c-box-kv__btn:hover {
  opacity: 0.6;
}

.c-box-cate {
  display: flex;
  align-items: flex-start;
  padding: 20px 70px 20px 30px;
  border-radius: 35px;
  background-color: #fff;
  margin-top: 30px;
  gap: 25px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-box-cate {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 70px;
    padding: 15px 60px 15px 15px;
    border-radius: 30px;
  }
}
.c-box-cate__hdg {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 6px 20px 7px 32px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-box-cate__hdg {
    font-size: 1.2rem;
    padding-left: 23px;
  }
}
.c-box-cate__hdg::before, .c-box-cate__hdg::after {
  content: "";
  position: absolute;
}
.c-box-cate__hdg::before {
  width: 8px;
  height: 8px;
  background-color: #231586;
  border-radius: 0 50% 50% 0;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.c-box-cate__hdg::after {
  width: 1px;
  height: 10px;
  background-color: #dddfef;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.c-box-cate__cont {
  height: 31px;
  overflow: hidden;
  transition: height 0.3s;
}
@media screen and (max-width: 768px) {
  .c-box-cate__cont {
    height: 0;
  }
  .c-box-cate__cont .c-list-cate {
    padding-top: 30px;
  }
}
.c-box-cate__btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #dddfef;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-box-cate__btn {
    top: 7px;
    width: 45px;
    height: 45px;
  }
}
.c-box-cate__btn::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #231586;
  border-bottom: 2px solid #231586;
  position: absolute;
  transform: rotate(45deg);
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  transition: all 0.3s;
}
.c-box-cate__btn.is-active::before {
  transform: rotate(225deg);
}
.c-box-cate--seminar:not(:last-of-type) {
  margin-bottom: 0;
}
.c-box-cate--seminar .c-box-cate__hdg {
  min-width: 145px;
}

.c-box-keywords {
  border-radius: 16px;
  background-color: #f5f2fb;
  padding: 50px 45px;
}
@media screen and (max-width: 768px) {
  .c-box-keywords {
    padding: 40px 20px 25px;
    border-radius: 8px;
  }
}

.c-box-navi {
  background-color: #f1f7fc;
  border-radius: 16px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .c-box-navi {
    max-width: 500px;
    border-radius: 8px;
    padding: 10px;
  }
}

.c-box-fixed {
  position: fixed;
  z-index: 999;
  right: 80px;
  bottom: 40px;
  width: 220px;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 1239px) {
  .c-box-fixed {
    right: 30px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-box-fixed {
    left: 50%;
    right: auto;
    bottom: 10px;
    width: 85%;
    max-width: 315px;
    transform: translateX(-50%);
    padding: 30px 10px;
    box-shadow: 0 4px 20px 0 rgba(35, 21, 134, 0.1);
  }
}
.c-box-fixed::before {
  content: "";
  width: 160px;
  height: 166px;
  background: url(../img/common/kv_navi.png) no-repeat center top/contain;
  position: absolute;
  left: 50%;
  top: -165px;
  transform: translateX(-50%);
  z-index: -1;
}
.c-box-fixed.is-out {
  opacity: 0;
  visibility: hidden;
}
.c-box-fixed__close {
  cursor: pointer;
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #231586;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-box-fixed__close {
    width: 20px;
    height: 20px;
  }
}
.c-box-fixed__close:hover {
  background-color: #434ff7;
}
.c-box-fixed__close::before, .c-box-fixed__close::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
}
@media screen and (max-width: 768px) {
  .c-box-fixed__close::before, .c-box-fixed__close::after {
    width: 8px;
    margin-left: -4px;
  }
}
.c-box-fixed__close::before {
  transform: rotate(45deg);
}
.c-box-fixed__close::after {
  transform: rotate(-45deg);
}
.c-box-fixed__txt {
  line-height: 1.2;
  font-size: 1.2rem;
  padding-bottom: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #dddfef;
}
@media screen and (max-width: 768px) {
  .c-box-fixed__txt {
    margin-bottom: 30px;
  }
}
.c-box-fixed__txt p {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .c-box-fixed__logo img {
    transform: scale(0.6);
    transform-origin: left center;
  }
}

.c-box-download {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-box-download {
    margin-top: 40px;
  }
}
.c-box-download .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: unset;
  flex-grow: unset;
}
.c-box-download__link {
  display: flex;
  align-items: center !important;
  border-radius: 9px;
  border: 1px solid #dddfef;
  box-shadow: 0 4px 20px 0 rgba(35, 21, 134, 0.05);
  background-color: #fff;
  overflow: hidden;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .c-box-download__link {
    border-radius: 4px;
  }
}
.c-box-download__link:hover {
  color: #434ff7;
}
.c-box-download__logo {
  width: 250px;
  height: 100%;
  min-height: 280px;
  flex-shrink: 0;
  background-color: #f6f9fd;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-box-download__logo {
    width: 100px;
    min-height: 158px;
  }
}
.c-box-download__logo figure {
  margin-top: 0 !important;
}
.c-box-download__logo img {
  width: 90%;
  max-width: 200px;
}
.c-box-download__txt {
  line-height: 1.45;
  padding: 10px 50px;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-box-download__txt {
    font-size: 1.1rem;
    padding: 10px 20px;
  }
}
.c-box-download__txt h2,
.c-box-download__txt h4 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-box-download__txt h2,
  .c-box-download__txt h4 {
    font-size: 1.2rem;
  }
}

.c-box-seminar-info {
  margin-top: 80px;
}
.c-box-seminar-info.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
.c-box-seminar-info .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: unset;
  flex-grow: unset;
}
.c-box-seminar-info figure {
  margin-top: 0 !important;
}
.c-box-seminar-info__hdg {
  font-weight: bold;
  font-size: 2.4rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddfef;
  margin-bottom: 50px;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .c-box-seminar-info__hdg {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.c-box-seminar-info .c-box-round {
  padding: 40px 30px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-box-seminar-info .c-box-round {
    padding: 20px 15px;
    margin-top: 20px;
  }
}
.c-box-seminar-info .c-box-round table {
  table-layout: fixed;
  width: 100%;
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .c-box-seminar-info .c-box-round table {
    font-size: 1.2rem;
  }
}
.c-box-seminar-info .c-box-round table th {
  width: 120px;
  border-bottom: 1px solid #dddfef;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .c-box-seminar-info .c-box-round table th {
    width: 60px;
  }
}
.c-box-seminar-info .c-box-round table td {
  width: calc(100% - 120px);
  border-bottom: 1px solid #dddfef;
  padding: 15px 0;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-box-seminar-info .c-box-round table td {
    width: calc(100% - 60px);
    font-size: 1.2rem;
  }
}
.c-box-seminar-info .c-box-round table tr:first-child th,
.c-box-seminar-info .c-box-round table tr:first-child td {
  padding-top: 0;
}
.c-box-seminar-info__notes {
  font-size: 1.2rem;
  font-weight: normal;
  opacity: 0.6;
  margin-top: 20px;
  line-height: 1.25;
  padding-left: 1em;
  text-indent: -1em;
}
.c-box-seminar-info__notes::before {
  content: "※";
}

.c-box-seminar-recommend {
  line-height: 1.25;
}
.c-box-seminar-recommend__hdg {
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddfef;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .c-box-seminar-recommend__hdg {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.c-box-seminar-recommend .c-list-dot {
  gap: 18px;
}
.c-box-seminar-recommend .c-list-dot__item {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-box-seminar-recommend .c-list-dot__item {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-box-seminar-recommend .c-list-dot__item::before {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    top: 4px;
  }
}

.c-box-seminar-people {
  display: flex;
  align-items: center;
  gap: 30px;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .c-box-seminar-people {
    align-items: flex-start;
    gap: 10px;
  }
}
.c-box-seminar-people__img {
  overflow: hidden;
  width: 100px;
  flex-shrink: 0;
}
.c-box-seminar-people__txt {
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-box-seminar-people__txt {
    font-size: 1.2rem;
  }
}
.c-box-seminar-people__hdg {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-box-seminar-people__hdg {
    font-size: 1.3rem;
  }
}
.c-box-seminar-people__hdg span {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .c-box-seminar-people__hdg span {
    font-size: 1.1rem;
  }
}

.c-box-fukidashi {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap !important;
  gap: 30px;
}
.c-box-fukidashi.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
.c-box-fukidashi .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: unset !important;
  flex-grow: unset !important;
}
@media screen and (max-width: 768px) {
  .c-box-fukidashi {
    gap: 8px;
  }
}
.c-box-fukidashi__img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  line-height: 1;
}
.c-box-fukidashi__img figure {
  margin-top: 0 !important;
}
.c-box-fukidashi__img figure img {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .c-box-fukidashi__img {
    width: 60px;
    height: 60px;
  }
}
.c-box-fukidashi__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.c-box-fukidashi__item {
  background-color: #f1f7fc;
  padding: 30px;
  border-radius: 9px;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-box-fukidashi__item {
    font-size: 1.2rem;
    padding: 25px 10px;
  }
}
.c-box-fukidashi__item::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: -11px;
  top: 0;
  background-color: #f1f7fc;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-box-fukidashi__item::before {
    width: 12px;
    height: 12px;
    left: -6px;
  }
}
.c-box-fukidashi__item p {
  padding-left: 1em;
  border-left: 1px solid #dddfef;
}
@media screen and (max-width: 768px) {
  .c-box-fukidashi__item p {
    padding-left: 10px;
  }
}

.c-box-service {
  border-top: 1px solid #dddfef;
  border-bottom: 1px solid #dddfef;
  padding: 45px 0;
  margin: 60px 0 20px;
  position: relative;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .c-box-service {
    padding: 40px 0;
    margin: 20px 0 10px;
  }
}
.c-box-service__logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-box-service__logo {
    margin-bottom: 30px;
  }
}
.c-box-service__hdg {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-box-service__hdg {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}
.c-box-service p {
  font-size: 1.4rem;
  opacity: 0.4;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-box-service p {
    font-size: 1.2rem;
  }
}
.c-box-service .c-btn01 {
  position: absolute;
  right: 0;
  top: 45px;
}
@media screen and (max-width: 768px) {
  .c-box-service .c-btn01 {
    top: 40px;
    max-width: 100px;
    font-size: 1.2rem;
  }
}

.c-box-problem:not(:first-child) {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .c-box-problem:not(:first-child) {
    margin-top: 40px;
  }
}
.c-box-problem .c-list-cate__item {
  border-radius: 9px 9px 0 0;
  background-color: #fff;
  padding: 18px 30px 0;
}
@media screen and (max-width: 768px) {
  .c-box-problem .c-list-cate__item {
    border-radius: 4px 4px 0 0;
    padding: 5px 15px 0;
  }
}
.c-box-problem .c-list-cate__item--t400 {
  max-width: 140px;
}
@media screen and (max-width: 768px) {
  .c-box-problem .c-list-cate__item--t400 {
    max-width: 90px;
  }
}
.c-box-problem .c-list-cate__item--onyaku {
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  .c-box-problem .c-list-cate__item--onyaku {
    max-width: 90px;
  }
}
.c-box-problem .c-list-cate__item--metareal {
  max-width: 206px;
}
@media screen and (max-width: 768px) {
  .c-box-problem .c-list-cate__item--metareal {
    max-width: 140px;
  }
}
.c-box-problem .c-box-round {
  border-radius: 0 9px 9px 9px;
  padding: 40px 35px 50px;
}
@media screen and (max-width: 768px) {
  .c-box-problem .c-box-round {
    border-radius: 0 4px 4px 4px;
    padding: 30px 15px 35px;
  }
}
.c-box-problem__comment {
  display: flex;
  align-items: center;
  gap: 29px;
  padding-bottom: 22px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddfef;
}
@media screen and (max-width: 768px) {
  .c-box-problem__comment {
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
}
.c-box-problem__comment__img {
  width: 94px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #dddfef;
}
@media screen and (max-width: 768px) {
  .c-box-problem__comment__img {
    width: 60px;
  }
}
.c-box-problem__comment__hdg {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-box-problem__comment__hdg {
    font-size: 1.5rem;
    line-height: 1.45;
  }
}
.c-box-problem__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-box-problem__list {
    gap: 12px;
  }
}
.c-box-problem__list__item {
  padding: 23px 30px;
  border-radius: 60px;
  border: 1px solid #dddfef;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-box-problem__list__item {
    padding: 20px 10px;
    line-height: 1.45;
    border-radius: 17px;
    font-size: 1.2rem;
  }
}

.c-box-case {
  margin-top: 70px;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .c-box-case {
    margin-top: 60px;
    padding: 30px 0;
  }
}
.c-box-case__hdg {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #f6f9fd;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-box-case__hdg {
    font-size: 1.6rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.c-box-case .c-list-case {
  padding: 0 20px;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-box-case .c-list-case {
    padding: 0 10px;
  }
}

.c-box-people {
  border-radius: 9px;
  border: 1px solid #dddfef;
  background-color: #fff;
  padding: 30px 20px;
  display: flex;
  align-items: center !important;
  line-height: 1.45;
  gap: 20px;
  margin-top: 60px;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 768px) {
  .c-box-people {
    margin-top: 30px;
    border-radius: 4px;
    padding: 25px 10px 30px;
    gap: 10px;
    align-items: flex-start;
  }
}
.c-box-people__img {
  width: 100px;
  flex: unset !important;
  flex-shrink: 0 !important;
}
.wp-block-columns:not(.is-not-stacked-on-mobile) > .c-box-people__img.wp-block-column {
  flex-basis: unset !important;
}
@media screen and (max-width: 768px) {
  .c-box-people__img {
    width: 50px;
  }
}
.c-box-people figure {
  border-radius: 50%;
  overflow: hidden;
  margin-top: 0;
}
.c-box-people figure img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .c-box-people figure {
    width: 50px;
    flex-shrink: 0;
  }
}
.c-box-people__txt h2,
.c-box-people__txt h4 {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.c-box-people__txt h2 span,
.c-box-people__txt h4 span {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-box-people__txt h2,
  .c-box-people__txt h4 {
    font-size: 1.3rem;
  }
}
.c-box-people__txt p {
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-box-people__txt p {
    font-size: 1.2rem;
  }
}

.c-box-writer {
  margin-top: 60px;
}
.c-box-writer__hdg {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
.c-box-writer .c-box-people {
  margin-top: 0;
  background-color: #f6f9fd;
  border: none;
}

.c-box-hint {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-box-hint {
    flex-direction: column;
    gap: 50px;
  }
}
.c-box-hint__txt {
  padding-top: 40px;
  width: 280px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-box-hint__txt {
    width: 100%;
    padding-top: 0;
    flex-shrink: unset;
    padding: 0 15px;
  }
}
.c-box-hint__hdg {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-box-hint__hdg {
    margin-bottom: 25px;
  }
}
.c-box-hint .c-list-type01 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-box-hint .c-list-type01 {
    margin-top: 35px;
  }
}
.c-box-hint .c-list-type01 .c-btn04 {
  width: fit-content;
}
.c-box-hint .c-list-type01 .c-btn04::before {
  background-color: #fff;
}
.c-box-hint .c-list-type01 .c-btn04:hover::before {
  background-color: #434ff7;
}
.c-box-hint__slider {
  width: calc(100% - 300px);
  padding: 0 52px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-box-hint__slider {
    width: 100%;
    padding: 0;
  }
}

.c-box-know-how {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-box-know-how {
    flex-direction: column;
    gap: 70px;
  }
}
.c-box-know-how__txt {
  max-width: 400px;
}
.c-box-know-how__txt .c-btn01 {
  background-color: #fff;
  color: #231586;
  margin-top: 30px;
}
.c-box-know-how__txt .c-btn01:hover {
  background-color: #434ff7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-box-know-how__txt {
    max-width: 100%;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(221, 223, 239, 0.4);
  }
}
.c-box-know-how__slider {
  max-width: 580px;
  position: relative;
  padding: 0 90px;
}
@media screen and (max-width: 768px) {
  .c-box-know-how__slider {
    max-width: 100%;
    padding: 0 44px;
  }
}
.c-box-know-how__slider .c-slider-bnr__prev {
  left: 0;
}
.c-box-know-how__slider .c-slider-bnr__next {
  right: 0;
}
.c-box-know-how__slider .c-slider-bnr__prev:hover,
.c-box-know-how__slider .c-slider-bnr__next:hover {
  background-color: #434ff7;
}

.c-box-cate-navi {
  background-color: #fff;
  padding: 8px 30px 40px;
  border-radius: 16px;
  margin-bottom: 80px;
  margin: 30px 0 70px;
}
@media screen and (max-width: 768px) {
  .c-box-cate-navi {
    padding: 5px 15px 20px;
    border-radius: 8px;
  }
}
.c-box-cate-navi .c-box-cate__hdg {
  border-bottom: 1px solid #dddfef;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-box-cate-navi .c-box-cate__hdg {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.c-box-cate-navi .c-box-cate__hdg::after {
  content: normal;
}

.c-box-toggle {
  border-radius: 35px;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 4px 4px -4px #dddfef;
}
@media screen and (max-width: 768px) {
  .c-box-toggle {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
  }
}
.c-box-toggle__btn {
  padding: 20px 0;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-box-toggle__btn {
    padding: 15px 50px 15px 0;
  }
}
.c-box-toggle__btn:hover {
  text-decoration: none;
}
.c-box-toggle__btn .c-box-cate__hdg {
  padding-right: 0;
}
.c-box-toggle__btn .c-box-cate__hdg::after {
  content: normal;
}
.c-box-toggle__btn::before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #dddfef;
  position: absolute;
  right: -25px;
  top: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-box-toggle__btn::before {
    top: 7px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-box-toggle__btn::before {
    right: -10px;
  }
}
.c-box-toggle__btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #231586;
  border-bottom: 2px solid #231586;
  position: absolute;
  transform: rotate(45deg);
  right: 2px;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .c-box-toggle__btn::after {
    right: 9px;
  }
}
.c-box-toggle__btn.is-active::after {
  transform: rotate(225deg);
}
.c-box-toggle__btn.is-active:hover::before {
  background-color: #231586;
  border-color: #231586;
}
.c-box-toggle__btn.is-active:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.c-box-toggle__cont {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.c-box-toggle__cont__inner {
  padding: 10px 0 40px;
}
@media screen and (max-width: 768px) {
  .c-box-toggle__cont__inner {
    padding: 5px 0 30px;
  }
}
.c-box-toggle-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0 80px;
}
@media screen and (max-width: 768px) {
  .c-box-toggle-wrap {
    gap: 10px;
    margin-bottom: 70px;
  }
}
.c-box-toggle-wrap .c-box-cate {
  margin: 0;
}
.c-box-toggle__close {
  cursor: pointer;
  max-width: 200px;
  margin: 20px auto 0;
  border-radius: 6px;
  background-color: #f5f2fb;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-box-toggle__close {
    max-width: 140px;
    font-size: 1.1rem;
  }
}
.c-box-toggle__close:hover {
  background-color: #231586;
  color: #fff;
}

.c-box-know-how02 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-box-know-how02 {
    flex-direction: column;
  }
}
.c-box-know-how02__img {
  border: 1px solid #dddfef;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-box-know-how02__img {
    margin: 0 auto;
    border-radius: 8px;
  }
}
.c-box-know-how02__txt {
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .c-box-know-how02__txt {
    margin: 0 auto;
  }
}
.c-box-know-how02__hdg {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .c-box-know-how02__hdg {
    padding: 0 10px;
    font-size: 2rem;
  }
}

.c-box-slidetoggle {
  position: absolute;
  padding: 0 10px;
  border-radius: 9px;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-box-slidetoggle {
    position: static;
    border-radius: 4px;
  }
}
.c-box-slidetoggle__btn {
  padding: 15px 0;
  font-weight: bold;
  position: relative;
  font-size: 1.6rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-box-slidetoggle__btn {
    font-size: 1.2rem;
  }
}
.c-box-slidetoggle__btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #231586;
  border-bottom: 2px solid #231586;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
.c-box-slidetoggle__btn:hover {
  opacity: 1;
}
.c-box-slidetoggle__cont {
  overflow: hidden;
  height: 0;
  transition: height 0.3s;
}
.c-box-slidetoggle.is-active {
  box-shadow: 0 2px 8px 0 rgba(35, 21, 134, 0.2);
  z-index: 2;
}
.c-box-slidetoggle.is-active .c-box-slidetoggle__btn {
  opacity: 1;
}
.c-box-slidetoggle.is-active .c-box-slidetoggle__btn::after {
  transform: translateY(-50%) rotate(225deg);
}

.c-list-kh {
  font-size: 1.4rem;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-list-kh {
    font-size: 1.1rem;
  }
}
.c-list-kh__item a {
  font-weight: bold;
  display: block;
  text-decoration: underline;
  line-height: 1.25;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #f6f9fd;
  background-color: #f6f9fd;
  color: rgba(35, 21, 134, 0.5);
  transition: all 0.3s;
}
.c-list-kh__item a:hover {
  color: #231586;
  border-color: #dddfef;
  background-color: #fff;
}

.c-logo {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-logo {
    font-size: 1.1rem;
  }
  .c-logo__img {
    display: block;
    max-width: 170px;
    margin: 0 auto;
  }
  .c-logo__img svg {
    width: 100%;
  }
}
.c-logo__catch {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-logo__catch {
    margin-top: 0;
  }
}

@keyframes svgAnim1 {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes svgAnim2 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes svgAnim3 {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
}
@keyframes svgAnim4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-inner {
  max-width: 1100px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-inner {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-inner--l {
  max-width: 1260px;
}
@media screen and (max-width: 768px) {
  .c-inner--l {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-inner--ll {
  max-width: 1440px;
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .c-inner--ll {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-article-time::before {
  content: "\f017";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  margin-right: 0.5em;
}
.c-article-link {
  display: block;
}
.c-article-link:hover, .c-article-link:hover .c-article-cate {
  color: #434ff7;
}
.c-article-cate {
  background-color: #f5f2fb;
  border-radius: 20px;
  font-size: 1.6rem;
  padding: 0 13px;
  margin-bottom: 16px;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-article-cate {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.c-article-card__thumb {
  margin-bottom: 20px;
}
.c-article-card__thumb img {
  width: 100%;
  aspect-ratio: 320/240;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-article-card__thumb {
    margin-bottom: 15px;
  }
}
.c-article-card__hdg {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .c-article-card__hdg {
    font-size: 1.2rem;
  }
}
.c-article-card__txt {
  font-size: 1.3rem;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .c-article-card__txt {
    font-size: 1.2rem;
  }
}
.c-article-card__txt .wpulike {
  display: none;
}
.c-article-card__time {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .c-article-card__time {
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
}
.c-article-seminar__link {
  display: block;
}
.c-article-seminar__link:hover .c-article-date {
  background-color: #231586;
  color: #fff;
}
.c-article-seminar__link:hover .c-article-date__hdg {
  border-color: rgba(255, 255, 255, 0.25);
}
.c-article-seminar .c-box-round {
  margin-bottom: 20px;
}
.c-article-seminar__hdg {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
}
.c-article-seminar__thumb img {
  width: 100%;
  aspect-ratio: 1280/728;
  object-fit: cover;
}
.c-article-date {
  background-color: #f5f2fb;
  display: flex;
  align-items: center;
  padding: 15px 0;
  font-weight: bold;
  transition: all 0.3s;
}
.c-article-date__hdg {
  font-size: 1.2rem;
  width: 67px;
  text-align: center;
  padding: 4px;
  border-right: 1px solid rgba(35, 21, 134, 0.25);
  transition: all 0.3s;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-article-date__hdg {
    width: 53px;
  }
}
.c-article-date__cont {
  width: calc(100% - 53px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 15px;
}
.c-article-date__cont__day {
  font-size: 2.4rem;
}
.c-article-date__cont__day .week {
  font-size: 1.6rem;
}
.c-article-date__cont__time {
  background-color: #fff;
  color: #231586;
  border-radius: 15px;
  font-size: 1.1rem;
  padding: 5px 10px;
}
.c-article-know-how a {
  display: block;
  position: relative;
  color: #231586;
}
.c-article-know-how a:hover {
  color: #434ff7;
}
.c-article-know-how__cate {
  background-color: #fff;
  font-size: 1.4rem;
  padding: 0px 10px;
  border-radius: 20px;
  position: absolute;
  left: 15px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .c-article-know-how__cate {
    font-size: 1.1rem;
    left: 10px;
    top: 10px;
  }
}
.c-article-know-how__thumb {
  margin-bottom: 10px;
}
.c-article-know-how__hdg {
  background-color: #fff;
  min-height: 63px;
  padding: 3px 20px 3px 25px;
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .c-article-know-how__hdg {
    padding: 3px 25px 3px 10px;
  }
}
.c-article-know-how__hdg::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #231586;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .c-article-know-how__hdg::after {
    right: 15px;
  }
}

a.c-article-cate {
  transition: all 0.3s;
}
a.c-article-cate:hover {
  background-color: #434ff7;
  color: #fff;
}

.c-news-cate {
  background-color: #231586;
  color: #fff;
  white-space: nowrap;
  width: 100px;
  text-align: center;
  border-radius: 4px;
  font-size: 1.1rem;
  padding: 8px 5px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-news-cate {
    font-size: 1rem;
    padding: 2px 10px;
    width: fit-content;
    border-radius: 2px;
  }
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: neue-haas-unica, "source-han-sans-japanese", sans-serif;
  width: fit-content;
  padding: 0 90px;
  margin: 80px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 60px;
    padding: 0 50px;
  }
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  font-size: 1.4rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    width: 27px;
    height: 27px;
    font-size: 1.2rem;
    line-height: 27px;
  }
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
  background-color: #231586;
  color: #fff;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  background: unset;
  position: absolute;
  top: 0;
}
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
}
.wp-pagenavi a.previouspostslink {
  left: 0;
}
.wp-pagenavi a.previouspostslink::before {
  border-bottom: 2px solid #231586;
  border-left: 2px solid #231586;
}
.wp-pagenavi a.nextpostslink {
  right: 0;
}
.wp-pagenavi a.nextpostslink::before {
  border-top: 2px solid #231586;
  border-right: 2px solid #231586;
}

.c-article-download {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-article-download {
    font-size: 1.2rem;
  }
}
.c-article-download__cate {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 13px;
  margin-bottom: 1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-article-download__cate {
    font-size: 1.6rem;
    padding: 0;
    margin-bottom: 10px;
  }
}
.c-article-download__thumb {
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-article-download__thumb {
    border-radius: 4px;
    margin-bottom: 25px;
  }
}
.c-article-download__thumb img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.c-article-download__hdg {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-article-download__hdg {
    font-size: 1.6rem;
  }
}
.c-article-download .c-btn07 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-article-download .c-btn07 {
    margin-top: 15px;
  }
}

.c-slider-pickup {
  position: relative;
}
.c-slider-pickup__controller {
  width: 100%;
  top: 126px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .c-slider-pickup__controller {
    top: 100px;
  }
}
.c-slider-pickup__controller .c-progressbar {
  height: 24px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-slider-pickup__controller .c-progressbar {
    height: 22px;
  }
}
.c-slider-pickup__controller .c-progressbar__pin {
  width: 88px;
  height: 24px;
  background-color: #f6f9fd;
  position: absolute;
  left: -32px;
  top: 0;
  z-index: 1;
  transition-timing-function: ease-in;
  transition-duration: 4s;
}
@media screen and (max-width: 768px) {
  .c-slider-pickup__controller .c-progressbar__pin {
    height: 22px;
  }
}
.c-slider-pickup__controller .c-progressbar__pin::before, .c-slider-pickup__controller .c-progressbar__pin::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-slider-pickup__controller .c-progressbar__pin::before, .c-slider-pickup__controller .c-progressbar__pin::after {
    width: 22px;
    height: 22px;
  }
}
.c-slider-pickup__controller .c-progressbar__pin::before {
  left: -12px;
}
@media screen and (max-width: 768px) {
  .c-slider-pickup__controller .c-progressbar__pin::before {
    left: -11px;
  }
}
.c-slider-pickup__controller .c-progressbar__pin::after {
  right: -12px;
}
@media screen and (max-width: 768px) {
  .c-slider-pickup__controller .c-progressbar__pin::after {
    right: -11px;
  }
}
.c-slider-pickup__controller .c-progressbar__pin__icn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-slider-pickup__controller .c-progressbar__pin__icn {
    width: 22px;
    height: 22px;
  }
}
.c-slider-pickup__controller .c-progressbar.is-active .c-progressbar__pin {
  left: 100%;
}
.c-slider-pickup__controller__btn {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.c-slider-pickup__controller__btn::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.c-slider-pickup__prev, .c-slider-pickup__next {
  display: block;
  width: 32px;
  height: 24px;
  background-color: #231586;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-slider-pickup__prev, .c-slider-pickup__next {
    width: 30px;
    height: 22px;
  }
}
.c-slider-pickup__prev::before, .c-slider-pickup__next::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
  margin-top: -3px;
  transition: all 0.3s;
}
.c-slider-pickup__prev {
  border-radius: 20px 0 0 20px;
}
.c-slider-pickup__prev::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.c-slider-pickup__prev:hover::before {
  left: 40%;
}
.c-slider-pickup__next {
  border-radius: 0 20px 20px 0;
}
.c-slider-pickup__next::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  margin-left: -5px;
}
.c-slider-pickup__next:hover::before {
  left: 60%;
}
.c-slider-pickup__cont {
  margin-bottom: 60px;
}
.c-slider-pickup__thumb {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-slider-pickup__thumb {
    border-radius: 4px;
  }
}

.c-slider-bnr .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-slider-bnr .swiper-slide {
    border-radius: 8px;
  }
}
.c-slider-bnr .swiper-pagination {
  overflow: hidden;
  width: 46px;
  height: 4px;
  border-radius: 4px;
  left: 50%;
  top: unset;
  bottom: 50px;
  margin-left: -23px;
  background-color: rgba(35, 21, 134, 0.05);
}
@media screen and (max-width: 768px) {
  .c-slider-bnr .swiper-pagination {
    width: 36px;
    height: 3px;
    bottom: 35px;
    margin-left: -18px;
  }
}
.c-slider-bnr .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #231586;
  border-radius: 4px;
}
.c-slider-bnr__prev, .c-slider-bnr__next {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #231586;
  background-color: #fff;
  z-index: 2;
  top: 50%;
  margin-top: -35px;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-slider-bnr__prev, .c-slider-bnr__next {
    width: 34px;
    height: 34px;
    border-width: 1px;
    margin-top: -17px;
  }
}
.c-slider-bnr__prev::before, .c-slider-bnr__next::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  transform: rotate(45deg);
  transition: border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-slider-bnr__prev::before, .c-slider-bnr__next::before {
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
}
.c-slider-bnr__prev:hover, .c-slider-bnr__next:hover {
  background-color: #231586;
}
.c-slider-bnr__prev:hover::before, .c-slider-bnr__next:hover::before {
  border-color: #fff;
}
.c-slider-bnr__prev {
  left: 30px;
}
@media screen and (max-width: 768px) {
  .c-slider-bnr__prev {
    left: 10px;
  }
}
.c-slider-bnr__prev::before {
  border-bottom: 2px solid #231586;
  border-left: 2px solid #231586;
  margin-left: -2px;
}
@media screen and (max-width: 768px) {
  .c-slider-bnr__prev::before {
    border-bottom: 1px solid #231586;
    border-left: 1px solid #231586;
  }
}
.c-slider-bnr__next {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .c-slider-bnr__next {
    right: 10px;
  }
}
.c-slider-bnr__next::before {
  border-top: 2px solid #231586;
  border-right: 2px solid #231586;
  margin-left: -3px;
}
@media screen and (max-width: 768px) {
  .c-slider-bnr__next::before {
    border-top: 1px solid #231586;
    border-right: 1px solid #231586;
  }
}

@media screen and (max-width: 768px) {
  .c-slider-ranking {
    overflow: unset;
  }
}
.c-slider-ranking .swiper-slide::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #231586;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: neue-haas-unica, "source-han-sans-japanese", sans-serif;
}
.c-slider-ranking .swiper-slide:first-child::before {
  content: "1";
}
.c-slider-ranking .swiper-slide:nth-child(2)::before {
  content: "2";
}
.c-slider-ranking .swiper-slide:nth-child(3)::before {
  content: "3";
}
.c-slider-ranking .swiper-slide:nth-child(4)::before {
  content: "4";
}
.c-slider-ranking .swiper-slide:nth-child(5)::before {
  content: "5";
}

.c-slider-hint__prev, .c-slider-hint__next {
  width: 32px;
  height: 32px;
  background-color: #231586;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  margin-top: -16px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-slider-hint__prev, .c-slider-hint__next {
    width: 22px;
    height: 22px;
    top: 35%;
  }
}
.c-slider-hint__prev:hover, .c-slider-hint__next:hover {
  background-color: #434ff7;
}
.c-slider-hint__prev::before, .c-slider-hint__next::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  margin-top: -3px;
}
.c-slider-hint__prev {
  left: 0;
}
.c-slider-hint__prev::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  margin-left: -2px;
}
@media screen and (max-width: 768px) {
  .c-slider-hint__prev {
    left: -11px;
  }
}
.c-slider-hint__next {
  right: 0;
}
.c-slider-hint__next::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: -4px;
}
@media screen and (max-width: 768px) {
  .c-slider-hint__next {
    right: -11px;
  }
}

.c-table01 {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.c-table01__th {
  border: 1px solid #dddfef;
  border-bottom: none;
  font-weight: bold;
  padding: 20px;
  font-size: 1.4rem;
  background-color: #f6f9fd;
}
@media screen and (max-width: 768px) {
  .c-table01__th {
    font-size: 1.2rem;
    padding: 12px 15px;
  }
}
.c-table01__td {
  border: 1px solid #dddfef;
  border-bottom: none;
  font-size: 1.3rem;
  padding: 20px;
}
.c-table01__td .c-list-dot {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .c-table01__td {
    font-size: 1.2rem;
    padding: 15px;
  }
}
.c-table01__td:first-child {
  border-right: none;
}
.c-table01 tr:first-child .c-table01__th:first-child {
  border-radius: 9px 0 0 0;
  width: 240px;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .c-table01 tr:first-child .c-table01__th:first-child {
    width: 180px;
  }
}
.c-table01 tr:first-child .c-table01__th:last-child {
  border-radius: 0 9px 0 0;
}
.c-table01 tr:last-child .c-table01__td:first-child {
  border-radius: 0 0 0 9px;
  border-bottom: 1px solid #dddfef;
}
.c-table01 tr:last-child .c-table01__td:last-child {
  border-radius: 0 0 9px 0;
  border-bottom: 1px solid #dddfef;
}

.p-top {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-top {
    padding-bottom: 110px;
  }
}
.p-top-logo {
  padding: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  .p-top-logo {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-logo .c-logo__img svg {
    width: 100%;
  }
}
.p-top-logo .c-logo__catch {
  opacity: 0;
  animation: svgAnim4 0.5s linear 1s forwards;
}
.p-top-logo .c-logo__anim--1st rect {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  animation: svgAnim1 0.3s linear 0.2s forwards;
}
.p-top-logo .c-logo__anim--2nd path {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  animation: svgAnim2 0.2s linear 0.5s forwards;
}
.p-top-logo .c-logo__anim--3rd path {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  animation: svgAnim1 0.3s linear 0.7s forwards;
}
.p-top-logo .c-logo__anim--4th {
  opacity: 0;
  animation: svgAnim4 0.5s linear 1s forwards;
}
.p-top-pickup__slider {
  width: 62.5%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-pickup__slider {
    width: calc(100% - 50px);
    max-width: 650px;
  }
}
.p-top-pickup__slider img {
  aspect-ratio: 1350/630;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top-pickup__slider img {
    aspect-ratio: 650/420;
  }
}
.p-top-pickup .c-slider-pickup__item {
  text-align: center;
}
.p-top-pickup .c-slider-pickup__hdg {
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-pickup .c-slider-pickup__hdg {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-top-pickup .c-slider-pickup__cont {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.p-top-pickup__thumb .swiper-slide a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.p-top-pickup__slider-area {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-pickup__slider-area {
    gap: 10px;
  }
}
.p-top-pickup__slider-area .p-top-pickup__slider {
  flex-shrink: 0;
}
.p-top-article {
  margin: 160px 0 140px;
}
@media screen and (max-width: 768px) {
  .p-top-article {
    margin: 120px 0 70px;
  }
}
.p-top-article .c-hdg01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-top-article .c-hdg01 {
    margin-bottom: 50px;
  }
}
.p-top-article__item:not(:last-child) {
  padding-bottom: 100px;
  margin-bottom: 110px;
  border-bottom: 1px solid #dddfef;
}
@media screen and (max-width: 768px) {
  .p-top-article__item:not(:last-child) {
    padding-bottom: 70px;
    margin-bottom: 75px;
  }
}
.p-top-article__case__hdg {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 80px;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .p-top-article__case__hdg {
    font-size: 1.6rem;
    margin-bottom: 50px;
    text-align: left;
  }
}
.p-top-article__case__hdg span {
  color: #434ff7;
}
.p-top-article__case .c-article-cate {
  background-color: transparent;
  border: 1px solid #dddfef;
}
@media screen and (max-width: 768px) {
  .p-top-article__case .c-article-card__hdg {
    font-size: 1.5rem;
  }
}
.p-top-seminar {
  padding: 110px 0 90px;
}
.p-top-navi {
  padding: 120px 0;
}
.p-top-navi .c-list-navi {
  padding-bottom: 60px;
  border-bottom: 1px solid #dddfef;
}
.p-top-navi--sec {
  padding: 90px 0 0;
}
.p-top-navi--sec .c-box-round {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-top-navi--sec .c-box-round {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-navi--sec .c-inner--ll {
    padding: 0 !important;
  }
  .p-top-navi--sec .c-list-navi {
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-top-navi--sec .c-list-navi__hdg {
    justify-content: flex-start;
  }
}
.p-top-hint {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-top-hint {
    margin-bottom: 100px;
  }
}
.p-top-hint__cont {
  border-radius: 16px;
  background: url(../img/top/hint_bg.jpg) no-repeat center right/cover;
}
@media screen and (max-width: 768px) {
  .p-top-hint__cont {
    border-radius: 8px;
    padding: 60px 0 40px;
    background: url(../img/top/hint_bg_sp.jpg) no-repeat center right/contain;
  }
}
.p-top-hint__cont .c-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 310px;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .p-top-hint__cont .c-inner {
    flex-direction: column;
    gap: 40px;
    padding-right: 30px;
    min-height: unset;
    align-items: unset;
  }
}
.p-top-hint__cont .c-hdg01 {
  font-size: 3.8rem;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .p-top-hint__cont .c-hdg01 {
    font-size: 2.4rem;
  }
}
.p-top-hint--sec {
  padding: 140px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top-hint--sec {
    padding-top: 70px;
  }
}
.p-top-hint--sec .c-inner {
  position: relative;
}
.p-top-hint--sec .c-hdg01 {
  font-size: 4.4rem;
  padding-bottom: 70px;
  margin-bottom: 60px;
  border-bottom: 1px solid #dddfef;
}
@media screen and (max-width: 768px) {
  .p-top-hint--sec .c-hdg01 {
    font-size: 2.7rem;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
.p-top-hint--sec .c-btn01 {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p-top-hint--sec .c-btn01 {
    display: none;
  }
}
.p-top-member {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-top-member {
    margin-bottom: 70px;
  }
}
.p-top-member__flex {
  padding-bottom: 80px;
  border-bottom: 1px solid #dddfef;
}
@media screen and (min-width: 769px) {
  .p-top-member__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-top-member__flex {
    padding-bottom: 70px;
  }
}
.p-top-member__img {
  max-width: 400px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-member__img {
    max-width: unset;
    border-radius: 8px;
    margin-bottom: 25px;
  }
}
.p-top-member .c-hdg01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-member .c-hdg01 {
    margin-bottom: 25px;
  }
}
.p-top-member__txt p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-member__txt p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-member .c-btn01 {
    margin: 0 auto;
  }
}
.p-top-cv {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-cv {
    margin-bottom: 110px;
  }
}
.p-top-cv .c-slider-bnr {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-cv .c-slider-bnr {
    margin-bottom: 20px;
  }
}
.p-top-cv .c-btn-cv--download {
  border-radius: 9px 0 0 9px;
}
@media screen and (max-width: 768px) {
  .p-top-cv .c-btn-cv--download {
    border-radius: 8px 0 0 8px;
  }
}
.p-top-cv .c-btn-cv--contact {
  border-radius: 9px;
}
@media screen and (max-width: 768px) {
  .p-top-cv .c-btn-cv--contact {
    border-radius: 8px;
  }
}
.p-top-cv .c-list-cv__item .c-btn-cv--contact {
  border-radius: 0 9px 9px 0;
}
@media screen and (max-width: 768px) {
  .p-top-cv .c-list-cv__item .c-btn-cv--contact {
    border-radius: 0 8px 8px 0;
  }
}
.p-top-service {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding: 80px 0;
  }
}
.p-top-news {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 110px 0 0;
  }
}
.p-top-news .c-inner {
  max-width: 1360px;
  padding: 0 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-news .c-inner {
    padding: 0 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-news .c-inner .c-hdg01 {
    position: absolute;
    left: 30px;
    top: -15px;
  }
}
.p-top-news .c-inner .c-list-news,
.p-top-news .c-inner .c-list-cate {
  max-width: 940px;
  margin: 0 auto;
}
.p-top-news .c-inner .c-list-cate {
  margin-bottom: 40px;
}
.p-top-news .c-inner .tab-content {
  display: none;
}
.p-top-news .c-inner .tab-content.is-active {
  display: block;
}
.p-top-news .c-inner .tab-content > p {
  max-width: 940px;
  margin: 0 auto;
}
.p-top-know-how {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-top-know-how {
    margin-bottom: 70px;
  }
}
.p-top-know-how .c-hdg01 {
  margin-bottom: 24px;
}
.p-top-know-how .c-hdg01__sub::after {
  background-color: #3825c3;
}
.p-top-know-how .c-inner--l > .c-box-round {
  background-color: #231586;
  color: #fff;
  padding: 120px 0 107px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-know-how .c-inner--l > .c-box-round {
    padding: 70px 0;
  }
}
.p-top-know-how .c-inner--l > .c-box-round::before {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  opacity: 0.3;
}
.p-top-know-how .c-inner--l > .c-box-round .c-inner {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .p-terms {
    padding-bottom: 20px;
  }
}
.p-terms .c-inner {
  max-width: 1128px;
}
@media screen and (min-width: 769px) {
  .p-terms .c-inner {
    padding-left: 44px;
    padding-right: 44px;
  }
}
.p-terms__desc {
  border-top: 1px solid #dddfef;
  padding-top: 40px;
  margin-bottom: 20px;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .p-terms__desc {
    font-size: 1.4rem !important;
    margin-bottom: 10px;
  }
}
.p-terms__cont {
  padding: 80px 0 100px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-terms__cont {
    padding: 55px 0 60px;
    gap: 50px;
  }
}
.p-terms__cont:not(:last-child) {
  border-bottom: 1px solid #dddfef;
}
.p-terms__hdg {
  font-size: 2.2rem;
  line-height: 1.25;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-terms__hdg {
    font-weight: 900;
    font-size: 2rem;
  }
}
.p-terms__hdg::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #dfe0f6;
  border-radius: 0 50% 50% 0;
  position: absolute;
  left: -44px;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .p-terms__hdg::before {
    width: 12px;
    height: 12px;
    left: -20px;
    top: 7px;
  }
}
.p-terms__notes {
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-terms__notes {
    font-size: 1.1rem;
  }
}

.p-privacy {
  line-height: 1.45;
}
.p-privacy .p-terms__cont {
  display: block;
  padding: 60px 0;
}
.p-privacy__hdg, .p-privacy__hdg02 {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-privacy__hdg, .p-privacy__hdg02 {
    font-size: 2rem;
  }
}
.p-privacy__hdg02 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-privacy__hdg02 {
    font-size: 1.6rem;
  }
}
.p-privacy__desc {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-privacy__desc {
    font-size: 1.2rem;
  }
}
.p-privacy__hdg + .p-privacy__desc {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-privacy__hdg + .p-privacy__desc {
    margin-bottom: 20px;
  }
}
.p-privacy .c-list-num01.u-fz14 {
  font-weight: 400;
}
.p-privacy__contact {
  margin-top: 60px;
  font-weight: normal;
}
.p-privacy__contact__hdg {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-privacy__contact__hdg {
    font-size: 1.4rem;
  }
}
.p-privacy__contact__txt {
  font-size: 1.4rem;
}
.p-privacy__contact .u-tar {
  margin-top: 60px;
  font-size: 1.2rem;
}
.p-privacy .c-list-num01 .c-list-dot,
.p-privacy .c-list-num01 .c-list-num01,
.p-privacy .c-list-num01 .c-list-num02 {
  margin-top: 0.5em;
}
.p-privacy__notes {
  font-size: 1.3rem;
  padding-left: 1.5em;
  font-weight: normal;
  position: relative;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .p-privacy__notes {
    font-size: 1.2rem;
  }
}
.p-privacy__notes::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.p-privacy__notes + dl,
.p-privacy__notes + dl + dl {
  margin-top: 40px;
}
.p-privacy__notes + dl dt,
.p-privacy__notes + dl + dl dt {
  font-size: 1.5rem;
  font-weight: 500;
}
.p-privacy__notes + dl dd,
.p-privacy__notes + dl + dl dd {
  font-size: 1.4rem;
  font-weight: 400;
}
.p-privacy a {
  text-decoration: underline;
}
.p-privacy__scroll {
  margin: 15px 0 40px;
}
@media screen and (max-width: 768px) {
  .p-privacy__scroll {
    margin: 15px -20px 30px 0;
    padding: 0 20px 10px 0;
    overflow-x: scroll;
  }
  .p-privacy__scroll .c-table01 {
    min-width: 600px;
  }
}

.p-contact {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 60px 0;
    font-size: 1.4rem;
  }
}
.p-contact .mktoForm {
  font-family: "source-han-sans-japanese", sans-serif !important;
  color: #231586 !important;
}
@media screen and (max-width: 768px) {
  .p-contact .mktoForm {
    padding: 0;
  }
}
.p-contact .mktoForm .mktoFormRow {
  margin-bottom: 20px;
}
.p-contact .mktoForm label {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-contact .mktoForm label {
    font-size: 1.4rem;
  }
}
.p-contact .mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}
.p-contact .mktoForm .mktoRequiredField > label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-contact .mktoForm .mktoRequiredField > label::after {
  content: "必須";
  font-size: 1.2rem;
  font-weight: normal;
  background-color: #231586;
  color: #fff;
  width: 42px;
  height: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-contact .mktoForm .mktoRequiredField > label::after {
    font-size: 1rem;
    width: 32px;
    height: 18px;
    line-height: 18px;
  }
}
.p-contact .mktoForm textarea {
  min-height: 200px;
}
.p-contact .mktoForm .mktoRadioList,
.p-contact .mktoForm .mktoCheckboxList {
  padding: 0;
}
.p-contact .mktoForm .mktoRadioList > label,
.p-contact .mktoForm .mktoCheckboxList > label {
  position: relative;
  color: rgba(47, 43, 69, 0.44);
  font-weight: normal;
  margin: 0 !important;
  padding: 0.1em 0 1em 2em !important;
}
@media screen and (max-width: 768px) {
  .p-contact .mktoForm .mktoRadioList > label,
  .p-contact .mktoForm .mktoCheckboxList > label {
    padding: 0 0 1em 1.6em !important;
  }
}
.p-contact .mktoForm .mktoRadioList > label a,
.p-contact .mktoForm .mktoCheckboxList > label a {
  text-decoration: underline;
}
.p-contact .mktoForm .mktoRadioList > label:last-child,
.p-contact .mktoForm .mktoCheckboxList > label:last-child {
  padding: 0.1em 0 0 2em !important;
}
@media screen and (max-width: 768px) {
  .p-contact .mktoForm .mktoRadioList > label:last-child,
  .p-contact .mktoForm .mktoCheckboxList > label:last-child {
    padding: 0 0 0 1.6em !important;
  }
}
.p-contact .mktoForm .mktoCheckboxList > label::before, .p-contact .mktoForm .mktoCheckboxList > label::after {
  content: "";
  position: absolute;
}
.p-contact .mktoForm .mktoCheckboxList > label::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #dddfef;
  left: 0;
  top: 0;
  box-shadow: 0 2px 4px 0 rgba(35, 21, 134, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-contact .mktoForm .mktoCheckboxList > label::before {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    top: 1px;
  }
}
.p-contact .mktoForm .mktoCheckboxList > label::after {
  content: "";
  width: 12px;
  height: 8px;
  border-left: 3px solid #231586;
  border-bottom: 3px solid #231586;
  transform: rotate(-45deg);
  left: 6px;
  top: 6px;
  transition: opacity 0.3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-contact .mktoForm .mktoCheckboxList > label::after {
    width: 7px;
    height: 5px;
    left: 5px;
    top: 5px;
    border-left: 2px solid #231586;
    border-bottom: 2px solid #231586;
  }
}
.p-contact .mktoForm .mktoCheckboxList input {
  display: none;
}
.p-contact .mktoForm .mktoCheckboxList input:checked + label::after {
  opacity: 1;
}
.p-contact .mktoForm .mktoButtonRow {
  display: block;
  padding: 0 10px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact .mktoForm .mktoButtonRow {
    margin-top: 40px;
  }
}
.p-contact .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin: 0 !important;
}
.p-contact .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  border: none;
  display: block;
  width: 100%;
  max-width: 420px;
  border-radius: 40px;
  text-align: center;
  padding: 0.6em;
  border: none !important;
  background: #231586 !important;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-contact .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    padding: 0.8em;
  }
}
.p-contact .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
  background: #434ff7 !important;
}
.p-contact .mktoForm .mktoError .mktoErrorMsg {
  background: #eb0000;
  border: none;
  text-shadow: unset;
  font-size: 1.2rem;
  padding: 0.5em 1em;
}
.p-contact .mktoForm .mktoError .mktoErrorArrow {
  border: none;
}
.p-contact--thanks p {
  margin-bottom: 2em;
}
.p-contact--thanks .c-btn01 {
  margin: 60px auto 0;
}

.p-about-border {
  position: relative;
}
.p-about-border::before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgba(221, 223, 239, 0.5);
  position: absolute;
  left: 20px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-about-border::before {
    width: calc(100% - 20px);
    left: 10px;
  }
}
.p-about-step {
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-about-step {
    padding: 70px 0;
  }
}
.p-about-step__desc {
  font-size: 1.8rem;
  line-height: 2.45;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-about-step__desc {
    font-size: 1.4rem;
    line-height: 2.25;
    margin-bottom: 90px;
  }
}
.p-about-step__list {
  display: flex;
  flex-direction: column;
  gap: 120px;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .p-about-step__list {
    gap: 80px;
  }
}
.p-about-step__list__item {
  line-height: 1.25;
  counter-increment: number 1;
  min-height: 480px;
  display: flex;
  align-items: center;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1040px;
  border-bottom: 1px solid #dddfef;
}
@media screen and (max-width: 768px) {
  .p-about-step__list__item {
    display: block;
    min-height: auto;
    padding-bottom: 270px;
    background-size: 320px;
  }
}
.p-about-step__list__item::before {
  content: "step " counter(number, decimal-leading-zero);
  font-family: neue-haas-unica, "source-han-sans-japanese", sans-serif;
  display: block;
  background-color: #231586;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 9px 25px;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
}
@media screen and (max-width: 768px) {
  .p-about-step__list__item::before {
    left: 0;
    width: 100%;
    font-size: 1.2rem;
    padding: 9px 12px;
    position: static;
    margin-bottom: 35px;
  }
}
.p-about-step__list__item:first-child {
  background-image: url(../img/about/img_step01.png);
}
@media screen and (max-width: 768px) {
  .p-about-step__list__item:first-child {
    background-image: url(../img/about/img_step01_sp.png);
  }
}
.p-about-step__list__item:nth-child(2) {
  background-image: url(../img/about/img_step02.png);
}
@media screen and (max-width: 768px) {
  .p-about-step__list__item:nth-child(2) {
    background-image: url(../img/about/img_step02_sp.png);
  }
}
@media screen and (min-width: 769px) {
  .p-about-step__list__item:nth-child(2) .p-about-step__list__txt {
    max-width: 460px;
    margin: 0 0 0 auto;
  }
}
.p-about-step__list__item:nth-child(3) {
  background-image: url(../img/about/img_step03.png);
}
@media screen and (max-width: 768px) {
  .p-about-step__list__item:nth-child(3) {
    background-image: url(../img/about/img_step03_sp.png);
  }
}
.p-about-step__list__item p {
  line-height: 1.45;
  font-weight: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-about-step__list__item p {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
}
.p-about-step__hdg {
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-about-step__hdg {
    font-size: 2.6rem;
    margin-bottom: 13px;
  }
}
.p-about-step__subhdg {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-about-step__subhdg {
    font-size: 1.8rem;
  }
}
.p-about-service {
  padding: 0 20px 80px;
}
@media screen and (max-width: 768px) {
  .p-about-service {
    padding: 0 10px;
  }
}
.p-about-service__inner {
  background-color: #f1f7fc;
  border-radius: 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-about-service__inner {
    border-radius: 8px;
    padding: 50px 0;
  }
}
.p-about-service__hdg {
  padding-bottom: 48px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-service__hdg {
    max-width: 340px;
    padding-bottom: 35px;
  }
}
.p-about-service__hdg::after {
  content: "";
  width: 1200px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-about-service__hdg::after {
    height: 1px;
  }
}
.p-about-service__hdg + p {
  font-weight: bold;
  line-height: 2.25;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-about-service__hdg + p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    line-height: 1.8;
  }
}
.p-about-service .c-list-column02 h3 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-about-service .c-list-column02 h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.p-about-member {
  padding: 135px 0 145px;
  background: url(../img/about/bg_member.png) no-repeat left 55% bottom 70px/592px;
}
@media screen and (max-width: 768px) {
  .p-about-member {
    padding: 100px 0 70px;
    background-size: 300px;
    background-position: center bottom 115px;
  }
  .p-about-member.p-about-border::before {
    content: normal;
  }
}
.p-about-member .c-inner {
  max-width: 900px;
}
.p-about-member .c-hdg01 {
  font-size: 4.4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-member .c-hdg01 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.p-about-member p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-about-member p {
    line-height: 1.45;
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 90px;
  }
}
.p-about-signin {
  padding: 100px 20px 80px;
}
@media screen and (max-width: 768px) {
  .p-about-signin {
    padding: 70px 10px 20px;
  }
}
.p-about-signin__inner {
  background-color: #f1f7fc;
  border-radius: 16px;
  padding: 120px 0 80px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about-signin__inner {
    border-radius: 8px;
    padding: 60px 0 70px;
  }
}
.p-about-signin .c-hdg01 {
  margin-bottom: 20px;
}
.p-about-signin .c-hdg01 + p {
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-about-signin .c-hdg01 + p {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
.p-about-signin__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-signin__flex {
    flex-wrap: wrap;
    gap: 70px;
  }
}
.p-about-signin .c-list-signin {
  max-width: 320px;
}
.p-about-signin__form {
  max-width: 590px;
}
.p-about-signin .um {
  opacity: 1;
}
.p-about-signin .um:not(.um-admin) {
  margin-bottom: 0 !important;
}
.p-about-signin .um .um-row.um-customized-row .um-field-label {
  color: #231586;
}
@media screen and (max-width: 768px) {
  .p-about-signin .um .um-row.um-customized-row .um-field-label {
    font-size: 1.4rem;
  }
}
.p-about-signin .um .um-form input[type=password],
.p-about-signin .um .um-form input[type=search],
.p-about-signin .um .um-form input[type=tel],
.p-about-signin .um .um-form input[type=text],
.p-about-signin .um .um-form textarea {
  border: 1px solid #dddfef !important;
  border-radius: 4px !important;
  padding: 7px 10px !important;
  box-shadow: 0 2px 4px 0 rgba(35, 21, 134, 0.1) !important;
  background-color: #fff !important;
  color: #2f2b45 !important;
  font-weight: normal !important;
  height: auto !important;
}
.p-about-signin .um .um-form input[type=password]::placeholder,
.p-about-signin .um .um-form input[type=search]::placeholder,
.p-about-signin .um .um-form input[type=tel]::placeholder,
.p-about-signin .um .um-form input[type=text]::placeholder,
.p-about-signin .um .um-form textarea::placeholder {
  color: rgba(47, 43, 69, 0.44) !important;
}
.p-about-signin .um .um-form span.um-req {
  color: transparent;
  width: 42px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-signin .um .um-form span.um-req {
    width: 32px;
  }
}
.p-about-signin .um .um-form span.um-req::before {
  content: "必須";
  font-size: 1.2rem;
  font-weight: normal;
  background-color: #231586;
  color: #fff;
  width: 42px;
  height: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .p-about-signin .um .um-form span.um-req::before {
    font-size: 1rem;
    width: 32px;
    height: 18px;
    line-height: 18px;
  }
}
.p-about-signin .um .um-form input[type=submit].um-button,
.p-about-signin .um .um-form input[type=submit].um-button:focus {
  border-radius: 30px !important;
  background-color: #231586 !important;
  font-weight: bold !important;
  display: block !important;
  width: 100% !important;
  padding: 1.2em !important;
  margin-top: 40px !important;
}
.p-about-signin .um .um-form .um-field {
  padding: 0 0 40px;
}
.p-about-signin .um .um-form a {
  text-decoration: underline;
}

.p-navi {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-navi {
    padding-bottom: 80px;
  }
}
.p-navi__keywords {
  margin-top: 110px;
}
@media screen and (min-width: 769px) {
  .p-navi__keywords {
    margin-top: 110px;
    padding-top: 40px;
    border-top: 1px solid #dddfef;
  }
}
@media screen and (max-width: 768px) {
  .p-navi__keywords {
    padding-bottom: 20px;
    border-bottom: 1px solid #dddfef;
  }
}
.p-navi__keywords__logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-navi__keywords__logo {
    margin-bottom: 10px;
  }
  .p-navi__keywords__logo img {
    transform: scale(0.6);
    transform-origin: left;
  }
}
.p-navi-member.p-top-member {
  margin-bottom: 0;
  padding-bottom: 60px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-navi-member.p-top-member {
    padding-bottom: 50px;
  }
}
.p-navi-member.p-top-member .p-top-member__flex {
  border-bottom: none;
  padding-bottom: unset;
}

.p-detail {
  padding-bottom: 120px;
  max-width: 1080px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-detail {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .p-detail:not(.p-detail--document) .c-inner {
    max-width: 780px;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__side {
    position: absolute;
    width: 50px;
    height: calc(100% - 40px);
    left: 20px;
    top: 0;
  }
  .p-detail__side .c-list-share {
    position: sticky;
    position: -webkit-sticky;
    top: 40px;
  }
}
.p-detail__thumb {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-detail__thumb {
    padding-bottom: 0;
  }
}
.p-detail__thumb img {
  border: 1px solid #dddfef !important;
  border-radius: 9px;
}
@media screen and (max-width: 768px) {
  .p-detail__thumb img {
    border-radius: 4px;
  }
}
.p-detail__main {
  font-weight: normal;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-detail__main {
    font-size: 1.3rem;
    padding-bottom: 50px;
  }
}
.p-detail__main img {
  border-radius: 9px;
  border: 1px solid #dddfef;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-detail__main img {
    border-radius: 4px;
  }
}
.p-detail__main > p {
  font-size: 1.8rem;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-detail__main > p {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}
.p-detail__main video,
.p-detail__main iframe {
  margin-top: 20px;
}
.p-detail__main #ez-toc-container {
  background-color: #f6f9fd;
  border-radius: 9px;
  padding: 40px 30px;
  margin: 80px 0 0;
  width: 100%;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .p-detail__main #ez-toc-container {
    border-radius: 4px;
    padding: 15px 15px 30px;
    margin-top: 70px;
  }
}
.p-detail__main #ez-toc-container .ez-toc-title-toggle {
  bottom: 41%;
  left: 0;
}
.p-detail__main #ez-toc-container p.ez-toc-title {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 16px;
  border-bottom: 1px solid #dddfef;
}
@media screen and (max-width: 768px) {
  .p-detail__main #ez-toc-container p.ez-toc-title {
    font-size: 1.6rem;
    padding-bottom: 13px;
  }
}
.p-detail__main #ez-toc-container p.ez-toc-title::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #434ff7;
  border-radius: 0 50% 50% 0;
  position: absolute;
  left: -30px;
  top: 8px;
}
@media screen and (max-width: 768px) {
  .p-detail__main #ez-toc-container p.ez-toc-title::before {
    width: 9px;
    height: 9px;
    left: -15px;
    top: 11px;
  }
}
.p-detail__main #ez-toc-container .ez-toc-title-container {
  margin: 0; /* 目次タイトルと枠線の余白をなくす */
  padding: 0; /* 目次タイトルの背景色の位置調整 */
}
.p-detail__main #ez-toc-container .ez-toc-list {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.35;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-detail__main #ez-toc-container .ez-toc-list {
    font-size: 1.5rem;
  }
}
.p-detail__main #ez-toc-container .ez-toc-list a:hover {
  text-decoration: none;
  color: #434ff7;
}
.p-detail__main #ez-toc-container .ez-toc-list li::before {
  content: normal;
}
.p-detail__main #ez-toc-container .ez-toc-list > li {
  padding: 0 !important;
}
.p-detail__main #ez-toc-container .ez-toc-list > li ul {
  font-weight: normal;
  font-size: 1.8rem;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-detail__main #ez-toc-container .ez-toc-list > li ul {
    font-size: 1.3rem;
  }
}
.p-detail__main #ez-toc-container .ez-toc-list > li ul li {
  margin-top: 4px;
  padding: 0 !important;
}
.p-detail__main #ez-toc-container .ez-toc-title-toggle {
  display: none;
}
.p-detail__main #ez-toc-container #ez-toc-container .ez-toc-title-container:before {
  display: none;
}
.p-detail__main a {
  word-break: break-all;
}
.p-detail__main h2,
.p-detail__main h3,
.p-detail__main h4,
.p-detail__main h5,
.p-detail__main h6 {
  font-weight: bold;
  line-height: 1.45;
}
.p-detail__main > h2 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: 4px solid #dddfef;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-detail__main > h2 {
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-top: 70px;
  }
}
.p-detail__main > h3 {
  font-size: 2rem;
  margin-top: 60px;
  border-bottom: 1px solid #dddfef;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .p-detail__main > h3 {
    font-size: 1.5rem;
    margin-top: 40px;
    padding-bottom: 15px;
  }
}
.p-detail__main > h4 {
  font-size: 1.8rem;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-detail__main > h4 {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}
.p-detail__main > ul,
.p-detail__main > ol {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-detail__main > ul,
  .p-detail__main > ol {
    margin-top: 40px;
    gap: 10px;
  }
}
.p-detail__main > ul > li,
.p-detail__main > ol > li {
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-detail__main > ul > li,
  .p-detail__main > ol > li {
    font-size: 1.4rem;
  }
}
.p-detail__main > ul > li ul,
.p-detail__main > ul > li ol,
.p-detail__main > ol > li ul,
.p-detail__main > ol > li ol {
  margin-top: 0.5em;
  margin-bottom: 1em;
  gap: 0px;
}
.p-detail__main > ul > li ul li,
.p-detail__main > ul > li ol li,
.p-detail__main > ol > li ul li,
.p-detail__main > ol > li ol li {
  padding-left: 2em;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-detail__main > ul > li ul li,
  .p-detail__main > ul > li ol li,
  .p-detail__main > ol > li ul li,
  .p-detail__main > ol > li ol li {
    font-size: 1.3rem;
  }
}
.p-detail__main > ul > li ul li::before,
.p-detail__main > ul > li ol li::before,
.p-detail__main > ol > li ul li::before,
.p-detail__main > ol > li ol li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #231586;
  border-radius: 50%;
  position: absolute;
  left: 1em;
  top: 0.6em;
}
.p-detail__main a {
  text-decoration: underline;
}
.p-detail__main ul > li {
  padding-left: 2rem;
}
.p-detail__main ul > li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #434ff7;
  border-radius: 0 50% 50% 0;
  position: absolute;
  left: 0;
  top: 7px;
}
.p-detail__main ol {
  counter-reset: number 0;
}
.p-detail__main ol > li {
  counter-increment: number 1;
  padding-left: 3em;
}
@media screen and (max-width: 768px) {
  .p-detail__main ol > li {
    padding-left: 2em;
  }
}
.p-detail__main ol > li::before {
  content: counter(number);
  font-family: neue-haas-unica, "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 50%;
  border: 1px solid #231586;
  color: #434ff7;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-detail__main ol > li::before {
    width: 20px;
    height: 20px;
    line-height: 18px;
    top: 0;
    font-size: 1rem;
  }
}
.p-detail__main .wp-block-quote {
  background-color: #f6f9fd;
  border-radius: 9px;
  padding: 40px;
  margin-top: 60px;
  font-size: 1.3rem;
  line-height: 2;
  font-weight: normal;
  color: rgba(35, 21, 134, 0.7);
  background-image: url(../img/common/icn_quote.svg);
  background-repeat: no-repeat;
  background-position: right 30px bottom 30px;
}
@media screen and (max-width: 768px) {
  .p-detail__main .wp-block-quote {
    border-radius: 4px;
    margin-top: 40px;
    padding: 25px 20px;
    font-size: 1.2rem;
    background-position: right 15px bottom 15px;
  }
}
.p-detail__main .wp-block-quote cite {
  padding-left: 0.5em;
  text-indent: -0.5em;
  display: block;
}
.p-detail__main .wp-block-quote cite::before {
  content: "- ";
}
.p-detail__main .wp-block-quote a {
  text-decoration: underline;
}
.p-detail__main .wp-block-quote a:hover {
  color: #434ff7;
}
.p-detail__main .wp-embedded-content {
  width: 100%;
}
.p-detail__main .c-box-people figure {
  border-radius: 50%;
  overflow: hidden;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-detail__main .c-box-people figure {
    width: 50px;
    flex-shrink: 0;
  }
}
.p-detail__main .c-box-overview {
  margin-top: 60px;
  border-radius: 9px;
  border: 1px solid #dddfef;
  display: flex;
  align-items: center !important;
  gap: 0;
}
.p-detail__main .c-box-overview.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
.p-detail__main .c-box-overview .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: unset;
  flex-grow: unset;
}
@media screen and (max-width: 768px) {
  .p-detail__main .c-box-overview {
    margin-top: 30px;
    border-radius: 4px;
    flex-wrap: wrap;
  }
}
.p-detail__main .c-box-overview__logo {
  width: 150px;
  flex-shrink: 0;
  padding: 0 30px;
}
.p-detail__main .c-box-overview__logo figure {
  margin-top: 0;
}
.p-detail__main .c-box-overview__logo figure img {
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .p-detail__main .c-box-overview__logo {
    width: 100%;
    max-width: 80px;
    text-align: center;
    padding: 40px 0;
    margin: 0 auto;
  }
}
.p-detail__main .c-box-overview__cont {
  border-left: 1px solid #dddfef;
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  .p-detail__main .c-box-overview__cont {
    border-left: unset;
    border-top: 1px solid #dddfef;
    padding: 10px 15px;
  }
}
.p-detail__main .c-box-overview__item {
  display: flex;
  padding: 15px 0;
  font-size: 1.4rem;
  line-height: 1.25;
  margin-bottom: 0;
  gap: 0;
}
.p-detail__main .c-box-overview__item:not(:last-child) {
  border-bottom: 1px solid #dddfef;
}
@media screen and (max-width: 768px) {
  .p-detail__main .c-box-overview__item {
    font-size: 1.2rem;
  }
}
.p-detail__main .c-box-overview__hdg {
  font-weight: bold;
  width: 110px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-detail__main .c-box-overview__hdg {
    width: 80px;
  }
}
.p-detail__main div img {
  border: none;
}
.p-detail__main figure {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-detail__main figure {
    margin-top: 30px;
  }
}
.p-detail__main figure img {
  margin-top: 0;
  margin-bottom: 0;
}
.p-detail__main figure figcaption {
  font-size: 1.2rem;
  color: rgba(35, 21, 134, 0.6);
  margin-top: 10px;
}
.p-detail__main figure.wp-block-table {
  margin-top: 0;
}
.p-detail__main table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid #dddfef;
  border-radius: 9px;
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-detail__main table {
    margin-top: 30px;
    border-radius: 4px;
  }
}
.p-detail__main table th,
.p-detail__main table td {
  border: 1px solid #dddfef;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-detail__main table th,
  .p-detail__main table td {
    padding: 12px;
  }
}
.p-detail__main table td {
  font-size: 1.4rem;
}
.p-detail__main table thead {
  background-color: #f6f9fd;
}
.p-detail .c-list-cate {
  align-items: center;
}
.p-detail__bnr {
  border-radius: 9px;
  border: 1px solid #dddfef;
  margin-top: 60px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-detail__bnr {
    margin-top: 70px;
    border-radius: 4px;
  }
}
.p-detail__other {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-top: 50px;
  border-top: 1px solid #dddfef;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-detail__other {
    gap: 10px;
  }
}
.p-detail__other__post .c-article-link {
  position: relative;
}
.p-detail__other__post .c-article-link::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-detail__other__post .c-article-link::before {
    top: 6px;
  }
}
.p-detail__other__post--prev {
  grid-column: 1/2;
}
.p-detail__other__post--prev .c-article-link::before {
  border-bottom: 2px solid #231586;
  border-left: 2px solid #231586;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .p-detail__other__post--prev .c-article-link::before {
    left: -10px;
  }
}
.p-detail__other__post--next {
  grid-column: 2/3;
}
.p-detail__other__post--next .c-article-link::before {
  border-right: 2px solid #231586;
  border-top: 2px solid #231586;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .p-detail__other__post--next .c-article-link::before {
    right: -10px;
  }
}
.p-detail-related {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-detail-related {
    padding-top: 100px;
  }
}
.p-detail-related .c-list-column03 {
  border-bottom: 1px solid #dddfef;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-detail-related .c-list-column03 {
    padding-bottom: 55px;
  }
}
.p-detail-related .c-hdg01__sub {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-detail-related .c-hdg01__sub {
    margin-bottom: 40px;
  }
}
.p-detail-ranking {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-detail-ranking {
    padding-top: 50px;
  }
}
.p-detail-ranking .c-inner {
  position: relative;
}
.p-detail-ranking .c-slider-pickup__controller__btn {
  right: 20px;
}
.p-detail-ranking .c-hdg01__sub {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-detail-ranking .c-hdg01__sub {
    margin-bottom: 40px;
  }
}
.p-detail-ranking .c-article-cate {
  padding: 8px 50px;
}
@media screen and (max-width: 768px) {
  .p-detail-ranking .c-article-cate {
    font-size: 1.2rem;
    padding: 10px 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail-ranking .p-navi__keywords {
    margin-top: 55px;
    padding: 20px 0 0;
    border-top: 1px solid #dddfef;
    border-bottom: unset;
  }
}
.p-detail-ranking .p-navi__keywords .c-hdg01__sub {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-detail-ranking .p-navi__keywords .c-hdg01__sub {
    margin-bottom: 20px;
  }
}
.p-detail--document {
  padding-left: 0;
  padding-right: 0;
}
.p-detail--document .p-detail__cont__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .p-detail--document .p-detail__cont__flex__item {
    width: calc(100% - 471px);
  }
}

.p-archives {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-archives {
    padding-bottom: 40px;
  }
}

.p-archives-sub {
  padding: 80px 0 140px;
}
@media screen and (max-width: 768px) {
  .p-archives-sub {
    padding: 50px 0 90px;
  }
}
.p-archives-sub .c-hdg-cate {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dddfef;
}
@media screen and (max-width: 768px) {
  .p-archives-sub .c-hdg-cate {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.p-archives-sub .c-list-cate {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .p-download .c-list-column03 {
    gap: 80px;
  }
}

.p-news .c-list-news__item:first-child {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .p-news .c-list-news__item:first-child a {
    padding-top: 0;
  }
}
.p-news__flex {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-news__flex {
    flex-wrap: wrap;
    gap: 80px;
  }
}
.p-news__main {
  width: 100%;
}
.p-news__side {
  flex-shrink: 0;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .p-news__side {
    flex-shrink: unset;
    width: 100%;
  }
}
.p-news__side p {
  font-weight: bold;
  border-bottom: 1px solid #dddfef;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.p-service {
  padding-top: 1px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service {
    padding-bottom: 60px;
  }
  .p-service .c-inner--l {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.p-service::before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 20px;
  background-color: rgba(221, 223, 239, 0.5);
}
.p-service__cont {
  margin-top: 100px;
  padding: 60px 40px 80px;
}
@media screen and (max-width: 768px) {
  .p-service__cont {
    margin-top: 70px;
    padding: 50px 20px 60px;
  }
}
.p-service__hdg {
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.45;
  padding-bottom: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-service__hdg {
    font-size: 1.6rem;
    padding-left: 1.3em;
    margin-bottom: 40px;
  }
}
.p-service__hdg::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #231586;
  border-radius: 0 50% 50% 0;
  position: absolute;
  left: 0;
  top: 0.4em;
}
@media screen and (max-width: 768px) {
  .p-service__hdg::before {
    width: 15px;
    height: 15px;
  }
}
.p-service__hdg::after {
  content: "";
  width: calc(100% + 80px);
  height: 1px;
  position: absolute;
  background-color: #fff;
  left: -40px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-service__hdg::after {
    width: calc(100% - 40px);
    left: -20px;
  }
}
.p-service__contact {
  padding-top: 80px;
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service__contact {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.p-service__contact::before {
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  background-color: #dddfef;
  position: absolute;
  top: 0;
  left: -10px;
}
.p-service__contact .c-box-round {
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-service__contact .c-box-round {
    padding: 45px 0 0;
  }
}
.p-service__contact__desc {
  padding: 60px 20px 145px;
  background: url(../img/service/img_contact.png) no-repeat right 87px bottom 0/477px;
}
@media screen and (max-width: 768px) {
  .p-service__contact__desc {
    padding: 0 20px 265px;
    background-size: 260px;
    background-position: center bottom;
  }
}
.p-service__contact__desc .c-hdg01 {
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .p-service__contact__desc .c-hdg01 {
    font-size: 1.8rem;
  }
}
.p-service__contact__desc .c-hdg01__sub {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-service__contact__desc .c-hdg01__sub {
    margin-bottom: 30px;
  }
}
.p-service__contact__desc + .c-btn-cv {
  border-radius: 9px;
}
@media screen and (max-width: 768px) {
  .p-service__contact__desc + .c-btn-cv {
    border-radius: 0 0 4px 4px;
  }
}
.p-service__contact .c-list-cv {
  border-radius: 9px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-service__contact .c-list-cv {
    border-radius: 4px;
  }
}

.p-service-detail-wrap {
  padding: 10px 20px 60px;
}
.p-service-detail-wrap .c-box-cate {
  align-items: center;
}
.p-service-detail-wrap .c-box-cate__cont {
  height: auto;
}
.p-service-detail-wrap .c-box-cate__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-service-detail-wrap .c-box-cate__btn {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .p-service-detail-wrap .c-list-cate {
    gap: 20px 40px;
  }
  .p-service-detail-wrap .c-list-cate__item {
    position: relative;
  }
  .p-service-detail-wrap .c-list-cate__item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #dddfef;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-service-detail-wrap .c-list-cate a:hover {
  color: #434ff7;
}
.p-service-detail__cont {
  padding: 40px 0 60px;
  border-top: 1px solid #dddfef;
}
.p-service-detail__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.p-service-detail__hdg {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 100px;
}
.p-service-detail__hdg02 {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.p-service-detail__hdg02::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #dddfef;
  border-radius: 50%;
  position: absolute;
  left: -1.5em;
  top: 0.7em;
}
.p-service-detail .c-btn04::before {
  background-color: #231586;
}
.p-service-detail .c-btn04::after {
  border-color: transparent transparent transparent #fff;
}
.p-service-detail .c-btn04:hover::before {
  background-color: #434ff7;
}

.p-know-how {
  padding: 20px 0 80px;
}
@media screen and (max-width: 768px) {
  .p-know-how {
    padding-bottom: 60px;
  }
}
.p-know-how__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1079px) {
  .p-know-how__flex {
    grid-template-columns: 1fr;
  }
}
.p-know-how__item {
  padding: 100px 21px;
  border-bottom: 4px solid #f6f9fd;
}
@media screen and (min-width: 1080px) {
  .p-know-how__item:nth-child(odd) .c-box-know-how02 {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1079px) {
  .p-know-how__item {
    padding: 60px 15px;
  }
  .p-know-how__item .c-box-know-how02 {
    justify-content: center;
  }
}
.p-know-how + .p-about-service {
  padding-bottom: 60px;
}

.u-bold {
  font-weight: bold;
}

.u-en {
  font-family: neue-haas-unica, "source-han-sans-japanese", sans-serif;
  font-style: normal;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-bg-base {
  background-color: #f6f9fd;
}

.u-bg-blue {
  background-color: #434ff7;
}

.u-bg-lblue {
  background-color: #f1f7fc;
}

.u-bg-white {
  background-color: #fff;
}

.u-fz14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .u-fz14 {
    font-size: 1.2rem;
  }
}

.u-fz16 {
  font-size: 1.6rem;
}

.u-under {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */