@charset "UTF-8";
.l-topTitleArea {
  min-height: 375px;
}

.l-content {
  margin: 0 auto !important;
  padding-top: 0 !important;
}

.p-breadcrumb {
  display: none;
}

.swell-block-fullWide {
  padding-inline: 15%;
}
@media screen and (max-width: 768px) {
  .swell-block-fullWide {
    padding-inline: 5%;
  }
}

.contact-btn a {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(96deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-backdrop-filter: blur(2.75px);
          backdrop-filter: blur(2.75px);
  border-radius: 0px;
  aspect-ratio: 3/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog {
  background: #F7F7F7;
}

.page-common-tittle {
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 96px !important;
  font-weight: 600 !important;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .page-common-tittle {
    font-size: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-common-tittle {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .page-common-tittle {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .page-common-tittle {
    font-size: 34px !important;
  }
}
.page-common-tittle .mininote {
  font-size: 20px !important;
  position: absolute !important;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 599px) {
  .page-common-tittle .mininote {
    font-size: 16px !important;
  }
}

.message-title .mininote {
  left: 50%;
  transform: translateX(-50%);
}

.message-list {
  padding-block: 40px;
  border-bottom: 1px solid #AFAFAF;
}

.c-pageTitle__subTitle {
  position: absolute;
  left: 0;
  top: 120%;
}

.l-header__bar {
  display: none !important;
}

.l-header__inner {
  max-width: 100% !important;
}

.l-fixHeader__inner {
  max-width: 100% !important;
}

.p-spMenu__nav .menu-item a {
  border-bottom: none;
}
.p-spMenu__nav .menu-item a::before {
  display: none;
}

.menu-item-193 span {
  border: 1px solid #231916;
  padding: 14px;
}

.w-beforeFooter {
  margin: 0 auto 3em !important;
}

.l-footer__widgetArea {
  padding-top: 5em;
}
@media screen and (max-width: 599px) {
  .l-footer__widgetArea {
    padding-top: 3em;
  }
}

.w-footer {
  display: flex;
  justify-content: space-between;
  padding-inline: 7.5%;
  max-width: 100% !important;
}
@media screen and (max-width: 959px) {
  .w-footer {
    flex-direction: column;
  }
}

.l-footer__foot {
  display: none;
}

.w-footer__box:nth-child(1) {
  display: flex;
  align-items: end;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .w-footer__box:nth-child(1) {
    justify-content: center;
  }
}

.w-footer__box:nth-child(2) {
  padding: 0;
}
.w-footer__box:nth-child(2) .widget_text {
  color: var(--, #231916);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .w-footer__box:nth-child(2) .widget_text {
    font-size: 18px;
  }
}
.w-footer__box:nth-child(2) .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #231916;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .w-footer__box:nth-child(2) .menu {
    font-size: 14px;
  }
}
.w-footer__box:nth-child(2) .menu a {
  padding: 0;
  border-bottom: none;
}
.w-footer__box:nth-child(2) .menu a::before {
  display: none;
}

.w-footer__box:nth-child(3) {
  padding: 0;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media screen and (max-width: 959px) {
  .w-footer__box:nth-child(3) {
    justify-content: center;
  }
}

@media screen and (max-width: 599px) {
  .w-footer__box img {
    width: 150px;
  }
}

.inview {
  opacity: 0;
  transform: translateY(30px);
  margin-top: 100vh;
  transition: all 0.5s ease;
}

.inview.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.p-mainVisual__textLayer {
  mix-blend-mode: difference;
}
.p-mainVisual__textLayer .p-mainVisual__slideTitle {
  line-height: 150%;
  font-size: 6vh;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 1400px) {
  .p-mainVisual__textLayer .p-mainVisual__slideTitle {
    font-size: 4vh;
  }
}
@media screen and (max-width: 599px) {
  .p-mainVisual__textLayer .p-mainVisual__slideTitle {
    font-size: 3vh;
  }
}
@media screen and (max-width: 500px) {
  .p-mainVisual__textLayer .p-mainVisual__slideTitle {
    font-size: 2.5vh;
  }
}

.top-content {
  padding-top: 350px !important;
}
@media screen and (max-width: 959px) {
  .top-content {
    padding-top: 270px !important;
  }
}
@media screen and (max-width: 599px) {
  .top-content {
    padding-top: 200px !important;
  }
}
.top-content--mission {
  padding-top: 250px !important;
}
@media screen and (max-width: 959px) {
  .top-content--mission {
    padding-top: 200px !important;
  }
}
@media screen and (max-width: 599px) {
  .top-content--mission {
    padding-top: 170px !important;
  }
}

.common-title {
  color: #F1F1F1;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 400px !important;
  font-weight: 400 !important;
  letter-spacing: -20px;
  position: absolute !important;
  top: -340px;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .common-title {
    font-size: 300px !important;
    top: -310px;
  }
}
@media screen and (max-width: 1024px) {
  .common-title {
    font-size: 250px !important;
    top: -310px;
  }
}
@media screen and (max-width: 959px) {
  .common-title {
    font-size: 200px !important;
    top: -250px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
@media screen and (max-width: 599px) {
  .common-title {
    font-size: 160px !important;
    top: -190px;
    letter-spacing: -15px;
  }
}
@media screen and (max-width: 500px) {
  .common-title {
    font-size: 130px !important;
    top: -135px;
  }
}

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 959px) {
  .flex-center {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .flex-center {
    margin-bottom: 20px !important;
  }
}
.flex-center--left .common-title {
  left: 0;
  right: auto;
}
@media screen and (max-width: 959px) {
  .flex-center--left .common-title {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.flex-content-img {
  z-index: 2;
}

.banner-top {
  padding: 0;
}
.banner-top .swell-block-column {
  width: 25%;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .banner-top .swell-block-column {
    width: 50%;
  }
}
.banner-top img {
  width: 100%;
  aspect-ratio: 3/2;
}

.top-spacer {
  display: none;
}
@media screen and (max-width: 959px) {
  .top-spacer {
    display: block;
  }
}

.top-btn a {
  background: #000;
  border-radius: 0;
  padding: 20px 60px;
}

.c-postThumb__cat {
  font-size: 16px;
  padding: 5px 10px;
}
.c-postThumb__cat::before {
  display: none;
}

.front-member-title {
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 78px !important;
  font-weight: 600 !important;
  position: relative;
  z-index: 1;
  line-height: 0 !important;
  margin-block: 0 !important;
}
@media screen and (max-width: 1700px) {
  .front-member-title {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 1400px) {
  .front-member-title {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 1200px) {
  .front-member-title {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .front-member-title {
    font-size: 36px !important;
  }
}

@media screen and (max-width: 959px) {
  .column-reverse .swell-block-columns__inner {
    flex-direction: column-reverse;
  }
}

.message-content {
  padding: 60px 5% !important;
}

@media screen and (max-width: 1300px) {
  .about-content .swell-block-columns__inner .swell-block-column {
    width: 100% !important;
  }
}

.chairman-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .chairman-text {
    padding: 0 !important;
    margin-top: 30px !important;
  }
  .chairman-text p span {
    font-size: 18px !important;
  }
  .chairman-text .u-mb-0 span {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 959px) {
  .chairman-img {
    width: 60% !important;
    margin-inline: auto !important;
  }
}

.about-text {
  line-height: 250%;
}

.chairman-content {
  margin-bottom: 6em !important;
}
@media screen and (max-width: 1400px) {
  .chairman-content {
    margin-bottom: 3em !important;
  }
}
@media screen and (max-width: 950px) {
  .chairman-content {
    margin-bottom: 2em !important;
  }
}

.company-title {
  color: #0953A0 !important;
  margin: 4em 0 1em !important;
}
@media screen and (max-width: 768px) {
  .company-title {
    margin: 4em 0 2em !important;
  }
}

.studens-title {
  color: #E40281 !important;
  margin: 4em 0 1em !important;
}
@media screen and (max-width: 768px) {
  .studens-title {
    margin: 4em 0 2em !important;
  }
}

.interview-title {
  margin: 4em 0 1em !important;
}
@media screen and (max-width: 768px) {
  .interview-title {
    margin: 4em 0 2em !important;
  }
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: none !important;
  width: 60%;
  background-color: #000 !important;
}

form {
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  form {
    width: 100%;
  }
}

.required {
  color: #FFF;
  font-size: 14px;
  padding: 1px 3px;
}
.required--company {
  background: #0953A0;
}
.required--student {
  background: #E40281;
}
.required--interview {
  background: #000;
}
.required--any {
  background: #B8B8B8;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #515151;
  padding: 5px;
}

input[type=text], input[type=email], input[type=tel], .wpcf7-radio {
  margin-block: 10px 40px;
}

.wpcf7-radio {
  display: block;
}

textarea {
  resize: vertical;
}

input[type=submit] {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  border: none;
  padding: 20px;
  width: 350px;
}
@media screen and (max-width: 500px) {
  input[type=submit] {
    width: 300px;
  }
}

p:has(input[type=submit]) {
  text-align: center;
  margin-top: 80px;
}
p:has(input[type=submit]) .students {
  background: #E40281;
}
p:has(input[type=submit]) .company {
  background: #0953A0;
}
p:has(input[type=submit]) .interview {
  background: #000;
}

input:focus {
  outline: none !important;
  border-bottom: 2px solid #000;
}

.interview__content {
  width: 120%;
  margin-inline: auto;
  margin-left: -10%;
  background: #FFF;
  margin-bottom: 150px;
  padding-block: 40px;
}
@media screen and (max-width: 768px) {
  .interview__content {
    width: 100%;
    margin-left: 0;
  }
}
.interview__content .interview-small-title {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview__content .interview-small-title {
    font-size: 28px;
  }
}
.interview__content p:has(label) {
  width: 80%;
  margin-inline: auto;
}
.interview__content p:has(label) input {
  background: none;
}

.slider .slick01__columns {
  background: #fff;
  padding-inline: 1%;
  padding-block: 50px;
  aspect-ratio: 5/2;
}
@media screen and (max-width: 1350px) {
  .slider .slick01__columns {
    aspect-ratio: 5/3;
  }
}
@media screen and (max-width: 1024px) {
  .slider .slick01__columns {
    aspect-ratio: 20/21;
    padding-block: 40px;
  }
}
@media screen and (max-width: 950px) {
  .slider .slick01__columns {
    aspect-ratio: 5/6;
  }
}
@media screen and (max-width: 768px) {
  .slider .slick01__columns {
    aspect-ratio: 10/11;
  }
}
@media screen and (max-width: 650px) {
  .slider .slick01__columns {
    aspect-ratio: 5/7;
  }
}
@media screen and (max-width: 500px) {
  .slider .slick01__columns {
    aspect-ratio: 5/8;
  }
}
@media screen and (max-width: 450px) {
  .slider .slick01__columns {
    aspect-ratio: 4/7;
  }
}
@media screen and (max-width: 400px) {
  .slider .slick01__columns {
    aspect-ratio: 1.1/2;
  }
}
.slider .slick01__columns h3 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 1400px) {
  .slider .slick01__columns h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .slider .slick01__columns h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .slider .slick01__columns h3 {
    font-size: 19px;
  }
}
.slider .slick01__content {
  display: flex !important;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
@media screen and (max-width: 1024px) {
  .slider .slick01__content {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}
.slider .slick01__left {
  flex: 0 0 40%;
}
.slider .slick01__left p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 190%; /* 40px */
}
.slider .slick01__btn {
  width: 400px;
  height: 77px;
  position: relative;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .slider .slick01__btn {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .slider .slick01__btn {
    margin-inline: auto;
  }
}
@media screen and (max-width: 500px) {
  .slider .slick01__btn {
    height: 60px;
  }
}
.slider .slick01__btn::after {
  content: url(../../slide-arrow.png);
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.slider .slick01__right {
  flex: 0 0 50%;
  text-align: center;
}
.slider .slick01__right img {
  width: 70%;
  margin-inline: auto;
}

.woks-title {
  font-size: 64px !important;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .woks-title {
    font-size: 36px !important;
  }
}
.woks-title .mininote {
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.4em !important;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  .woks-title .mininote {
    right: -70px;
  }
}

.is-style-wide {
  background-color: #000 !important;
}

.slick-arrow {
  font-size: 0;
  border: 1px solid #000;
  background: #000;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: calc(50% - 20px);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.slick-prev {
  left: -32px;
}
@media screen and (max-width: 1024px) {
  .slick-prev {
    left: -20px;
  }
}
.slick-prev::before {
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: url(../../prev.png);
}

.slick-next {
  right: -32px;
}
@media screen and (max-width: 1024px) {
  .slick-next {
    right: -20px;
  }
}
.slick-next::before {
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: url(../../next.png);
}

.slick-dots {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.slick-dots button {
  display: none;
}
.slick-dots li::marker {
  list-style-type: none;
}
.slick-dots li {
  list-style-type: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d9d9d9;
}
.slick-dots .slick-active {
  background: #000;
}

.c-tabList__button {
  border-radius: 20px;
}
.c-tabList__button::before {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .c-tabBody,
  .p-postListTab {
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-tabBody,
  .p-postListTab {
    width: 90%;
  }
}

article {
  padding-block: 60px;
}

.program-title {
  padding: 25px;
  background: #f2f2f2;
  border-bottom: 1px solid #000;
}

.program-text {
  line-height: 250%;
}

@media screen and (max-width: 959px) {
  .program-img-pc {
    display: none;
  }
}

.program-img-sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .program-img-sp {
    display: block;
  }
}

.tab-title--students {
  color: #e40281;
}
.tab-title--companies {
  color: #0953a0;
}

.c-tabBody {
  width: 100% !important;
}
@media screen and (max-width: 959px) {
  .c-tabBody {
    padding: 1em !important;
  }
}

.c-tabList {
  justify-content: center !important;
}
.c-tabList__item {
  min-width: 200px;
}
@media screen and (max-width: 959px) {
  .c-tabList__item {
    flex-basis: 48% !important;
    min-width: auto;
  }
}

.program-figure {
  text-align: left;
}

.program-graph {
  overflow-x: scroll;
}
.program-graph img {
  min-width: 700px;
}

.edp-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.program-table-flex {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  justify-content: end;
}
.program-table-flex figure {
  text-align: left !important;
}
@media screen and (max-width: 959px) {
  .program-table-flex {
    display: block;
    margin-top: 30px !important;
  }
  .program-table-flex figure {
    text-align: center !important;
  }
}

.program-tab .c-tabList {
  display: flex;
  justify-content: space-between !important;
}
@media screen and (max-width: 1300px) {
  .program-tab .c-tabList {
    flex-direction: column;
    row-gap: 20px;
  }
}
.program-tab .c-tabList__item {
  width: 49%;
  aspect-ratio: 3.7/1;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .program-tab .c-tabList__item {
    margin-inline: auto;
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .program-tab .c-tabList__item {
    width: 85%;
  }
}
@media screen and (max-width: 660px) {
  .program-tab .c-tabList__item {
    width: 100%;
  }
}
.program-tab .c-tabList__item::before {
  content: url(../../arrow.svg);
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .program-tab .c-tabList__item::before {
    bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .program-tab .c-tabList__item::before {
    bottom: 10px;
  }
}
.program-tab .c-tabList__item:nth-child(1) {
  background: url(../../students.jpg) no-repeat center center/contain;
}
.program-tab .c-tabList__item:nth-child(1) button::after {
  content: "学生メリット";
}
.program-tab .c-tabList__item:nth-child(2) {
  background: url(../../companies.jpg) no-repeat center center/contain;
}
.program-tab .c-tabList__item:nth-child(2) button::after {
  content: "企業メリット";
}
.program-tab .c-tabList__item:nth-child(3) {
  display: none;
}
.program-tab .c-tabList__button {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 123%; /* 36.9px */
  opacity: 1 !important;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 599px) {
  .program-tab .c-tabList__button {
    font-size: 22px;
  }
}
.program-tab .c-tabList__button::after {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width: 599px) {
  .program-tab .c-tabList__button::after {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .program-tab .c-tabList__button::after {
    top: 10%;
  }
}
.program-tab .c-tabList__button:hover {
  background-color: transparent !important;
  opacity: 0.5 !important;
  transition: 0.3s;
}
.program-tab .c-tabList__button[aria-selected=true] {
  background-color: transparent !important;
  color: var(--color_content_bg);
  opacity: 0.5 !important;
}
.program-tab .c-tabBody {
  border: none !important;
}

@media screen and (max-width: 959px) {
  .member-text .u-fz-xl {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 599px) {
  .member-text .u-fz-xl {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 599px) {
  .member-subtitle .u-fz-l {
    font-size: 17px !important;
  }
}

.member-list {
  display: none;
}

.custom-post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.post-item {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
}

.post-thumbnail {
  width: 100%;
  padding-top: 56.25%; /* 16:9 アスペクト比 */
  background-size: cover;
  background-position: center;
}

.post-title {
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
}

.post-title a {
  text-decoration: none;
  color: inherit;
  font-family: "Noto Sans JP";
  font-size: 16.914px;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 959px) {
  .post-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 599px) {
  .post-item {
    width: 100%;
  }
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  margin-top: 0 !important;
  font-size: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Josefin Sans";
}
.pagination .current {
  background: #000;
  color: #FFF;
}
.pagination .next, .pagination .prev {
  display: none;
}/*# sourceMappingURL=style.css.map */