@charset "UTF-8";
/* =====================================
 * メディアクエリ
 * ================================== */
@media (min-width: 768px) {
  .l-header {
    transition: all 0.2s ease-in-out;
    border-top: 3rem solid #333;
  }
}

@media (min-width: 768px) {
  .l-header__logo + * {
    margin-left: clamp(0.875rem, 1.25vw, 3rem);
  }
}

@media (min-width: 768px) {
  .l-header .l-header__contact + * {
    margin-left: 0.5rem;
  }
}

@media (min-width: 768px) {
  .l-header__contact, .l-header__link {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  .l-header__contact {
    width: 10.25rem;
    margin-right: 1rem;
    transform: translateY(-2.375rem);
  }
}

@media (min-width: 1500px) {
  .l-header__contact {
    margin-right: 3vw;
  }
}

@media (max-width: 767px) {
  .l-header__contact {
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) {
  .l-header__link {
    margin-right: calc(12rem + 1vw);
    transform: translateY(-2.125rem);
  }
}

@media (min-width: 1500px) {
  .l-header__link {
    margin-right: calc(12rem + 3vw);
  }
}

.l-header__contact-tel a {
  background-repeat: no-repeat;
  background-size: 0.75em auto;
  background-position: left 60%;
  padding-left: 1em;
}

@media (min-width: 768px) {
  .l-header__contact-tel a {
    background-image: url(../img/ico_tel_wht.svg);
  }
}

.l-header.is-scroll {
  border: none;
}

.l-header.is-scroll .l-header__link, .l-header.is-scroll .l-header__contact-tel {
  display: none;
}

@media (max-width: 767px) {
  .l-header__link-list {
    margin: -4px 0 0 -4px;
  }
}

@media (max-width: 767px) {
  .l-header__link-list li {
    flex-basis: calc(50% - 4px);
    max-width: calc(50% - 4px);
    margin: 4px 0 0 4px;
  }
}

@media (max-width: 767px) {
  .l-header__link-list li a {
    font-size: 0.75rem;
    padding: 0.375rem;
  }
}

@media (min-width: 768px) {
  .l-header__btn-list li a {
    min-width: auto;
  }
}

@media (min-width: 1296px) {
  .l-header__btn-list li a {
    min-width: 200px;
  }
}

@media (max-width: 767px) {
  .l-header__btn-list li + li {
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) {
  .l-header__menu-list li a {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .l-header__menu-list li a {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .l-header:not(.is-scroll) ~ .c-dropmenu,
.l-header:not(.is-scroll) ~ .c-mask {
    margin-top: 128px;
  }
}

[data-page-slug="programming"] .p-course-list__item[data-course-type="infrastructure"] {
  display: none;
}

@media (min-width: 768px) {
  .c-ng {
    display: flex;
    gap: 2.5rem;
  }
  .c-ng > * {
    flex-basis: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
}

.c-ng.c-section {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .c-ng.c-section {
    margin-top: 49px;
  }
}

.c-ng__inner {
  padding: 2.5rem 1.87rem;
  background-color: #f7f7f7;
}

@media (max-width: 767px) {
  .c-ng__inner {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .c-ng__inner + .c-ng__inner {
    margin-top: 3rem;
  }
}

.c-ng__subtitle {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.135rem;
  text-align: center;
}

.c-ng__subtitle + * {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .c-ng__subtitle + * {
    margin-top: 6px;
  }
}

.c-ng__title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.045rem;
}

.c-ng__comment {
  background-color: #333;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.625rem;
  text-align: center;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .c-ng__comment {
    padding: 1rem;
    text-align: left;
  }
}

.c-ng__comment + * {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .c-ng__comment + * {
    margin-top: 24px;
  }
}

.c-ng__head {
  margin-top: -3.6rem;
}

.c-ng__head + * {
  margin-top: 1.25rem;
}

@media (max-width: 767px) {
  .c-ng__head + * {
    margin-top: 12px;
  }
}

.c-ng__img img {
  display: block;
  margin: 0 auto;
}

.c-ng__img + * {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .c-ng__img + * {
    margin-top: 14px;
  }
}

.c-ng__body {
  display: flex;
  gap: 1rem;
}

.c-ng__body > * {
  flex-basis: calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
}

.c-ng__bodytitle {
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}

.c-ng__item.-right .c-ng__comment {
  background-color: #fff;
  color: #00B1BA;
  font-weight: bold;
}

.c-ok {
  padding: 3.5rem;
  background-color: #00B1BA;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100vw;
}

@media (min-width: 768px) {
  .c-ok {
    margin-left: 0rem;
    margin-right: 0rem;
    min-width: calc(110vw - calc(100vw - 100%));
  }
}

@media (max-width: 767px) {
  .c-ok {
    padding: 3.5rem 2rem;
  }
}

.c-ok::after {
  content: "";
  background-color: #00B1BA;
  width: 6.125rem;
  height: 2.9375rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: calc(-2.9375rem + 1px);
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .c-ok__list {
    display: flex;
    gap: 1.88rem;
  }
}

@media (min-width: 768px) {
  .c-ok__list > * {
    flex-basis: calc(33.3333% - 1.253333rem);
    max-width: calc(33.3333% - 1.253333rem);
  }
}

.c-ok__item {
  background-color: #f7f7f7;
  padding: 1.5rem;
}

.c-ok__title {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.06rem;
}

.c-ok__title span {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.045rem;
  padding-bottom: 0.25rem;
}

@media (max-width: 767px) {
  .c-ok__title span {
    font-size: 1rem;
  }
}

.c-ok__title + * {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .c-ok__title + * {
    margin-top: 24px;
  }
}

.c-ok__comment {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04rem;
  background-color: #00B1BA;
  padding: 1rem 1.25rem;
  border-radius: 0.63rem;
  position: relative;
}

.c-ok__comment::after {
  content: "";
  background-color: #00B1BA;
  width: 1.5rem;
  height: 1.25rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: calc(-1.25rem + 1px);
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .c-ok__comment {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.c-ok__comment + * {
  margin-top: 1.94rem;
}

@media (max-width: 767px) {
  .c-ok__comment + * {
    margin-top: 19px;
  }
}

.c-ok__img img {
  display: block;
  margin: 0 auto;
}

.c-ok__img + * {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .c-ok__img + * {
    margin-top: 10px;
  }
}

.c-ok__imgtitle {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.045rem;
}

.c-ok__imgtitle + * {
  margin-top: 1.25rem;
}

@media (max-width: 767px) {
  .c-ok__imgtitle + * {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .c-flow__img + .c-flow__desc {
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .c-flow__inner {
    display: flex;
  }
}

.c-flow__inner + .c-flow__inner {
  margin-top: 2rem;
}

.c-flow__img {
  flex-shrink: 0;
  flex-grow: 0;
}

@media (min-width: 768px) {
  .c-flow__img {
    padding-right: 42px;
  }
}

.c-flow__img img {
  box-shadow: 10px 10px 0px 0px #cccccc;
  object-fit: cover;
}

@media (max-width: 767px) {
  .c-flow__img + * {
    margin-top: 2rem;
  }
}

.c-flow__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.05rem;
}

@media (max-width: 767px) {
  .c-flow__title {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .c-flow__title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 12rem;
    padding-right: 2rem;
  }
}

.c-flow__title.-pri {
  color: #00B1BA;
}

.c-flow__title span {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.035rem;
  margin-bottom: 0.25rem;
}

@media (max-width: 767px) {
  .c-flow__title span {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .c-flow__title + * {
    margin-top: 1rem;
  }
}

.c-flow__desc {
  width: 100%;
}

@media (min-width: 768px) {
  .c-flow__desc {
    padding-left: 2rem;
    border-left: 2px solid #ccc;
  }
}

.c-flow__desc-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.05rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ccc;
}

.c-flow__desc-title.-pri {
  color: #00B1BA;
}

.c-flow__desc-title span {
  display: block;
  color: #00B1BA;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.25rem;
  margin-bottom: 0.25rem;
}

.c-flow__desc-title span.-gry {
  color: #ccc;
  display: inline;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05rem;
  padding-right: 0.5rem;
}

.c-flow__desc-title + * {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .c-flow__desc-title + * {
    margin-top: 10px;
  }
}

.c-flow__desc-desc {
  line-height: 160%;
  letter-spacing: 0.04rem;
  font-size: 1rem;
  font-weight: 400;
}

.c-triangle {
  position: relative;
  height: 125px;
}

.c-triangle > * {
  color: #fff;
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.1125rem;
  position: absolute;
  top: calc(50% + 1rem);
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .c-triangle > * {
    font-size: 1.25rem;
  }
}

.c-triangle::after {
  content: "";
  background-color: #00B1BA;
  height: 89px;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
}

@media (min-width: 768px) {
  .c-triangle::after {
    margin-left: 0rem;
    margin-right: 0rem;
    min-width: calc(110vw - calc(100vw - 100%));
  }
}

.c-triangle::before {
  content: "";
  display: block;
  height: 36px;
  background-color: #00B1BA;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 100vw;
}

@media (min-width: 768px) {
  .c-triangle::before {
    margin-left: 0rem;
    margin-right: 0rem;
    min-width: calc(110vw - calc(100vw - 100%));
  }
}

.c-plactice {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}

@media (min-width: 768px) {
  .c-plactice > * {
    flex-direction: calc(33.333% - 1.25rem);
    max-width: calc(33.333% - 1.25rem);
  }
}

.c-plactice__inner {
  display: flex;
  gap: 0 1.5rem;
}

.c-plactice__img {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
}

.c-plactice__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.045rem;
}

.c-plactice__title + * {
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .c-plactice__title + * {
    margin-top: 5px;
  }
}

.c-plactice__desc {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.035rem;
}

.c-tab__content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: -9999;
}

@media (max-width: 767px) {
  .c-tab__content + .c-tab__content {
    margin-top: 49px;
  }
}

.c-tab__content.-mg {
  margin-top: 7.875rem;
}

@media (max-width: 767px) {
  .c-tab__content.-mg {
    margin-top: 49px;
  }
}

.c-tab__trigger-list li.is-active,
.c-alink__list li.is-active {
  background-color: #00B1BA;
  color: #fff;
}

.p-flow .c-tab__content.is-active {
  padding-bottom: 7.5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

@media (max-width: 767px) {
  .p-flow .c-tab__content.is-active {
    padding-bottom: 70px;
  }
}

.c-tab__content.is-active {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.c-tab_item span {
  font-size: 0.75rem;
  line-height: 1.5;
  display: block;
}

@media (max-width: 767px) {
  .c-tab_item {
    width: 100%;
  }
}

.c-tab__trigger-list {
  display: flex;
  justify-content: center;
  gap: 0 0.625rem;
}

/*タブのスタイル*/
.c-tab {
  filter: drop-shadow(4px 4px 24px rgba(51, 51, 51, 0.08));
}

.c-tab_item {
  padding: 0.625rem;
  background-color: #eee;
  color: #fff;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  /* 1.75rem */
  letter-spacing: 0.05rem;
  display: block;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-tab_item span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.035rem;
  padding-top: 0.12rem;
}

.c-tab_item:hover {
  transition: all 0.2s ease-in-out;
  color: #00B1BA;
  cursor: pointer;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .c-tab_item {
    min-width: calc(50% - 5px);
  }
}

.c-tab__content {
  background-color: #fff;
  border-top: 1px solid #ccc;
}

@media (max-width: 767px) {
  .c-tab {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .c-training-list__inner {
    display: flex;
    gap: 0 2.5rem;
  }
}

@media (min-width: 768px) {
  .c-training-list__inner > * {
    flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}

.c-training-list__title {
  background-color: #333;
  padding: 0.5rem 1.875rem;
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04rem;
  text-align: center;
}

.c-training-list__title + * {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .c-training-list__title + * {
    margin-top: 10px;
  }
}

.c-training-list__desc {
  padding: 1rem 1.88rem;
  background-color: #eee;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04rem;
  text-align: center;
}

.c-training-list__desc + * {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .c-training-list__desc + * {
    margin-top: 10px;
  }
}

.c-footer-headline {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.045rem;
}

.c-headline-pri {
  color: #00B1BA;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.09rem;
}

@media (max-width: 767px) {
  .c-headline-pri {
    font-size: 1.75rem;
  }
}

.c-headline-pri + * {
  margin-top: 1.75rem;
}

@media (max-width: 767px) {
  .c-headline-pri + * {
    margin-top: 14px;
  }
}

.c-headline-pri.-sm {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.07rem;
}

@media (max-width: 767px) {
  .c-headline-pri.-sm {
    font-size: 1.5rem;
  }
}

.c-headline-pri.-sm + * {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .c-headline-pri.-sm + * {
    margin-top: 19px;
  }
}

.c-worry {
  background-color: #f7f7f7;
  padding: 2.5rem;
}

@media (max-width: 767px) {
  .c-worry {
    padding: 1.5rem;
  }
}

@media (min-width: 768px) {
  .c-worry__inner {
    display: flex;
    gap: 2.07rem;
  }
}

.c-worry__comment {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04rem;
  background-color: #00B1BA;
  padding: 1rem 1.43rem;
  border-radius: 0.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .c-worry__comment {
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .c-worry__comment::after {
    content: "";
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: -1.4rem;
    background-color: #00B1BA;
    width: 1.5rem;
    height: 1.5rem;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    position: absolute;
  }
}

.c-worry__comment + .c-worry__comment {
  margin-top: 0.75rem;
}

.c-worry__img {
  flex-shrink: 0;
  flex-grow: 0;
}

@media (max-width: 767px) {
  .c-worry__img + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .c-borderbox__inner {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .c-borderbox__inner > * {
    flex-basis: calc(33.3333% - 13.3333px);
    max-width: calc(33.3333% - 13.3333px);
  }
}

.c-borderbox__item {
  background-color: #fff;
  font-size: 1rem;
  padding: 1rem;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04rem;
  border-top: 5px solid #00B1BA;
}

@media (max-width: 767px) {
  .c-borderbox__item + .c-borderbox__item {
    margin-top: 1rem;
  }
}

.c-alink.-bdsm {
  padding-bottom: 0;
}

.c-alink + .c-borderbox {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .c-alink + .c-borderbox {
    margin-top: 19px;
  }
}

.c-plan + .wp-block-image {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .c-plan + .wp-block-image {
    margin-top: 49px;
  }
}

.c-plan__label {
  color: #ccc;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.045rem;
  display: flex;
  align-items: center;
  position: absolute;
  top: 42px;
  left: 0;
}

.c-plan__label::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1px;
  background-color: #ccc;
  margin-right: 0.5rem;
}

.c-plan__subtitle {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.03rem;
}

@media (min-width: 768px) {
  .c-plan__inner {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .c-plan__inner > * {
    flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}

@media (min-width: 768px) {
  .c-plan__inner.-max3 {
    gap: 1.88rem;
  }
}

@media (min-width: 768px) {
  .c-plan__inner.-max3 > * {
    flex-basis: calc(33.333% - 1.25333rem);
    max-width: calc(33.333% - 1.25333rem);
  }
}

.c-plan__inner.-max3 .c-plan__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  /* 1.575rem */
  letter-spacing: 0.05625rem;
}

.c-plan__inner.-max3 .c-plan__title + * {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .c-plan__inner.-max3 .c-plan__title + * {
    margin-top: 14px;
  }
}

.c-plan__inner.-max3 .c-plan__desc {
  font-size: 0.875rem;
  line-height: 160%;
  letter-spacing: 0.035rem;
}

.c-plan__inner.-max3 .c-plan__item {
  padding: 1.5rem;
  border-bottom: 1px solid #ccc;
}

.c-plan__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.06rem;
}

.c-plan__title span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04rem;
  padding-bottom: 0.37rem;
}

.c-plan__title + * {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .c-plan__title + * {
    margin-top: 19px;
  }
}

.c-plan__desc-desc {
  line-height: 160%;
  letter-spacing: 0.04rem;
}

@media (max-width: 767px) {
  .c-plan__desc-desc {
    display: flex;
    flex-direction: column;
  }
}

.c-plan__desc-desc span {
  background-color: #666;
  padding: 0.375rem 0.75rem;
  color: #fff;
  border-radius: 26px;
  margin-right: 1rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 0.175rem;
}

@media (max-width: 767px) {
  .c-plan__desc-desc span {
    display: table;
    width: max-content;
  }
}

.c-plan__desc-desc + .c-plan__desc-desc {
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .c-plan__desc-desc + .c-plan__desc-desc {
    margin-top: 5px;
  }
}

.c-plan__item {
  padding: 2.5rem 1.87rem 2.5rem 4.31rem;
  background-color: #fff;
  border-bottom: 1px solid #333;
  position: relative;
}

@media (max-width: 767px) {
  .c-plan__item + .c-plan__item {
    margin-top: 1rem;
  }
}

.c-grybox {
  background-color: #f7f7f7;
  padding: 2.5rem;
}

@media (max-width: 767px) {
  .c-grybox {
    padding: 1.5rem;
  }
}

.c-grybox__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (min-width: 768px) {
  .c-grybox__inner > * {
    flex-basis: calc(33.333% - 0.66666rem);
    max-width: calc(33.333% - 0.66666rem);
  }
}

@media (max-width: 767px) {
  .c-grybox__inner > * {
    flex-basis: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
}

.c-grybox__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.06rem;
}

.c-grybox__title + * {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .c-grybox__title + * {
    margin-top: 10px;
  }
}

.c-grybox__desc {
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04rem;
}

.c-grybox__desc + * {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .c-grybox__desc + * {
    margin-top: 14px;
  }
}

.c-grybox__item {
  padding: 1.5rem;
  background-color: #fff;
  font-weight: 400;
}

@media (max-width: 767px) {
  .c-grybox__item {
    padding: 0.85rem;
  }
}

.c-company-headline {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.09rem;
}

.c-company-headline + * {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .c-company-headline + * {
    margin-top: 10px;
  }
}

.c-company-headline-en {
  color: #00B1BA;
  font-family: Futura;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.06rem;
}

.c-company-headline-en + .p-company-list {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .c-company-headline-en + .p-company-list {
    margin-top: 28px;
  }
}

.c-company-headline-en + * {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .c-company-headline-en + * {
    margin-top: 28px;
  }
}

.p-company-list {
  border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
  .p-company-list-wrap {
    display: flex;
    gap: 0 5rem;
  }
}

@media (min-width: 768px) {
  .p-company-list-wrap > * {
    flex-basis: calc(50% - 2.5rem);
    max-width: calc(50% - 2.5rem);
  }
}

.p-company-list__item {
  display: flex;
}

.p-company-list__item dt,
.p-company-list__item dd {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.035rem;
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
  border-top: 1px solid #ccc;
}

.p-company-list__item dt {
  min-width: 7.5rem;
}

.p-company-list__item dd {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.p-company-list__item dd ul:not([class]) li + li {
  margin-top: 0;
}

.c-company-policy {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .c-company-policy {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.c-company-policy::after {
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  height: 100%;
  position: absolute;
  z-index: -1;
  width: 100vw;
}

@media (min-width: 768px) {
  .c-company-policy::after {
    margin-left: 0rem;
    margin-right: 0rem;
    min-width: calc(110vw - calc(100vw - 100%));
  }
}

.c-company-policy__title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16rem;
  color: #fff;
}

@media (max-width: 767px) {
  .c-company-policy__title {
    line-height: 120%;
  }
}

.c-company-policy__title + * {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .c-company-policy__title + * {
    margin-top: 14px;
  }
}

.c-company-policy__title span {
  color: #00B1BA;
}

.c-company-policy__desc {
  color: #fff;
  font-weight: 400;
}

@media (min-width: 768px) {
  .p-company-board {
    display: flex;
    gap: 0 5.69rem;
  }
}

.p-company-board__left {
  flex-shrink: 0;
  flex-grow: 0;
}

@media (max-width: 767px) {
  .p-company-board__left + * {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .p-company-board__list {
    display: flex;
    gap: 2.5rem 1.25rem;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .p-company-board__list > * {
    flex-basis: calc(50% - 0.625rem);
    max-width: calc(50% - 0.625rem);
  }
}

.p-company-board__img + * {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .p-company-board__img + * {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .p-company-board__item + .p-company-board__item {
    margin-top: 2rem;
  }
}

.p-company-board__subname {
  color: #666;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04rem;
}

.p-company-board__name {
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04rem;
}

.p-company-footer {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  width: 100vw;
}

@media (min-width: 768px) {
  .p-company-footer {
    margin-left: 0rem;
    margin-right: 0rem;
    min-width: calc(110vw - calc(100vw - 100%));
  }
}

.p-company-footer iframe {
  width: 100vw;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (min-width: 768px) {
  .p-company-footer iframe {
    margin-left: 0rem;
    margin-right: 0rem;
    min-width: calc(110vw - calc(100vw - 100%));
  }
}

body[data-page-slug="company"] .l-main {
  overflow: hidden;
}

body[data-page-slug="home"] .l-main {
  overflow: hidden;
}

.p-company-cta__title {
  color: #00B1BA;
  font-size: 10rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.4rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .p-company-cta__title {
    margin-left: -6.25rem;
    margin-bottom: -3.5rem;
  }
}

@media (max-width: 767px) {
  .p-company-cta__title {
    font-size: 5rem;
  }
}

.p-company-cta__img {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.p-company-cta__box {
  background-color: #fff;
  padding: 2.5rem;
  padding-right: 3.75rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .p-company-cta__box {
    margin-top: -8.75rem;
  }
}

@media (max-width: 767px) {
  .p-company-cta__box {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .p-company-cta__boxinner {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .p-company-cta__right {
    flex-shrink: 1;
    flex-grow: 1;
  }
}

@media (min-width: 768px) {
  .p-company-cta__right .c-btn[class] {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .p-company-cta__left + * {
    margin-top: 2rem;
  }
}

.p-company-cta__left-title {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.09rem;
}

@media (max-width: 767px) {
  .p-company-cta__left-title {
    font-size: 2rem;
  }
}

.p-company-cta__left-title + * {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .p-company-cta__left-title + * {
    margin-top: 14px;
  }
}

.p-company-cta__left-desc {
  font-weight: 700;
  line-height: 160%;
}

.c-section.-triangle {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: #f7f7f7;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.c-section .c-section.-triangle {
  margin-top: 0;
}

.c-section .c-section.-triangle .c-card02__img img {
  height: auto;
}

.c-section .c-section.-triangle .c-card02__title {
  text-align: center;
}

@media (max-width: 767px) {
  .l-container .c-section.-triangle .l-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.c-section.-wht:has(.c-section.-triangle) {
  margin-top: 0;
  padding-bottom: 0;
}

.c-section:has(.c-card01.-no-number) + .wp-block-image {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .c-section:has(.c-card01.-no-number) + .wp-block-image {
    margin-top: 49px;
  }
}

.c-section.-wht:has(.c-triangle) {
  padding-bottom: 0;
}

* + .c-section:has(.c-triangle) {
  margin-top: 6.25rem;
}

@media (max-width: 767px) {
  * + .c-section:has(.c-triangle) {
    margin-top: 60px;
  }
}

.c-section:has(.c-worry) + * {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .c-section:has(.c-worry) + * {
    margin-top: 49px;
  }
}

.c-section:has(.c-worry) + * .c-card01__header + * {
  margin-top: 5rem;
}

.c-section:has(.c-worry) + .c-section.-no-margin {
  margin-top: 0;
}

.c-section:has(.c-worry) + .c-section.-no-margin:has(.c-borderbox) {
  padding-bottom: 5rem;
}

@media (max-width: 767px) {
  .c-section:has(.c-worry) + .c-section.-no-margin:has(.c-borderbox) {
    padding-bottom: 49px;
  }
}

.c-section.-wht.-left:has(.c-cta) {
  padding-top: 0;
}

.c-section:has(.p-company-board) {
  margin-bottom: 6.25rem;
}

@media (max-width: 767px) {
  .c-section:has(.p-company-board) {
    margin-bottom: 4rem;
  }
}

.p-ordermade-case__desc-item {
  background-color: #fff;
  padding: 2.25rem;
}

.p-ordermade-case__title,
.p-ordermade-case__company {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .p-ordermade-case__tag-list {
    display: flex;
  }
}

.p-ordermade-case__inner-head + * {
  margin-top: 1.5rem;
}

.p-ordermade-case__tag-item {
  display: flex;
  align-items: center;
}

.p-ordermade-case__tag-title,
.p-ordermade-case__tag-desc {
  font-size: .875rem;
  font-weight: 700;
}

.p-ordermade-case__tag-title {
  background-color: #1e1e1e;
  border-radius: 4px;
  color: #fff;
  padding: 0.125rem 0.75rem;
}

.p-ordermade-case__tag-list + * {
  margin-top: 2.5rem;
}

.p-ordermade-case__detail-item {
  display: flex;
}

.p-ordermade-case__detail-title {
  display: block;
}

@media (min-width: 768px) {
  .p-ordermade-case__detail-title {
    flex-basis: 120px;
    max-width: 120px;
  }
}

.p-ordermade-case__detail-title {
  font-weight: 700;
}

.p-ordermade-case__detail-desc {
  margin-top: 0;
}

.p-ordermade-case__tag-title + .p-ordermade-case__tag-desc {
  margin-left: 0.5rem;
}

.p-ordermade-case__tag-title,
.p-ordermade-case__tag-desc {
  font-size: .875rem;
  font-weight: 700;
}

.p-ordermade-case__tag-item + .p-ordermade-case__tag-item {
  margin-left: 1.5rem;
}

@media (max-width: 767px) {
  .p-ordermade-case__tag-item {
    flex-basis: calc(100%/2 - 1.5rem);
    max-width: 420px;
    margin: 1rem 0 0 1.5rem;
  }
}

@media (max-width: 767px) {
  .p-ordermade-case__tag-list {
    margin-left: -1.5rem;
    line-height: 2;
  }
}

.p-ordermade-case__inner-head + * {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .p-ordermade-case__detail-item {
    flex-direction: column;
  }
}

.p-ordermade-case__inner-head.p-faq-list__q {
  padding-left: 0;
}

.p-ordermade-case__desc-item .p-faq-list__a {
  padding-left: 0;
}

.p-ordermade-case__desc-item .p-faq-list__a::before {
  content: none;
}

.p-ordermade-case__inner-head.p-faq-list__q::before {
  content: none;
}

.p-ordermade-case__desc-item.p-faq-list__item::after {
  margin-top: 3rem;
}

.p-ordermade-case__detail-item + .p-ordermade-case__detail-item {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .c-card11__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -2.5rem 0 0 -2.5rem;
  }
}

@media (min-width: 768px) {
  .c-card11__item {
    -ms-flex-preferred-size: calc(100%/3 - 2.25rem);
    flex-basis: calc(100%/3 - 2.25rem);
    max-width: calc(100%/3 - 2.25rem);
    margin: 2.25rem 0 0 2.25rem;
  }
}

.c-card11__header {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

.c-card11__header + *,
.c-card11__img + *,
.c-card11__check-list + * {
  margin-top: 1.5rem;
}

.c-card11__header + *,
.c-card11__img + *,
.c-card11__check-list + * {
  margin-top: 1.5rem;
}

.c-card11__title {
  font-size: 0.875rem;
  font-weight: 700;
}

.c-card11__title + * {
  margin-top: 0.5rem;
}

.c-card11__item {
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 4px 4px 24px 0px rgba(85, 68, 68, 0.08);
}

.c-card11__inner + .c-card11__inner {
  margin-top: 1.5rem;
}

.c-card11__title + ol:not([class]), .c-card11__title + ul:not([class]), .c-card11__title + ol[class*=font-size], .c-card11__title + ul[class*=font-size] {
  margin-top: .5rem;
}

.p-ordermade-case__company {
  color: #666;
}

.c-section.-wht:has(#skill-training) {
  padding-top: 5rem;
}

.c-cta__wrap {
  margin-top: 0;
}

.c-cta__wrap + .c-section {
  margin-top: 0;
}

body[data-page-slug=company] .l-footer__cv,
body[data-page-slug=company] .l-footer__guide {
  display: none;
}

body[data-page-slug=terms] .l-footer__cv,
body[data-page-slug=terms] .l-footer__guide {
  display: none;
}

body[data-page-slug=support] .c-alink {
  padding-top: 5rem;
  padding-bottom: 0;
}

.p-company-cta.c-section {
  padding-bottom: 8.75rem;
}

@media (max-width: 767px) {
  .p-company-cta.c-section {
    padding-bottom: 4rem;
  }
}

.c-section.-wht:has(.c-text-box01__inner) {
  padding-bottom: 0;
}

.c-section.-wht:has(.c-text-box01__inner) * + .c-section.-none {
  margin-top: 0;
}

.c-section.-wht:has(.c-text-box01__inner) .c-section + .c-text-box01 {
  margin-top: 6.25rem;
}

@media (max-width: 767px) {
  .c-section.-wht:has(.c-text-box01__inner) .c-section + .c-text-box01 {
    margin-top: 60px;
  }
}

#schedule {
  margin-top: 5rem;
  padding-top: 5rem;
}

body:not([data-page-slug="company"], [data-page-slug="topics"], [data-page-slug="case"], [data-page-slug="download"], [data-page-slug="contact"], [data-page-slug="course"]) .c-breadcrumb {
  position: absolute;
  top: 788px;
  left: calc(50% - 44.5rem);
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1499px) {
  body:not([data-page-slug="company"], [data-page-slug="topics"], [data-page-slug="case"], [data-page-slug="download"], [data-page-slug="contact"], [data-page-slug="course"]) .c-breadcrumb {
    left: calc(50% - 39rem);
  }
}

@media (max-width: 767px) {
  body:not([data-page-slug="company"], [data-page-slug="topics"], [data-page-slug="case"], [data-page-slug="download"], [data-page-slug="contact"], [data-page-slug="course"]) .c-breadcrumb {
    position: relative;
    top: -3rem;
    left: 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 697px) and (max-width: 767px) {
  body[data-page-slug="newrecruit"] .c-breadcrumb,
body[data-page-slug="fullyear"] .c-breadcrumb,
body[data-page-slug="ordermade"] .c-breadcrumb {
    top: -16rem;
  }
}

@media screen and (min-width: 623px) and (max-width: 696px) {
  body[data-page-slug="newrecruit"] .c-breadcrumb,
body[data-page-slug="fullyear"] .c-breadcrumb,
body[data-page-slug="ordermade"] .c-breadcrumb {
    top: -15rem;
  }
}

@media screen and (min-width: 500px) and (max-width: 622px) {
  body[data-page-slug="newrecruit"] .c-breadcrumb,
body[data-page-slug="fullyear"] .c-breadcrumb,
body[data-page-slug="ordermade"] .c-breadcrumb {
    top: -13rem;
  }
}

@media screen and (min-width: 452px) and (max-width: 499px) {
  body[data-page-slug="newrecruit"] .c-breadcrumb,
body[data-page-slug="fullyear"] .c-breadcrumb,
body[data-page-slug="ordermade"] .c-breadcrumb {
    top: -12rem;
  }
}

@media screen and (min-width: 411px) and (max-width: 451px) {
  body[data-page-slug="newrecruit"] .c-breadcrumb,
body[data-page-slug="fullyear"] .c-breadcrumb,
body[data-page-slug="ordermade"] .c-breadcrumb {
    top: -10rem;
  }
}

@media screen and (min-width: 375px) and (max-width: 410px) {
  body[data-page-slug="newrecruit"] .c-breadcrumb,
body[data-page-slug="fullyear"] .c-breadcrumb,
body[data-page-slug="ordermade"] .c-breadcrumb {
    top: -10rem;
  }
}

body[data-page-slug="reason"] .c-alink {
  margin-top: 0;
}

body[data-page-slug="reason"] .c-alink + .c-section {
  margin-top: 0;
}

@media (min-width: 768px) {
  .c-case-list01__text {
    flex-shrink: 1;
    flex-grow: 1;
    padding-right: 2.4rem;
  }
}

body[data-page-slug="home"] .c-section.-wht:has(.c-text-box01) + .c-section {
  margin-top: 0;
}

body[data-page-slug="home"] .c-section:has(.c-cta) + .c-section.-wht.-right {
  margin-top: 0;
}

.c-alink__headline {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .p-home-kv__form {
    display: none;
  }
}

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

@media (max-width: 767px) {
  .c-list04__list ul + ul {
    display: none;
  }
}

.c-schedule-info__table[class] th.-width,
.c-schedule-info__table[class] td.-width {
  min-width: 62px;
  vertical-align: top;
}

.c-schedule-info__table[class] th.-width > *,
.c-schedule-info__table[class] td.-width > * {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  vertical-align: top;
}

@media (max-width: 767px) {
  .c-schedule-info__table[class] th.-width > *,
.c-schedule-info__table[class] td.-width > * {
    padding-right: 0.5rem;
  }
}

@media (max-width: 767px) {
  .c-pagetitle01__inner {
    padding-bottom: 6rem;
  }
}

@media (max-width: 767px) {
  .c-pagetitle01__main {
    font-size: 1.85rem;
  }
}

@media (max-width: 767px) {
  body[data-page-type="detail"] .p-post-info__img img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .c-list04__list > *::after {
    content: "ほか ※敬称略・順不同";
    display: block;
    font-size: 0.75rem;
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .p-form.-sm textarea {
    height: 96px;
  }
}

body[data-page-slug="course"] .c-section.-wht.-wide.-right:last-child {
  display: none;
}

@media (max-width: 767px) {
  .p-home-kv__btn-inner {
    background-color: transparent;
    padding: 2rem 1.25rem 1.25rem;
  }
}

@media (max-width: 767px) {
  .p-home-kv__btn-list .p-home-kv__btn-item + .p-home-kv__btn-item {
    display: none;
  }
}

@media (max-width: 767px) {
  body[data-page-slug=service] .l-main,
[data-page-slug=reason] .l-main,
[data-page-slug=support] .l-main,
[data-page-slug=newrecruit] .l-main,
[data-page-slug=ordermade] .l-main,
[data-page-slug=fullyear] .l-main,
[data-page-slug=java] .l-main,
[data-page-slug=infra] .l-main,
[data-page-slug=programming] .l-main {
    margin-top: -1.15rem;
  }
}

@media (min-width: 768px) {
  .c-flow__img img {
    max-width: 182px;
  }
}

@media (max-width: 767px) {
  .c-flow__img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .c-cta {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    transform: inherit;
    left: 0;
  }
}

.p-post-info__img .wp-block-image[class]::after {
  display: none;
}

@media (max-width: 767px) {
  .l-footer__cv-headline .c-headline01__main {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .l-footer__cv-tag-list ul {
    display: block;
  }
}

@media (max-width: 767px) {
  .l-footer__guide-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

@media (max-width: 767px) {
  .l-footer__guide-link-list > * {
    flex-basis: calc(50% - 0.25rem);
    max-width: calc(50% - 0.25rem);
  }
}

@media (max-width: 767px) {
  .l-footer__guide-link-list li + li {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .c-pagetitle01__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .c-text-box03__title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .c-headline03__main {
    font-size: 1.5rem;
    letter-spacing: -0.03em;
  }
}

@media (max-width: 767px) {
  .c-headline03[class] + .has-text-align-right.has-small-font-size {
    font-size: 10px;
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .c-text-box02__title {
    font-size: 1.525rem;
  }
}

@media (max-width: 767px) {
  .l-footer__cv-headline .c-headline01__main {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .c-headline01__main {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .c-company-headline {
    font-size: 25px;
    letter-spacing: 0rem;
  }
}

@media (max-width: 767px) {
  .c-company-headline + * {
    margin-top: 4px;
  }
}

@media (max-width: 767px) {
  .c-company-headline-en {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .c-list01__list {
    gap: 9px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .c-list01__list li {
    flex-basis: calc(33.333% - 6px);
    max-width: calc(33.333% - 6px);
    margin: 0;
  }
}

.c-text-box02__desc + * {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .p-service-guide__menu01,
.p-service-guide__menu02 {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-service-guide {
    background-position: right bottom;
  }
}

@media (max-width: 767px) {
  .p-service-guide {
    padding-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .p-service-guide::after {
    content: none;
    margin-bottom: 0rem;
  }
}

@media (max-width: 767px) {
  .c-section.-md#schedule {
    border-top: 1px solid #ccc;
    margin-top: 0;
    padding-top: 10rem;
    margin-top: 2.5rem;
  }
}

@media (max-width: 767px) {
  .c-headline03__sub,
.c-text-box02__subtitle {
    font-size: 72px;
  }
}

@media (max-width: 767px) {
  .c-text-box02__title {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .c-text-box02__title + * {
    margin-top: 29px;
  }
}

@media (max-width: 767px) {
  .l-footer__cv-tag-list {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .l-footer__cv-tag-list li > * {
    font-size: 14px;
    padding: 0.75rem;
  }
}

@media (max-width: 767px) {
  .p-company-list__item dt {
    min-width: 5.5rem;
  }
}

@media (max-width: 767px) {
  .l-footer__link-list[class] {
    display: block;
  }
}

@media (max-width: 767px) {
  .l-footer__link-list[class] li + li {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .l-footer__link + * {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .l-footer__info {
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  .wp-block-image.-scroll.is-show + .c-btn.-right {
    padding-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .c-card01__item + .c-card01__item {
    margin-top: 7.5rem;
  }
}

@media (max-width: 767px) {
  .p-faq-list__a {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .p-faq-list__q {
    padding-right: 1rem;
  }
}

@media (max-width: 767px) {
  .c-pagetitle02__bnr-item {
    width: 100%;
  }
}

.c-pagetitle02__bnr-list {
  margin: auto;
}

@media (max-width: 767px) {
  .c-flow__title {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
  }
}

@media (max-width: 767px) {
  .c-flow__desc-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .c-flow__desc-title span {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .c-flow__title + * {
    margin-top: 0.5rem;
  }
}

@media (max-width: 767px) {
  .c-plan__desc-desc span {
    flex-shrink: 0;
    flex-grow: 0;
    height: max-content;
    margin-right: 0.5rem;
  }
}

@media (max-width: 767px) {
  .c-plan__desc-desc {
    flex-direction: inherit;
  }
}

@media (max-width: 767px) {
  .c-training-list__item + .c-training-list__item {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .c-tab__trigger-list {
    display: block;
  }
}

@media (max-width: 767px) {
  body[data-page-slug="reason"] .c-flow__desc-title {
    display: block;
  }
}

@media (max-width: 767px) {
  .c-flow__inner + .c-flow__inner {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .c-tab__content + .c-tab__content {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .c-tab_item {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .c-table.-wide th {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .c-section:has(.p-post-submenu) {
    margin-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .c-headline04::before,
.c-headline04::after {
    content: none;
  }
}

@media (max-width: 767px) {
  .c-section__inner:has(.c-list02) .c-headline04 {
    display: block;
    letter-spacing: -0.01em;
  }
}

@media (max-width: 767px) {
  .c-case-list01__title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .c-cta__title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .c-text-box02__title {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .c-text-box02__title br {
    display: block;
  }
}

@media (max-width: 767px) {
  .c-cta__title {
    letter-spacing: -0.01em;
  }
}

@media (max-width: 767px) {
  .p-course-list__link {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-course-simulation {
    padding: 0;
    background-color: #F7F7F7;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .p-course-simulation__table {
    white-space: normal;
    overflow-x: hidden;
    display: inline-table;
    box-shadow: 4px 4px 24px 0px rgba(51, 51, 51, 0.08);
  }
}

@media (max-width: 767px) {
  .p-course-simulation__table th[rowspan="4"] {
    width: 54px;
    vertical-align: top;
  }
}

@media (max-width: 767px) {
  .p-course-simulation__table th[rowspan="4"] > * {
    width: 54px;
    display: block;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .c-table.-type02.-scroll.is-show + h3 + .c-table.-type02 th {
    font-size: 0.85rem;
    width: 37%;
  }
}

@media (max-width: 767px) {
  .c-table.-type02.-scroll.is-show + h3 + .c-table.-type02 td {
    letter-spacing: -0.04em;
  }
}

@media (max-width: 767px) {
  .c-table.-type02.-scroll.is-show + h3 + .c-table.-type02 th,
.c-table.-type02.-scroll.is-show + h3 + .c-table.-type02 td {
    display: table-cell;
    padding: 0.75rem;
  }
}

@media (max-width: 767px) {
  .c-case-list01.swiper {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

@media (max-width: 767px) {
  .c-list05__label::before {
    font-size: 1.25rem;
    line-height: 1;
    padding-top: .25rem;
  }
  .c-list05__item {
    grid-template-rows: 30px 80px 1fr;
    grid-template-columns: 80px 1fr;
  }
  .c-list05__item + .c-list05__item {
    margin-top: 3rem;
  }
}

.c-list05__desc p {
  color: #666;
}

@media (max-width: 767px) {
  .c-flow__img img {
    width: 182px;
    display: block;
    margin: 0 auto;
  }
}

body[data-page-slug="topics"] {
  font-size: 1rem;
}

.wp-block-embed iframe {
  width: 100%;
}

.c-dropmenu__headline.-simple a::after {
  display: none;
}

.c-compare-info {
  padding-top: 0.75rem;
}

.c-compare-info__table {
  border: none;
  border-collapse: inherit;
  border-spacing: 0.625rem;
}

.c-compare-info__table th,
.c-compare-info__table td {
  border: none;
  background: none;
}

.c-compare-info__table th,
.c-compare-info__table td {
  position: relative;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 0.875rem;
}

.c-compare-info__table td {
  background-color: #fff;
  height: 100px;
}

@media (max-width: 767px) {
  .c-compare-info__table td {
    height: 80px;
  }
}

.c-compare-info__table tr:first-child th {
  line-height: 1;
  font-size: 1rem;
  padding: 0.875rem 0.875rem;
}

.c-compare-info__table tr th:first-child {
  letter-spacing: 0.125em;
  background-color: #eee;
  color: #333;
  width: 240px;
}

.c-compare-info__table *.-bg-pri {
  color: #fff;
  background: #00B1BA;
}

.c-compare-info__table *.-bg-blk {
  color: #fff;
  background: #333;
}

.c-compare-info__table *.-bg-none[class] {
  background: none;
}

.c-compare-info__table *.-lg-font-size {
  font-size: 1.75rem;
  padding: 0.5rem;
}

.c-compare-info__table *.-float {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-4.5rem);
}

.c-compare-info__table *.-float.-bg-pri::after {
  content: "";
  display: block;
  background-color: #00B1BA;
  width: 100%;
  height: 1rem;
}

.c-compare-info__table *.-bg-pri *.-double-circle::before, .c-compare-info__table *.-bg-pri *.-double-circle::after {
  border: 1px solid #fff;
}

.c-compare-info__table *.-none,
.c-compare-info__table *.-triangle,
.c-compare-info__table *.-circle,
.c-compare-info__table *.-double-circle {
  position: relative;
  display: block;
  height: 1.75rem;
}

.c-compare-info__table *.-none::before, .c-compare-info__table *.-none::after,
.c-compare-info__table *.-triangle::before,
.c-compare-info__table *.-triangle::after,
.c-compare-info__table *.-circle::before,
.c-compare-info__table *.-circle::after,
.c-compare-info__table *.-double-circle::before,
.c-compare-info__table *.-double-circle::after {
  content: "";
  display: block;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c-compare-info__table *.-none::before {
  background-color: #333;
  width: 20px;
  height: 2px;
  transform: rotate(45deg);
  margin: 10px 0 0 -10px;
}

.c-compare-info__table *.-none::after {
  background-color: #333;
  width: 20px;
  height: 2px;
  transform: rotate(-45deg);
  margin: 10px 0 0 -10px;
}

.c-compare-info__table *.-triangle::before {
  content: "△";
  font-size: 1.5rem;
}

.c-compare-info__table *.-triangle::after {
  display: none;
}

.c-compare-info__table *.-circle::before {
  border-radius: 50%;
  border: 1px solid #00B1BA;
  width: 20px;
  height: 20px;
}

.c-compare-info__table *.-circle::after {
  display: none;
}

.c-compare-info__table *.-double-circle::before {
  border-radius: 50%;
  border: 1px solid #00B1BA;
  width: 20px;
  height: 20px;
}

.c-compare-info__table *.-double-circle::after {
  border-radius: 50%;
  border: 1px solid #00B1BA;
  width: 10px;
  height: 10px;
  margin: 5px 0 0 0;
}

.c-totale-support__table {
  border: none;
  border-collapse: inherit;
  border-spacing: 0.625rem;
}

.c-totale-support__table th,
.c-totale-support__table td {
  border: none;
  background: none;
}

.c-totale-support__table th,
.c-totale-support__table td {
  position: relative;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.c-totale-support__table td {
  background-color: #fff;
  height: 46px;
}

@media (max-width: 767px) {
  .c-totale-support__table td {
    height: 32px;
  }
}

.c-totale-support__table tr:first-child th {
  line-height: 1;
  padding: 0.75rem 0.875rem;
}

.c-totale-support__table tr th:first-child {
  background-color: #333;
  font-size: 1rem;
  width: 3.625rem;
}

.c-totale-support__table *.-bg-none[class] {
  background: none;
}

.c-totale-support__table *.-bg-pri {
  color: #fff;
  background: #00B1BA;
}

.c-totale-support__table *.-bg-sec {
  color: #fff;
  background: #CE5242;
}

.c-totale-support__table *.-label {
  display: inline-block;
  background-color: #666;
  color: #fff;
  border-radius: 2rem;
  font-weight: normal;
  font-size: 0.75rem;
  transform: translateY(-2px);
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
}

.c-schedule-column {
  border: none;
}

.c-schedule-column__table[class] {
  border: none;
}

.c-schedule-column__table[class] th,
.c-schedule-column__table[class] td {
  border: none;
}

.c-schedule-column__table[class] th,
.c-schedule-column__table[class] td {
  position: relative;
  letter-spacing: 0;
  vertical-align: top;
}

.c-schedule-column__table[class] th {
  text-align: center;
}

.c-schedule-column__table[class] td {
  background-color: #fff;
  line-height: 2;
}

.c-schedule-column__table[class] tr:first-child th {
  line-height: 1;
  padding: 0.75rem 0.875rem;
}

.c-schedule-column__table[class] tr th:first-child {
  background-color: #333;
}

.c-schedule-column__table[class] *.-bg-pri {
  background-color: #00B1BA;
}

.c-schedule-column__table[class] *.-bg-pri,
.c-schedule-column__table[class] *.-bg-pri * {
  color: #fff;
}

.c-schedule-column__table[class] *.-bg-pri ul:not([class]) li::before {
  background-color: #fff;
}

.c-schedule-column__table[class] *.-bg-gry {
  background-color: #f7f7f7;
}

.c-schedule-column ul:not([class]) {
  font-weight: bold;
}

.c-schedule-column ul:not([class]) li::before {
  margin-top: 0.875rem;
}

.c-schedule-column__headline {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 0.875rem;
}

.c-course-flow {
  border: none;
}

@media (max-width: 767px) {
  .c-course-flow__inner {
    min-width: 960px;
  }
}

.c-course-flow__box {
  align-items: center;
  display: flex;
  margin-left: -1.25rem;
}

.c-course-flow__box + .c-course-flow__box {
  margin-top: 1.5rem;
}

.c-course-flow__box:has([class*="-line-lg"]) {
  margin-top: 3.75rem;
}

.c-course-flow__item {
  position: relative;
  border: 1px solid #333;
  text-align: center;
  display: table;
  width: 100%;
  height: 4.5rem;
  padding: 0.5rem 1.5rem;
}

@media (max-width: 767px) {
  .c-course-flow__item {
    height: 3.5rem;
  }
}

.c-course-flow__item > * {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .c-course-flow__item > * {
    font-size: 0.875rem;
  }
}

.c-course-flow__item.-col-4-4, .c-course-flow__item.-col-3-4, .c-course-flow__item.-col-2-4, .c-course-flow__item.-col-1-4 {
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 1.25rem;
}

.c-course-flow__item.-col-4-4 {
  flex-basis: calc(100% / 4 * 4 - 1.25rem);
  max-width: calc(100% / 4 * 4 - 1.25rem);
}

.c-course-flow__item.-col-3-4 {
  flex-basis: calc(100% / 4 * 3 - 1.25rem);
  max-width: calc(100% / 4 * 3 - 1.25rem);
}

.c-course-flow__item.-col-2-4 {
  flex-basis: calc(100% / 4 * 2 - 1.25rem);
  max-width: calc(100% / 4 * 2 - 1.25rem);
}

.c-course-flow__item.-col-1-4 {
  flex-basis: calc(100% / 4 * 1 - 1.25rem);
  max-width: calc(100% / 4 * 1 - 1.25rem);
}

.c-course-flow__item.-none-border {
  border: none;
}

.c-course-flow__item.-color-pri {
  color: #00B1BA;
}

.c-course-flow__item.-bg-blk {
  border-color: #333;
  color: #fff;
  background-color: #333;
}

.c-course-flow__item.-bg-sec {
  border-color: #CE5242;
  color: #fff;
  background-color: #CE5242;
}

.c-course-flow__item[class*="-line"]::before, .c-course-flow__item[class*="-line"]::after {
  height: 1.5rem;
}

.c-course-flow__item.-line-lg-1-4::before, .c-course-flow__item.-line-lg-2-4::before {
  height: 3.75rem;
  line-height: 3.75rem;
}

.c-course-flow__item.-line-lg-3-4::after, .c-course-flow__item.-line-lg-4-4::after {
  height: 3.75rem;
  line-height: 3.75rem;
}

.c-course-flow__item.-line-lx-1-4::before, .c-course-flow__item.-line-lx-2-4::before {
  height: 7.5rem;
  line-height: 7.5rem;
}

@media (max-width: 767px) {
  .c-course-flow__item.-line-lx-1-4::before, .c-course-flow__item.-line-lx-2-4::before {
    height: 6.5rem;
    line-height: 6.5rem;
  }
}

.c-course-flow__item.-line-lx-3-4::after {
  height: 7.5rem;
  line-height: 7.5rem;
}

@media (max-width: 767px) {
  .c-course-flow__item.-line-lx-3-4::after {
    height: 6.5rem;
    line-height: 6.5rem;
  }
}

.c-course-flow__item.-line-lxx-1-4::before, .c-course-flow__item.-line-lxx-2-4::before {
  height: 9.5rem;
  line-height: 9.5rem;
}

@media (max-width: 767px) {
  .c-course-flow__item.-line-lxx-1-4::before, .c-course-flow__item.-line-lxx-2-4::before {
    height: 8.5rem;
    line-height: 8.5rem;
  }
}

.c-course-flow__item.-line-lxx-2-4::after, .c-course-flow__item.-line-lxx-3-4::after {
  height: 9.5rem;
  line-height: 9.5rem;
}

@media (max-width: 767px) {
  .c-course-flow__item.-line-lxx-2-4::after, .c-course-flow__item.-line-lxx-3-4::after {
    height: 8.5rem;
    line-height: 8.5rem;
  }
}

.c-course-flow__item.-line-1-4::before, .c-course-flow__item.-line-2-4::before, .c-course-flow__item.-line-lg-1-4::before, .c-course-flow__item.-line-lg-2-4::before, .c-course-flow__item.-line-lx-1-4::before, .c-course-flow__item.-line-lx-2-4::before, .c-course-flow__item.-line-lxx-1-4::before, .c-course-flow__item.-line-lxx-2-4::before {
  content: "";
  white-space: nowrap;
  width: 1px;
  border-left: 1px solid #333;
  position: absolute;
  z-index: 1;
  top: 0;
  transform: translateY(-100%);
}

.c-course-flow__item.-line-3-4::after, .c-course-flow__item.-line-lg-3-4::after, .c-course-flow__item.-line-lx-3-4::after, .c-course-flow__item.-line-lxx-3-4::after {
  content: "";
  white-space: nowrap;
  width: 1px;
  border-left: 1px solid #333;
  position: absolute;
  z-index: 1;
  top: 0;
  transform: translateY(-100%);
}

.c-course-flow__item.-line-lxx-1-4::before, .c-course-flow__item.-line-lg-1-4::before, .c-course-flow__item.-line-lx-1-4::before, .c-course-flow__item.-line-1-4::before {
  left: 25%;
}

.c-course-flow__item.-line-lxx-2-4::before, .c-course-flow__item.-line-lg-2-4::before, .c-course-flow__item.-line-lx-2-4::before, .c-course-flow__item.-line-2-4::before {
  left: 50%;
}

.c-course-flow__item.-line-lxx-3-4::after, .c-course-flow__item.-line-lg-3-4::after, .c-course-flow__item.-line-lx-3-4::after, .c-course-flow__item.-line-3-4::after {
  left: 75%;
}

.c-course-flow__item.-col-4-4.-line-lxx-1-4::before, .c-course-flow__item.-col-4-4.-line-lg-1-4::before, .c-course-flow__item.-col-4-4.-line-lx-1-4::before, .c-course-flow__item.-col-4-4.-line-1-4::before {
  margin-left: -0.375rem;
}

.c-course-flow__item.-col-4-4.-line-lxx-3-4::after, .c-course-flow__item.-col-4-4.-line-lg-3-4::after, .c-course-flow__item.-col-4-4.-line-lx-3-4::after {
  margin-left: -0.375rem;
}

.c-course-flow__item.-col-4-4.-line-3-4::after {
  margin-left: 0.25rem;
}

.c-course-flow__item.-col-2-4.-line-lxx-1-4::before, .c-course-flow__item.-col-2-4.-line-lg-1-4::before, .c-course-flow__item.-col-2-4.-line-lx-1-4::before, .c-course-flow__item.-col-2-4.-line-1-4::before {
  margin-left: -0.375rem;
}

.c-course-flow__item.-col-2-4.-line-lxx-3-4::after, .c-course-flow__item.-col-2-4.-line-lg-3-4::after, .c-course-flow__item.-col-2-4.-line-lx-3-4::after {
  margin-left: -0.375rem;
}

.c-course-flow__item.-line-lxx-1-4[data-line-1-4-text]::before, .c-course-flow__item.-line-lx-1-4[data-line-1-4-text]::before, .c-course-flow__item.-line-lg-1-4[data-line-1-4-text]::before {
  content: attr(data-line-1-4-text);
  font-size: 0.875rem;
  padding-left: 1rem;
}

.c-course-flow__item.-line-lxx-2-4[data-line-2-4-text]::before, .c-course-flow__item.-line-lx-2-4[data-line-2-4-text]::before, .c-course-flow__item.-line-lg-2-4[data-line-2-4-text]::before {
  content: attr(data-line-2-4-text);
  font-size: 0.875rem;
  padding-left: 1rem;
}

.c-course-flow__item.-line-lxx-3-4[data-line-3-4-text]::after, .c-course-flow__item.-line-lx-3-4[data-line-3-4-text]::after, .c-course-flow__item.-line-lg-3-4[data-line-3-4-text]::after {
  content: attr(data-line-3-4-text);
  font-size: 0.875rem;
  padding-left: 1rem;
}

.c-course-flow__item.-margin-left {
  margin-left: auto;
}

.c-course-flow__item *.-font-size-lg {
  font-size: 1.375rem;
}

@media (max-width: 767px) {
  .c-course-flow__item *.-font-size-lg {
    font-size: 1.25rem;
  }
}

/* =====================================
 * 20250612追加
 * ================================== */
.grecaptcha-badge {
  z-index: 9999;
}

.wp-embed {
  font-family: "futura-pt", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.p-download-list__img {
  aspect-ratio: 380 / 230;
}

.c-case-list01__item {
  height: min-content;
}

body[data-page-slug=service] .c-text-box02__img::after {
  content: none;
}

body[data-page-slug=case] .c-pagetitle02__img img {
  margin: 3rem 0 0 0;
}

body[data-page-slug=case][data-page-type=detail] .c-table th,
body[data-page-slug=case][data-page-type=detail] .c-table td {
  padding: 1rem 0 1rem 1rem;
}

body[data-page-slug=case][data-page-type=detail] .c-table thead th,
body[data-page-slug=case][data-page-type=detail] .cul-table .c-table td {
  text-align: center;
}

.mg100px-top {
  margin-top: 100px !important;
}

.mg100px-btm {
  margin-bottom: 100px !important;
}

.p-course-list__title + * {
  font-size: .875rem;
}

.p-course-list__title a {
  font-size: 1.2rem;
}

.c-pagetitle02__bnr-img img {
  height: auto;
}

#service .c-text-box02__img::after {
  content: none;
}

.ul:not([class]), ul[class*=font-size] {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

ul:not([class]) li, ul[class*=font-size] li {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

#client ul:not([class]) li,
#client ul[class*=font-size] li {
  margin-bottom: 0;
}

body[data-page-slug=spot] .c-breadcrumb + * {
  margin-top: 0;
}

body[data-page-slug=course] {
  font-size: 1rem;
  line-height: 2;
}

body[data-page-slug=course] .c-table td {
  font-size: 1rem;
}

body[data-page-slug=course] .c-card01__text-inner {
  width: 30rem;
}

body[data-page-slug=course] .c-table.-type02 {
  margin-top: 5rem;
}

body[data-page-slug=course] .c-pagetitle02__img {
  height: 48vw;
}

body[data-page-slug=course] .p-course-curriculum-list__desc ul li {
  font-size: .875rem;
}

body[data-page-slug=topics] .c-table th:first-of-type {
  max-width: 150px;
}

body[data-page-slug=topics] .wp-block-image.-scroll img {
  width: 100%;
}

body[data-page-slug=topics] p {
  line-height: 1.8;
}

body[data-page-slug=news] .c-content p,
body[data-page-slug=news] .c-content ul li {
  font-size: 1rem;
}

body[data-page-slug=news] .p-post-submenu__title {
  font-size: 3rem !important;
}

body[data-page-slug=news] .c-breadcrumb__list {
  display: none;
}

.c-pagetitle01__sub {
  font-size: 1.5rem;
  font-weight: 600;
  background: #fff;
  max-width: fit-content;
  padding: .25rem .5rem;
  color: #00b1ba;
}

.c-pagetitle01__desc {
  font-weight: 600;
}

.c-pagetitle02__bnr-desc {
  font-size: .875rem;
}

.l-footer__sitemap-list li a[href="#"] {
  pointer-events: none;
}

.c-ng__img img {
  max-height: 80px;
  width: auto;
}

.c-ok__img img {
  max-width: 160px;
}

.c-plactice__img img {
  width: 45%;
  margin: 0 auto;
}

.wp-block-embed iframe {
  width: 100%;
}

.l-footer__bnr-subtitle {
  font-size: 3rem;
}

.p-news-list__title a {
  font-weight: 600;
}

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