@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  line-height: 1.5;
  font-size: 62.5%;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
body {
  font-family: "Noto Sans JP";
  color: #333;
  font-size: 1.6rem;
}
/* 共通 */
.img,
.logo {
  width: 100%;
}
.pre {
  display: inline-block;
}
.section__inner {
  margin: 0 auto;
  padding: 10rem 5rem;
  max-width: 1300px;
  text-align: center;
}
.section__head-wrap {
  display: inline-block;
}
.section__head {
  font-size: clamp(2.6rem, 3vw, 4rem);
  font-weight: bold;
  text-align: center;
}
.text {
  font-size: 1.8rem;
  font-weight: 500;
}
.section__content {
  display: inline-block;
  margin: 10rem auto 5rem;
}
.cards {
  margin: 0 auto;
  display: flex;
  row-gap: clamp(0px, 10vw, 100px);
  column-gap: clamp(0px, 3vw, 100px);
  width: 100%;
}
.cards_M {
  max-width: 1100px;
}
.cards_L {
  max-width: 1200px;
}
.cards--column {
  flex-direction: column;
}
.cards--wrap {
  flex-wrap: wrap;
}
.card {
  margin: 0 auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.content-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.content-title-wrap {
  margin: 1rem auto 0;
}
.content-title02,
.text {
  text-align: left;
}
.btn-wrap {
  display: inline-block;
  font-weight: bold;
  text-align: center;
}
.btn-wrap:hover {
  cursor: pointer;
}
.btn:hover {
  background: #fff;
  transition: 0.3s;
  color: #555;
}
.btn--cta {
  padding: clamp(1rem, 3vw, 2rem);
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  border: 3px solid #ff33ad;
  background: linear-gradient(90deg, #ff33ad, #ffc633);
  border-image: linear-gradient(90deg, #ff33ad, #ffc633) 1;
  color: #fff;
}

.top__btn {
  position: relative;
  padding: clamp(1rem, 3vw, 2.8rem);
  font-size: clamp(2rem, 2vw, 2.4rem);
  border: 3px solid #ffcc33;
  background: #ffcc33;
}

.img-wrap {
  width: 100%;
  object-fit: cover;
}

/* ヘッダー */
.header__nav {
  padding: 2rem;
  position: relative;
  z-index: 1;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  /* position: fixed; */
  width: 100%;
  height: 8rem;
  z-index: 9999;
}
.header__logo {
  width: 25rem;
}
.nav-wrap {
  display: inline-flex;
  align-items: center;
}

/* トップ */
.header {
  position: relative;
  overflow: hidden;
}
.header__bg {
  background: url("../img/top-bg.svg") calc(50% - -350px) top no-repeat;
}
.top-img-1 {
  position: absolute;
  width: min(20vw, 200px);
  top: -5%;
  right: 40%;
}
.top-img-2 {
  position: absolute;
  width: min(26vw, 260px);
  right: -3%;
  bottom: 10%;
  z-index: 1;
}
.circle {
  position: absolute;
  border-radius: 50%;
}
.circle--L {
  width: 5.3rem;
  height: 5.3rem;
}
.circle--M {
  width: 3.4rem;
  height: 3.4rem;
}
.circle--S {
  width: 2.8rem;
  height: 2.8rem;
}
.circle--purple {
  background-color: #d6d2fb;
}
.circle--pink {
  background-color: #f9c4f6;
}
.circle--blue {
  background-color: #d1effc;
}
.circle--white {
  background-color: #fff;
}
.circle--01 {
  top: 22%;
  left: 40%;
}
.circle--02 {
  top: 20%;
  left: 2%;
}
.circle--03 {
  top: 15%;
  left: 22%;
}
.circle--04 {
  bottom: 22%;
  left: -1%;
}
.circle--05 {
  bottom: 16%;
  left: 64%;
}
.circle--06 {
  bottom: 4%;
  left: 30%;
}
.circle--07 {
  top: 20%;
  right: 25%;
}
.circle--08 {
  top: 79%;
  right: 15%;
}
.circle--09 {
  top: 17%;
  right: 4%;
}
.top__main {
  position: relative;
  text-align: left;
  width: -webkit-fill-available;
}
.top__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 600px;
}
.top__img-inner {
  display: flex;
  background: #e8ffb7;
  padding: 1.6rem;
  border-radius: 3.2rem;
}
.top__movie {
  border-radius: 1.6rem;
  width: 100%;
}
.section__inner--top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.8rem;
}
.top__head {
  font-size: clamp(3.6rem, 4.2vw, 5.6rem);
  font-weight: bold;
  line-height: 1.6;
}
.top__head_S {
  font-size: 0.92em;
}
.top__head-bg {
  padding: 0.5rem 2rem 0.5rem 1rem;
  background: #fffaeb;
  max-width: 700px;
  width: 100%;
  line-height: 1.4;

  background-image: linear-gradient(
      to right,
      #ffcc33,
      #ffcc33 10px,
      transparent 10px,
      transparent 10px
    ),
    linear-gradient(to bottom, #ffcc33, #ffcc33 10px, transparent 10px, transparent 10px),
    linear-gradient(to left, #ffcc33, #ffcc33 10px, transparent 10px, transparent 10px),
    linear-gradient(to top, #ffcc33, #ffcc33 10px, transparent 10px, transparent 10px);
  background-size: 20px 2px, 2px 20px, 20px 2px, 2px 20px;
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
}
.top__description {
  display: block;
  margin-top: 4rem;
  font-size: clamp(1rem, 1.6vw, 2rem);
}

/* 動画 */
.video__inner {
  width: 100%;
}
.video__inner {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

/* お悩み・ご要望 */
.worries__bg {
  background: linear-gradient(rgba(242, 242, 242, 0), rgba(242, 242, 242, 1));
}
.content-title--worries {
  color: #491c8d;
}
.img--worries {
  max-width: 25rem;
}

/* メタバース環境 */
.resolution__img-wrap {
  margin: 8rem auto 0;
}
.resolution__img {
  max-width: 900px;
}
.resolution__img--sp {
  display: none;
}

.text--resolution {
  margin: 5rem auto;
  max-width: 620px;
  width: 100%;
}

/* 3つの理由 */
.reason__bg {
  background: #fffaed;
}

/* 活用シーン */
.card--scene {
  flex-direction: row;
  align-items: center;
  gap: 8rem;
  max-width: 1200px;
  width: 100%;
}
.img--scene {
  max-width: 600px;
}
.card-explanation--scene {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  max-width: 520px;
  width: 100%;
}

/* 機能 */
.function__bg {
  background: #effdff;
}
.text--function {
  margin: 5rem auto 0;
  display: inline-block;
  font-size: clamp(2rem, 3vw, 2.4rem);
  max-width: 820px;
  width: 100%;
}
.card--function {
  flex: 0 0 calc(100% / 2 - 3rem);
}
.img--function {
  max-width: 550px;
}

/* 人事担当者の声 */
.cards--manager-voice {
  width: fit-content;
}
.card--manager-voice {
  margin: 0;
  flex-direction: row;
  gap: 3rem;
}
.img--manager-voice {
  width: 12rem;
}
.text--manager-voice {
  padding: 2rem 4rem;
  font-size: clamp(2rem, 3vw, 2.4rem);
  text-align: left;
  background: #effdff;
  border-radius: 50px;
}

/* 参加学生の声 */
.card--student-voice {
  padding: 3rem;
  background: #fffceb;
}

/* お問合せ */
.application__bg {
  background-color: #fff7c9;
}
.application__layout {
  margin: 3.2rem auto;
  display: flex;
  justify-content: center;
  background-color: transparent;
  text-align: left;
}
.application__layout_element {
  flex: 1 0 50%;
}
.inputWrap {
  margin: 1.6rem;
}
.application__title {
  margin-bottom: -1rem;
  margin-left: 0.5rem;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}
.required {
  color: #eb0000;
  font-size: 1.1rem;
}
.input-inner {
  padding-top: 0.8rem;
}
.radio {
  margin: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
}
.label {
  font-size: 1.4rem;
}
.application__text-box {
  padding: 14px;
  width: 100%;
  transition: 0.3s;
  background-color: #fff;
  border-radius: 10px;
}
.application__text-box:hover {
  outline: none;
}
.application__text-box:focus {
  background-color: #e7e7e7;
  outline: solid 3px #fff;
}
.application__textArea {
  height: 13.6rem;
}
.input_checkboxWrap {
  display: flex;
  align-items: center;
}
.ECM_CheckboxInput {
  display: inline-block;
  align-items: center;
  cursor: pointer;
}
.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
  background: #cccccc;
}
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
  background: #cccccc;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  background: #555555;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 2px;
  transform: translate(-5px, 6px) rotateZ(-135deg);
  transform-origin: 1px 1px;
  background: #ffffff;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 2px;
  transform: translate(-5px, 6px) rotateZ(-45deg);
  transform-origin: 1px 1px;
  background: #ffffff;
}
.ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #f5f5f5;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) inset;
}
.ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  font-size: 1.6rem;
}
.a_text {
  color: #00b694;
  text-decoration: underline;
}
/* お問い合わせ/サービス資料 */
.inquery__bg {
  background-color: #00b29f;
}
.inquery__frame {
  margin: 3rem 0;
  padding: 6rem;
  border: solid 2px #fff;
  border-radius: 30px;
}
.inquery__frame-title {
  display: flex;
  justify-content: center;
}
.inquery__frame-titleText {
  margin-top: -8rem;
  padding: 0 2rem;
  background-color: #00b29f;
  color: #fff;
  font-size: 2rem;
  z-index: 1;
  text-align: center;
}
.section__head--inquery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 0.5rem;
  color: #fff;
  font-weight: 500;
  font-size: clamp(1.6rem, 5.5vw, 2.8rem);
}
.inquery__text-strong {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 0.4rem solid #ffd200;
}
.inquery__body {
  margin: 7rem auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 800px;
}
.inquery__body_main {
  flex: 1;
  margin-left: 7rem;
}
.inquery__body-text {
  margin-bottom: 7rem;
  color: #fff;
  font-size: 1.8rem;
}
.btnWrap--inquery {
  margin: 0;
}
.btn--inquery {
  font-weight: bold;
  background-color: #ffa700;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 15px;
  text-align: center;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 3rem;
  max-width: 660px;
  border-radius: 20px;
  font-size: 2rem;
}
.btn--inquery:focus,
.btn--inquery:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #ffa700;
  transition: 0.3s;
}
.btn:hover .icon--document-request {
  display: none;
  transition: 0.3s;
}
.icon--document-request_hover {
  display: none;
  transition: 0.3s;
}
.btn:hover .icon--document-request_hover {
  display: inline;
}
.inquery__img {
  text-align: center;
}

/* フッター */
.footer {
  display: block;
  width: 100%;
}
.footer__bg {
  background: #f0f5f8;
}
.footer__menu {
  background: #f0f5f8;
  padding: 25px 15px 10px;
}
.footer__container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1366px;
  width: 100%;
}
.fnav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: start;
  padding: 5px 0 0;
}
.footer__img {
  max-width: 130px;
  width: 100%;
  height: auto;
}
.fnav-icon__desc {
  display: block;
  font-size: 1.9rem;
  padding-top: 10px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp-none {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.row--std {
  margin: -10px;
}
.row__item {
  width: 100%;
}
.row--std .row__item {
  padding: 10px;
}
.fnav-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  list-style: none;
  white-space: nowrap;
  color: #0d2127;
}
.fnav-list__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: inherit;
  padding: 5px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.fnav-list__link:hover {
  opacity: 0.6;
}
.fchild-list {
  list-style: none;
  line-height: 1.8;
  padding: 0 0.8rem 1.6rem;
}
.fchild-list__item {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.fchild-list__item:hover {
  opacity: 0.6;
}
.fchild-list__link {
  font-size: 1.2rem;
  font-weight: 400;
  color: inherit;
  padding: 0 0 10px 20px;
}
.footer__other {
  color: #0d2127;
  background: #f0f5f8;
  padding: 20px;
}
.other__container {
  display: flex;
  justify-content: space-between;
}
.other__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.other__list {
  position: relative;
}
.other__list + .other__list {
  margin-top: 12px;
}
.other__link {
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  color: #242424;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.other__link:hover {
  opacity: 0.6;
}
.other__pict + .other__pict {
  margin-left: 5px;
}
.sns-link {
  display: block;
  position: relative;
  color: #9cbac3;
  font-size: 2.2rem;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.sns-link:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #9cbac3;
  font-family: "icomoon";
  font-size: 6.4rem;
  width: 40px;
  height: 40px;
}
.sns-link--insta:before {
  content: "\e901";
}
.sns-link--tw:before {
  content: "\e903";
}
.sns-link--fb:before {
  content: "\e900";
}
.sec-thankyou {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 383px - 80px);
}
.thankyou {
  text-align: center;
}
.thankyou__head {
  margin-bottom: 1.6rem;
  font-size: 3.2rem;
  font-weight: bold;
}
.thankyou__img {
  margin: 0 auto;
  padding: 3.2rem;
  width: 100%;
  max-width: 400px;
  border-radius: 50%;
}
.footer__copyright {
  text-align: center;
  font-size: 1.4rem;
  color: #0d2127;
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 1400px) {
  .header__bg {
    background-position: right top;
  }
  .top-img-2 {
    right: 3%;
  }
}

@media screen and (max-width: 1166px) {
  .application__layout {
    padding: 0;
  }
}
@media screen and (max-width: 1025px) {
  .card--scene {
    gap: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .footer__menu {
    padding: 50px 15px 30px;
  }
  .footer__list {
    gap: 4.8rem;
  }
  .other__item {
    margin-top: 0;
  }
  .sns-link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .footer__menu {
    padding: 40px 15px 20px;
  }
  .footer__list-box {
    display: -ms-grid;
    display: grid;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
  .footer__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .row__item--tablet-3 {
    width: 25%;
  }
  .fnav-list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .other__item {
    margin-top: 3rem;
  }
  .other__list + .other__list {
    margin-left: 3rem;
  }
  .other__list + .other__list:before {
    position: absolute;
    top: 50%;
    left: -2rem;
    display: inline-block;
    content: "／";
    font-size: 0.75rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .icon-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  .other__item--beside {
    padding-left: 20px;
  }
  .other__pict {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 44%;
  }
  .top__head-bg {
    padding: 0.5rem 1rem;
  }

  .img--function {
    max-width: 500px;
  }
  .text--resolution {
    max-width: 520px;
  }
  .footer__list-box {
    text-align: center;
  }
  .footer__list {
    margin: 0 auto;
  }
  .fnav-icon__desc {
    text-align: center;
  }
  .sp-none {
    display: none;
  }
  .fnav-list__link {
    text-align: center;
    padding: 15px;
  }
  .other__container {
    display: block;
  }
  .other__item {
    width: 100%;
    display: block;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .other__item--beside {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .inquery__body {
    display: block;
  }
  .inquery__body_main {
    margin-left: 0;
  }
  .inquery__imgInner {
    width: 50%;
  }
  .inquery__body-text {
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .section__inner--top {
    align-items: stretch;
  }
  .top__description {
    font-size: clamp(1.4rem, 2.6vw, 3rem);
    text-align: center;
  }
  .top__head {
    font-size: clamp(3.6rem, 7vw, 7.6rem);
  }
  .top-img-1,
  .top-img-2 {
    display: none;
  }
  .circle--01 {
    top: 14%;
  }
  .circle--02 {
    top: 12%;
  }
  .circle--03 {
    top: 10%;
  }
  .top__img {
    position: static;
    margin-top: 16px;
    width: auto;
    max-width: none;
  }
  .cards {
    flex-direction: column;
  }
  .section__content {
    margin: 5rem auto;
  }
  .cards_L {
    max-width: 450px;
  }
  .card--scene {
    flex-direction: column;
    gap: 3rem;
  }
  .card-explanation--scene {
    align-items: center;
  }
}
@media screen and (max-width: 426px) {
  .circle--01 {
    display: none;
  }
  .section__inner {
    padding: 5rem 1.6rem;
  }
  .cards_M {
    max-width: 300px;
  }
  .resolution__img-wrap {
    margin: 5rem auto 0;
  }
  .resolution__img {
    display: none;
  }
  .resolution__img--sp {
    display: block;
  }
  .text--resolution {
    margin: 3rem auto 5rem;
  }
  .card--function:first-child {
    margin: 0 auto;
  }
  .card--manager-voice {
    gap: 1rem;
  }
  .img--manager-voice {
    width: 8rem;
  }
  .application__layout {
    display: inline-block;
  }

  .inquery__frame {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 5rem;
    border-width: 1px;
  }
}
