@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

#root, #__next {
  isolation: isolate;
}

@font-face {
  font-family: "DINPro-Bold";
  src: url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}

body {
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.8;
  font-size: 14px;
  word-break: break-word;
}
@media screen and (min-width: 48em) {
  body {
    font-size: 16px;
  }
}

img {
  height: auto;
}

.font-en {
  font-family: "DINPro-Bold";
  font-weight: normal;
}

.header .heading01 {
  margin: 0;
}

.heading02,
.lead {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .heading02,
  .lead {
    font-size: 40px;
  }
}
.heading02 .size-s,
.lead .size-s {
  font-size: 16px;
}
@media screen and (min-width: 64.0625em) {
  .heading02 .size-s,
  .lead .size-s {
    font-size: 22px;
  }
}
.heading02 .size-l,
.lead .size-l {
  font-size: 24px;
  line-height: 1;
}
@media screen and (min-width: 64.0625em) {
  .heading02 .size-l,
  .lead .size-l {
    font-size: 60px;
  }
}
.heading02.type02,
.lead.type02 {
  font-size: 20px;
}
@media screen and (min-width: 64.0625em) {
  .heading02.type02,
  .lead.type02 {
    font-size: 32px;
  }
}
.heading02.type02 .size-l,
.lead.type02 .size-l {
  font-size: 24px;
  line-height: 1;
}
@media screen and (min-width: 64.0625em) {
  .heading02.type02 .size-l,
  .lead.type02 .size-l {
    font-size: 50px;
  }
}

.heading03 {
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .heading03 {
    font-size: 24px;
  }
}

.heading04 {
  color: #383596;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .heading04 {
    font-size: 18px;
  }
}

p {
  margin-bottom: 1.8em;
}

section {
  padding: 30px 0 0;
}
@media screen and (min-width: 64.0625em) {
  section {
    padding: 4.5em 0 0;
  }
  .page section {
    padding: 9.4em 0 0;
  }
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px 20px;
}
@media screen and (min-width: 48em) {
  .container {
    padding: 0 30px;
  }
}
.container ul:not(.footer .container ul) {
  list-style: disc;
  margin: 0 0 20px 20px;
}

a {
  color: #252322;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #383596;
}
a.txt-link {
  color: #fff;
  position: relative;
}
a.txt-link::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.3s;
  width: 100%;
}
a.txt-link:hover::after {
  width: 0;
}

.bt {
  background-image: linear-gradient(90deg, rgb(255, 115, 38) 0%, rgb(255, 89, 0) 50%, rgb(255, 139, 76) 100%);
  border: 4px solid #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0.5em 0;
  padding: 1.1em 2.6em;
  position: relative;
  transition: 0.3s;
  width: fit-content;
  z-index: 0;
}
.bt::before {
  border-radius: 50px;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, rgb(255, 89, 0) 0%, rgb(255, 139, 76) 50%, rgb(255, 89, 0) 100%);
  opacity: 0;
  transition: opacity 0.5s;
}
.bt:hover {
  color: #fff;
}
.bt:hover::before {
  opacity: 1;
}
@media screen and (min-width: 64.0625em) {
  .bt {
    font-size: 26px;
  }
}
.bt.small {
  border: 3px solid #fff;
  font-size: 14px;
  padding: 1.2em 2em;
}
.bt.type02 {
  background: #fff;
  border: 2px solid #383596;
  border-radius: 50px;
  box-shadow: none;
  color: #383596;
  padding: 0.5em 1.6em;
}
.bt.type02::before {
  display: none;
}
.bt.type02:hover {
  background: #383596;
  color: #fff;
}
@media screen and (min-width: 64.0625em) {
  .bt.type02 {
    font-size: 20px;
  }
}
.bt.type02 .bt-arrow {
  font-size: 0.8em;
  margin-left: 0.4em;
}

.bt-box-txt {
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 20px;
  justify-content: center;
  line-height: 1.4;
}
@media screen and (min-width: 64.0625em) {
  .bt-box-txt {
    font-size: 22px;
  }
}
.bt-box-txt::before, .bt-box-txt::after {
  width: 2px;
  height: 48px;
  background-color: #ff7434;
  content: "";
}
.bt-box-txt::before {
  transform: rotate(-45deg);
  margin-right: 30px;
}
.bt-box-txt::after {
  transform: rotate(45deg);
  margin-left: 30px;
}
.bt-box .bt {
  margin: 0.8em auto 1.5em;
}
@media screen and (min-width: 48em) {
  .bt-box .bt {
    margin: 0.8em auto 4em;
  }
}
.bt-box.fixed {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.bt-box.fixed .bt {
  margin: 0.6em auto;
}
@media screen and (min-width: 64.0625em) {
  .bt-box.fixed .bt {
    font-size: 20px;
  }
}

.flexbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.flexbox-item {
  flex: 100%;
}
@media screen and (min-width: 48em) {
  .flexbox-item {
    flex: 1;
  }
}
.flexbox.four-col {
  justify-content: space-between;
}
.flexbox.four-col > * {
  flex: 40%;
}
@media screen and (min-width: 48em) {
  .flexbox.four-col > * {
    flex: 20%;
  }
}
@media screen and (min-width: 64.0625em) {
  .flexbox.four-col > * {
    flex: 1;
  }
}

/* header */
.header {
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  font-feature-settings: "palt";
  height: 60px;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.8;
  padding: 1em;
  position: relative;
  top: 0;
  transition: 0.2s;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 64.0625em) {
  .header {
    height: 100px;
  }
}
.header .logo {
  width: 150px;
}
@media screen and (min-width: 64.0625em) {
  .header .logo {
    width: 254px;
  }
}

.menu-bt {
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 8px 0 0;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 15px;
  width: 46px;
  z-index: 500;
}
@media screen and (min-width: 64.0625em) {
  .menu-bt {
    display: none;
  }
}
.menu-bt .menu1,
.menu-bt .menu2 {
  background-color: #000;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 20px;
  transition: all 0.2s ease-out;
}
.menu-bt .menu1 {
  top: 0;
}
.menu-bt .menu1.menuclick1 {
  top: 7px;
  transform: rotate(45deg);
}
.menu-bt .menu2 {
  top: 8px;
}
.menu-bt .menu2.menuclick2 {
  top: 7px;
  transform: rotate(-45deg);
}
.menu-bt .menu-txt {
  margin-left: 0.2em;
}
.menu-bt .menu-txt:before {
  content: "MENU";
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
}
.menu-bt .menu-txt.active:before {
  content: "CLOSE";
  letter-spacing: 0.1em;
}

.main-navigation {
  background: #fff;
  left: -1025px;
  top: 0;
  opacity: 0;
  padding: 80px 1.5em 0;
  position: fixed;
  transition: 0.2s;
  height: 100vh;
  width: 100%;
  z-index: 20;
}
@media screen and (min-width: 64.0625em) {
  .main-navigation {
    background: transparent;
    height: auto;
    opacity: 1;
    padding: 0;
    position: static;
    width: auto;
  }
}
.main-navigation.active {
  opacity: 1;
  left: 0;
}

.main-navigation__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .main-navigation__list {
    align-items: center;
    display: flex;
    gap: 1.2em;
    justify-content: flex-end;
  }
}

.main-navigation__item {
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .main-navigation__item {
    border: none;
    padding: 0;
    margin: 0;
  }
}
.main-navigation__item:last-child {
  border: none;
}
@media only screen and (max-width: 64em) {
  .main-navigation__item:last-child {
    padding-top: 1em;
  }
}
.main-navigation__item .bt {
  margin: 15px auto 0;
}
@media screen and (min-width: 64.0625em) {
  .main-navigation__item .bt {
    margin: 0 0 0 0.8em;
  }
}
@media screen and (min-width: 64.0625em) {
  .main-navigation__item.has-subnavi::after {
    border-left: 1px solid #252322;
    border-top: 1px solid #252322;
    content: "";
    display: inline-block;
    height: 5px;
    margin: 0 0 0.3em 0.3em;
    transform: rotate(225deg);
    width: 5px;
  }
}

@media screen and (min-width: 64.0625em) {
  .subnavi {
    display: none;
    left: -60%;
    padding: 0;
    position: absolute;
    top: 20px;
    width: 220%;
  }
  .main-navigation__item:hover .subnavi {
    display: block;
    padding-top: 50px;
  }
}
.subnavi__list {
  padding-left: 40px;
}
@media screen and (min-width: 64.0625em) {
  .subnavi__list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    list-style: none;
    overflow: hidden;
    padding: 0 1.5em;
    text-align: center;
    width: 100%;
  }
}
.subnavi__item a {
  display: block;
  padding: 1em 0 0;
}
@media screen and (min-width: 64.0625em) {
  .subnavi__item a {
    padding: 1em 0;
  }
}
.subnavi__item:not(:first-child) a {
  border-top: 1px solid #ccc;
}

/* footer */
.footer {
  background: #f4f3ef;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.8;
}
.footer .flexbox {
  align-items: end;
  gap: 2em;
  padding: 2em 1em;
  max-width: 1340px;
}
@media screen and (min-width: 48em) {
  .footer .flexbox {
    padding: 6.2em 30px;
  }
}
.footer-logo {
  width: 160px;
}
@media screen and (min-width: 48em) {
  .footer-logo {
    width: 212px;
  }
}
.footer-navigation__list, .footer-sub-navigation__list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .footer-navigation__list, .footer-sub-navigation__list {
    flex-direction: row;
    gap: 1.5em;
  }
}
.footer-sub-navigation__list {
  font-size: 14px;
  margin-top: 2.6em;
}

.copyright {
  background: #252322;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 1.4em 1.4em 7.5em;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .copyright {
    padding: 1.4em 1.4em 9em;
  }
}

/* テーブルラッパー */
.table-wrapper {
  margin-bottom: 2em;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .table-wrapper {
    margin-bottom: 5em;
  }
}

/* スクロールエリア */
.table-scroll {
  border-radius: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox用 */
  -ms-overflow-style: none; /* IE/Edge用 */
  margin-top: 4em;
}

/* Webkitブラウザのスクロールバーを非表示 */
.table-scroll::-webkit-scrollbar {
  display: none;
}

/* カスタムスクロールバー（テーブル上に配置） */
.custom-scrollbar {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 7px;
  background: #fff;
  border-radius: 3px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
}

.custom-scrollbar.visible {
  opacity: 1;
}

.custom-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #383596;
  border-radius: 3px;
  transition: background 0.2s;
  cursor: pointer;
  pointer-events: auto;
}

/* テーブルスタイル */
table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  position: relative;
  min-width: 600px; /* スマホで横スクロールさせるための最小幅 */
}
@media screen and (min-width: 48em) {
  table {
    font-size: 16px;
  }
}

th, td {
  border-bottom: #e9edff 3px solid;
  border-left: #e9edff 3px solid;
  text-align: center;
}
th.attention, td.attention {
  border-left: none;
  border-right: none;
  color: #383596;
  position: relative;
}
th.attention::before, th.attention::after, td.attention::before, td.attention::after {
  background: #383596;
  bottom: 0;
  content: "";
  height: 110%;
  position: absolute;
  top: 0;
  width: 4px;
}
th.attention::before, td.attention::before {
  left: 0;
}
th.attention::after, td.attention::after {
  right: 0;
}
th.attention + th,
th.attention + td, td.attention + th,
td.attention + td {
  border-left: none;
}

th {
  background: #f9f9f9;
  font-weight: 600;
  color: #444;
  padding: 1.4em 0.8em;
  white-space: nowrap;
}
@media screen and (min-width: 64.0625em) {
  th {
    font-size: 20px;
  }
  th.attention {
    font-size: 24px;
  }
}
th.attention {
  background: #383596;
  color: #fff;
}
@media screen and (min-width: 64.0625em) {
  th.attention {
    font-size: 24px;
  }
}
th:first-child {
  border-left: none;
}

td {
  background: #fff;
  padding: 1.7em 0.8em;
}
@media screen and (min-width: 64.0625em) {
  td {
    font-size: 18px;
  }
  td.attention {
    font-size: 20px;
  }
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: none;
}

thead th.attention {
  border-bottom: #383596 3px solid;
}

.attention-th-arrow {
  background: #383596;
  bottom: -8px;
  content: "";
  height: 10px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  width: 10px;
  z-index: 10;
}
@media screen and (min-width: 64.0625em) {
  .attention-th-arrow {
    bottom: -12px;
    height: 20px;
    width: 20px;
  }
}

.attention-td-under {
  background: #383596;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}

/* swiper */
.swiper {
  font-size: 14px;
  padding: 2.4em 2em;
  width: 100%;
}

.swiper-slide {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  padding: 0.8em;
  transition: 0.2s;
}
.swiper-slide-inner {
  padding: 1.2em 0.8em 0.8em;
}
@media screen and (min-width: 64.0625em) {
  .swiper-slide:hover {
    opacity: 0.8;
  }
}
.swiper-slide .arrow {
  margin: 0 0 0 auto;
}

.swiper-button-prev, .swiper-button-next {
  background: #383596;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 34px;
  top: 60%;
  transition: 0.2s;
  width: 34px;
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.8;
}

.swiper-pagination {
  position: static;
  margin: 0 0 3em 0;
}

.swiper-pagination-bullet {
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 0;
  height: 14px;
  opacity: 1;
  width: 14px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8d89ff;
}

/* modal */
.modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.modal .close {
  align-items: center;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 50%;
  color: #ccc;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  font-size: 20px;
  height: 36px;
  justify-content: center;
  margin: 1.3em auto 0;
  width: 36px;
  transform: rotate(45deg);
}

.modal-content {
  background: #fff;
  border-radius: 10px;
  margin: 5% auto;
  max-height: 80vh;
  max-width: 800px;
  padding: 2em 1em 2em 2em;
  width: 90%;
}
.modal-content-inner {
  max-height: 65vh;
  overflow-y: auto;
  padding-right: 1em;
}

@media (max-width: 600px) {
  .swiper-slide {
    width: 80%;
  }
  .modal-content {
    width: 95%;
  }
}
/* option */
.bold {
  font-weight: 700;
}

.txt-r {
  text-align: right !important;
}

.txt-c {
  text-align: center !important;
}

.txt-l {
  text-align: left !important;
}

.color-navy {
  color: #383596;
  font-weight: 700;
}

.bg-gray {
  background: #f9f9f9;
}

.bg-blue {
  background: #e9edff;
}

.bg-pink {
  background: #f9d4ff;
}

.bg-white {
  background: #fff;
  color: #383596;
  margin: 0 0.3em;
  padding: 0.1em 0.3em;
}

.bg-navy {
  background: #383596;
  color: #fff;
  display: inline-block;
}

.bg-type01 {
  background: linear-gradient(30deg, rgb(110, 66, 186) 0%, rgb(88, 53, 150) 50%, rgb(52, 49, 152) 100%);
  color: #fff;
  font-weight: 700;
}

.bg-type02 {
  background: linear-gradient(30deg, rgb(141, 137, 255) 0%, rgb(91, 85, 244) 50%, rgb(97, 91, 250) 100%);
  color: #fff;
  font-weight: 700;
}

.box-white {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 18px 0px rgba(45, 21, 8, 0.2);
  padding: 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .box-white {
    padding: 3.4em 3em;
  }
}

.box-white02 {
  background: #fff;
  border-radius: 10px;
  padding: 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .box-white02 {
    padding: 3.4em 3em;
  }
}

.sp,
.tab,
.pc {
  display: none;
}

@media only screen and (min-width: 64.0625em) {
  .pc {
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .tab {
    display: block;
  }
}
@media only screen and (max-width: 47.9375em) {
  .sp {
    display: block;
  }
}
/* home */
.mainvisual {
  background: url("images/mv.webp") right top no-repeat;
  background-size: auto 60vw;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 48em) {
  .mainvisual {
    background: url("images/mv.webp") center no-repeat;
    background-size: cover;
  }
}
.mainvisual .container {
  max-width: 1370px;
  padding: 0;
}
.mainvisual .heading02 {
  color: #fff;
  display: block;
  font-size: 26px;
  margin: 0 0 0.6em;
  text-align: left;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .heading02 {
    font-size: 46px;
    line-height: 2;
    margin: 0.1em 0 0.4em;
  }
}
.mainvisual .heading02 .size-l {
  font-size: 30px;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .heading02 .size-l {
    font-size: 60px;
  }
}
.mainvisual__attention {
  background: rgba(0, 0, 0, 0.4);
  border: #fff 2px solid;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto 2em;
  padding: 0.6em 2em;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .mainvisual__attention {
    position: absolute;
    right: 1em;
    top: 1em;
    width: auto;
  }
}
.mainvisual__cont {
  align-items: center;
  background: rgba(56, 53, 150, 0.95);
  display: flex;
  flex-direction: column;
  margin-top: 60vw;
  padding: 2em 1.5em;
}
@media screen and (min-width: 48em) {
  .mainvisual__cont {
    margin: 0;
    padding: 2em 3vw;
    width: fit-content;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual__cont {
    padding: 3.2em 5vw;
  }
}
.mainvisual__copy {
  background: #fff;
  padding: 0.6em 1.5em;
  width: 200px;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual__copy {
    padding: 1.3em 8.8em;
    width: fit-content;
  }
}
.mainvisual .value {
  gap: 0 1em;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .mainvisual .value {
    gap: 1em;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value {
    margin: 0;
  }
}
.mainvisual .value__item {
  background: url("images/icon-crown.png") center top 0.5em no-repeat, linear-gradient(30deg, rgb(76, 72, 242) 0%, rgb(56, 53, 150) 50%, rgb(68, 65, 203) 100%);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-weight: 700;
  height: 150px;
  line-height: 1.2;
  place-items: center;
  position: relative;
  text-align: center;
  width: 150px;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value__item {
    font-size: 22px;
    height: 200px;
    width: 200px;
  }
}
.mainvisual .value-txt {
  margin: 0.8em 0 0;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.mainvisual .value .size-l {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value .size-l {
    font-size: 75px;
  }
}
.mainvisual .value .value01 .size-l,
.mainvisual .value .value02 .size-l {
  margin-top: 0.1em;
}
.mainvisual .value .value03 .size-l {
  position: relative;
}
.mainvisual .value .value03 .size-l:before {
  background: url("images/icon-star.png");
  background-size: contain;
  content: "";
  left: -25px;
  height: 24px;
  position: absolute;
  top: -5px;
  width: 25px;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value .value03 .size-l:before {
    left: -35px;
    height: 43px;
    width: 45px;
  }
}
.mainvisual .value .size-m {
  font-size: 18px;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value .size-m {
    font-size: 50px;
  }
}
.mainvisual .annotation {
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  right: 2em;
  top: 52%;
}
.mainvisual .annotation-txt {
  color: #fff;
  font-size: 12px;
  margin: 2em 0;
  width: 100%;
}
.mainvisual .bt {
  margin: 0 auto;
}

.home .cont01 .value {
  gap: 2.6em;
  margin: 3.8em 0 2em;
}
@media screen and (min-width: 48em) {
  .home .cont01 .value {
    gap: 1em;
  }
}
@media screen and (min-width: 64.0625em) {
  .home .cont01 .value {
    gap: 2em;
    margin-bottom: 5em;
  }
}
.home .cont01 .value__item {
  background: url("images/bg-laurel01.png") left 10px center no-repeat, url("images/bg-laurel02.png") right 10px center no-repeat, linear-gradient(30deg, rgb(76, 72, 242) 0%, rgb(56, 53, 150) 50%, rgb(68, 65, 203) 100%);
  background-size: 36px, 36px, auto;
  border-radius: 3.5em;
  color: #fff;
  display: grid;
  flex: 100%;
  font-weight: 700;
  height: 100px;
  line-height: 1.4;
  place-items: center;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .home .cont01 .value__item {
    flex: 1;
  }
}
@media screen and (min-width: 64.0625em) {
  .home .cont01 .value__item {
    background-size: auto;
    font-size: 26px;
    height: 180px;
  }
}
.home .cont01 .value__item:before {
  content: url("images/icon-crown02.png");
  left: 0;
  position: absolute;
  right: 0;
  top: -38px;
}
.home .cont01 .value-txt {
  margin: 0;
}
.home .cont01 .value .size-l {
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 64.0625em) {
  .home .cont01 .value .size-l {
    font-size: 46px;
  }
}
.home .cont01 .value .annotation {
  display: block;
  font-weight: normal;
  font-size: 11px;
}
@media screen and (min-width: 64.0625em) {
  .home .cont01 .value .annotation {
    margin-top: 0.5em;
  }
}
.home .cont01 .recruit-logo .lead {
  margin-bottom: 1.6em;
}
.home .cont01 .recruit-logo .lead .size-s {
  display: block;
  font-size: 12px;
  margin-top: 0.5em;
}
.home .cont01 .recruit-logo .flexbox {
  list-style: none;
  margin: 0 auto 3.8em !important;
  padding: 0;
}
.home .cont01 .recruit-logo li {
  display: grid;
  padding: 1em;
  place-items: center;
}
.home .cont02 .heading02 {
  margin-bottom: 0.7em;
}
.home .cont02 .value {
  gap: 0.5em;
  margin: 2em 0 3em;
  max-width: 1040px;
}
@media screen and (min-width: 64.0625em) {
  .home .cont02 .value {
    gap: 3em;
    margin: 2.6em auto 6.2em;
  }
}
.home .cont02 .value__item {
  background: linear-gradient(30deg, rgb(141, 137, 255) 0%, rgb(91, 85, 244) 50%, rgb(97, 91, 250) 100%);
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-weight: 700;
  height: 160px;
  line-height: 1.4;
  margin: 0 auto;
  place-items: center;
  text-align: center;
  width: 160px;
}
@media screen and (min-width: 48em) {
  .home .cont02 .value__item {
    height: 200px;
    width: 200px;
  }
}
@media screen and (min-width: 64.0625em) {
  .home .cont02 .value__item {
    font-size: 26px;
    height: 260px;
    width: 260px;
  }
}
@media screen and (min-width: 64.0625em) {
  .home .cont02 .value__item.value01 .value-txt {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 64.0625em) {
  .home .cont02 .value__item.value01 .size-xxl {
    line-height: 0.95;
  }
}
.home .cont02 .value__item.value02 {
  background: linear-gradient(30deg, rgb(76, 72, 242) 0%, rgb(56, 53, 150) 50%, rgb(68, 65, 203) 100%);
}
.home .cont02 .value__item.value03 {
  background: linear-gradient(30deg, rgb(110, 66, 186) 0%, rgb(88, 53, 150) 50%, rgb(52, 49, 152) 100%);
}
.home .cont02 .value-txt {
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
}
.home .cont02 .value .size-s {
  font-size: 20px;
}
@media screen and (min-width: 64.0625em) {
  .home .cont02 .value .size-s {
    font-size: 33px;
  }
}
.home .cont02 .value .size-m {
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (min-width: 64.0625em) {
  .home .cont02 .value .size-m {
    font-size: 48px;
  }
}
.home .cont02 .value .size-l {
  font-size: 30px;
}
@media screen and (min-width: 64.0625em) {
  .home .cont02 .value .size-l {
    font-size: 60px;
  }
}
.home .cont02 .value .size-xl {
  font-size: 30px;
}
@media screen and (min-width: 64.0625em) {
  .home .cont02 .value .size-xl {
    font-size: 86px;
  }
}
.home .cont02 .value .size-xxl {
  font-size: 60px;
  letter-spacing: -0.1em;
  line-height: 0.8;
}
@media screen and (min-width: 64.0625em) {
  .home .cont02 .value .size-xxl {
    font-size: 129px;
  }
}
.home .cont02-ttl-box {
  align-items: center;
  display: flex;
  gap: 0.5em;
  margin: 0 auto 1.8em;
  max-width: 990px;
}
@media screen and (min-width: 64.0625em) {
  .home .cont02-ttl-box {
    gap: 2.5em;
  }
}
.home .cont02-ttl-box .heading03 {
  align-items: center;
  background-image: linear-gradient(30deg, rgb(141, 137, 255) 0%, rgb(91, 85, 244) 50%, rgb(97, 91, 250) 100%);
  color: #fff;
  display: flex;
  height: 58px;
  justify-content: center;
  padding: 0 2em;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .home .cont02-ttl-box .heading03 {
    font-size: 30px;
    min-width: 500px;
  }
}
.home .cont02-ttl-box .heading03:before, .home .cont02-ttl-box .heading03:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.home .cont02-ttl-box .heading03:before {
  top: 0;
  left: 0;
  border-width: 29px 0 29px 20px; /* 左端の装飾 */
  border-color: transparent transparent transparent #f9f9f9;
}
.home .cont02-ttl-box .heading03:after {
  top: 0;
  right: 0;
  border-width: 29px 20px 29px 0; /* 右端の装飾 */
  border-color: transparent #f9f9f9 transparent transparent;
}
.home .cont02-ttl-box-line {
  border: 1px solid #8d89ff;
  flex: 1;
}
@media screen and (min-width: 64.0625em) {
  .home .cont02-txt-l {
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 1em;
  }
}
.home .cont02-txt-l .color-navy {
  font-weight: 700;
}
@media screen and (min-width: 64.0625em) {
  .home .cont02-txt-l .color-navy {
    font-size: 24px;
    line-height: 1.4;
  }
}
.home .cont02 .bt-box {
  margin-top: 4em;
}
.home .cont03 .heading02 {
  margin-bottom: 1.1em;
}
.home .cont03 .heading03 {
  margin-bottom: 1.7em;
}
.home .cont03 .reason {
  background: #383596;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 1.5em;
  padding: 1.5em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 64.0625em) {
  .home .cont03 .reason {
    font-size: 18px;
    margin-bottom: 2.8em;
    padding: 2.6em;
  }
}
.home .cont03 .reason:last-child {
  margin-bottom: 0;
}
.home .cont03 .reason::before {
  color: #29277e;
  font-family: "DINPro-Bold";
  font-size: 100px;
  line-height: 1;
  position: absolute;
  top: 0.1em;
  z-index: -1;
}
@media screen and (min-width: 64.0625em) {
  .home .cont03 .reason::before {
    font-size: 160px;
  }
}
.home .cont03 .reason.reason01::before {
  content: "01";
}
.home .cont03 .reason.reason02::before {
  content: "02";
}
.home .cont03 .reason.reason03::before {
  content: "03";
}
.home .cont03 .reason .flexbox {
  gap: 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont03 .reason .flexbox {
    gap: 3em;
  }
}
.home .cont03 .reason .flexbox-item p {
  margin-bottom: 1em;
}
.home .cont03 .reason .flexbox-item .size-l {
  font-weight: 700;
}
@media screen and (min-width: 64.0625em) {
  .home .cont03 .reason .flexbox-item .size-l {
    font-size: 20px;
  }
}
.home .cont03 .reason-photo {
  margin: 0 auto;
  max-width: 350px;
}
.home .cont03 .reason .flexbox img {
  margin: 0 0 0 auto;
}
.home .cont03 .txt-link {
  font-weight: 700;
  font-size: 1.12em;
}
.home .cont04 .occupation {
  background: linear-gradient(30deg, rgb(141, 137, 255) 0%, rgb(91, 85, 244) 50%, rgb(97, 91, 250) 100%);
  border-radius: 30px;
  color: #fff;
  display: grid;
  font-weight: 700;
  line-height: 1.4;
  margin: -1em 0.5em 0;
  min-height: 50px;
  padding: 0 1em;
  place-items: center;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .home .cont04 .occupation {
    font-size: 16px;
    min-height: 60px;
  }
}
.home .cont04 .participants-ttl {
  border-bottom: #8d89ff 2px solid;
  font-weight: 700;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.home .cont04 .participants-txt {
  margin-bottom: 1.2em;
}
.home .cont04 .modal .occupation {
  margin: -2em auto 2em 1.5em;
  padding: 0 1.8em;
  width: fit-content;
}
.home .cont04 .modal h2 {
  font-size: 16px;
}
@media screen and (min-width: 64.0625em) {
  .home .cont04 .modal h2 {
    font-size: 18px;
  }
}
.home .cont04 .modal h3 {
  border-left: #8d89ff 5px solid;
  font-size: 16px;
  margin: 2.4em 0 1.4em;
  padding-left: 1em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont04 .modal h3 {
    font-size: 18px;
  }
}
.home .cont04 .modal .close {
  margin: -0.9em -0.1em 0.4em auto;
}
.home .cont05 {
  margin-top: 2em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont05 {
    margin-top: 6.5em;
  }
}
.home .cont05-txt {
  font-weight: normal;
}
@media screen and (min-width: 64.0625em) {
  .home .cont05-txt {
    font-size: 18px;
  }
}
.home .cont05 .heading02 {
  margin-bottom: 0.7em;
}
.home .cont05 .heading03 {
  padding: 0.7em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont05 .heading03 {
    font-size: 24px;
    padding: 0.3em;
  }
}
.home .cont05 .heading04 {
  margin-bottom: 0.8em;
  line-height: 1.7;
}
@media screen and (min-width: 64.0625em) {
  .home .cont05 .heading04 {
    min-height: 90px;
  }
}
.home .cont05 .heading04.type02 {
  background: #e9edff;
  margin-bottom: 1.2em;
  min-height: auto;
  padding: 0.2em;
}
.home .cont05 .course {
  gap: 1em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont05 .course {
    gap: 2.3em;
  }
}
.home .cont05 .course .flexbox-item {
  background: #fff;
  border: 2px solid #383596;
}
.home .cont05 .course-inner {
  padding: 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont05 .course-inner {
    padding: 1.5em 1.9em 0.8em;
  }
}
.home .cont05 .course-img {
  width: 100%;
}
@media screen and (min-width: 64.0625em) {
  .home .cont05 .course-txt {
    margin-bottom: 1.5em;
  }
}
.home .cont05 .course-list {
  color: #383596;
  flex: 1;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 !important;
  padding-left: 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont05 .course-list {
    font-size: 18px;
  }
}
.home .cont05 .course-list-item {
  margin-bottom: 0.7em;
}
.home .cont05 .lead {
  font-size: 18px;
  margin: 1.3em auto 2em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont05 .lead {
    font-size: 22px;
    margin: 2em auto 3.5em;
  }
}
.home .cont05 .lead .color-navy {
  font-size: 1.1em;
}
.home .cont06 .heading02 {
  margin-bottom: 0.9em;
}
.home .cont06 .heading03 {
  color: #383596;
  font-size: 16px;
  margin: 1.4em auto 1em;
}
@media screen and (min-width: 48em) {
  .home .cont06 .heading03 {
    min-height: 58px;
  }
}
.home .cont06 .step {
  gap: 1.2em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont06 .step {
    margin-bottom: 3.2em;
  }
}
.home .cont06 .step-img {
  margin: 0 auto;
  position: relative;
  width: 180px;
}
@media screen and (min-width: 48em) {
  .home .cont06 .step-img {
    width: fit-content;
  }
}
.home .cont06 .step-img::before {
  background-color: #383596;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -30px;
  width: 12px;
}
@media screen and (min-width: 48em) {
  .home .cont06 .step-img::before {
    bottom: 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    height: 12px;
    left: auto;
    right: -16px;
    top: 0;
    width: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .home .cont06 .step > div {
    flex: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .home .cont06 .step > div:first-child .step-img::before {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .home .cont06 .step > div:last-child .step-img::before {
    display: none;
  }
}
.home .cont07 .faq {
  margin-bottom: 3em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont07 .faq {
    margin-bottom: 5.5em;
  }
}
.home .cont07 .faq-q {
  color: #383596;
  font-weight: 700;
  font-size: 18px;
  margin: 0.4em 0;
}
@media screen and (min-width: 64.0625em) {
  .home .cont07 .faq-q {
    font-size: 24px;
  }
}
.home .cont07 .faq-q::before {
  content: "Q.";
  font-family: "DINPro-Bold";
  font-size: 24px;
  margin-right: 0.3em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont07 .faq-q::before {
    font-size: 34px;
    margin-right: 0.6em;
  }
}
.home .cont07 .faq-a {
  border-bottom: 2px solid #ccc;
  padding: 0 0 1em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont07 .faq-a {
    padding: 0 0 1.5em 3.5em;
  }
}
.home .cont08 {
  padding: 0;
}
@media screen and (min-width: 64.0625em) {
  .home .cont08 {
    margin-bottom: 5em;
  }
}
.home .cont08 .media-cont {
  border: 2px solid #8d89ff;
  gap: 4em;
  margin-top: 2.5em;
  padding: 1.5em;
}
@media screen and (min-width: 48em) {
  .home .cont08 .media-cont {
    gap: 2em;
    padding: 3.5em 2em 2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .home .cont08 .media-cont {
    gap: 6vw;
  }
}
@media screen and (min-width: 1150px) {
  .home .cont08 .media-cont {
    gap: 6em;
    padding: 4.5em 2.9em 2.9em;
  }
}
.home .cont08 .heading03 {
  background: #fff;
  line-height: 1.4;
  padding: 0.2em;
}
.home .cont08 .heading03.icon-crown {
  position: relative;
  z-index: 0;
}
.home .cont08 .heading03.icon-crown::before {
  content: url("images/icon-crown03.png");
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -32px;
  z-index: -1;
}
@media screen and (min-width: 64.0625em) {
  .home .cont08 .heading03.icon-crown::before {
    top: -25px;
  }
}
.home .cont08-figure {
  margin: 2.8em 0 1.5em 0;
}
.home .cont08-img {
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .home .cont08 .media01 {
    width: 45%;
  }
}
@media screen and (min-width: 1150px) {
  .home .cont08 .media01 {
    width: auto;
  }
}
.home .cont08 .media01 p {
  margin: 0;
}
.home .cont08 .media02 p {
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.2em;
}
.home .cont08 .media02 p .size-s {
  font-size: 13px;
}
.home .cont08 .media02 p .size-l {
  font-size: 18px;
}
.home .cont08 .media02-inner {
  margin-top: 20px;
  background: #9390ff;
  padding: 0 1.5em 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont08 .media02-inner {
    padding: 0 2em 1.7em;
  }
}
.home .cont08 .media02-inner .heading03 {
  top: -20px;
}
@media screen and (max-width: 47.9375em) {
  .home .cont08 .media02-cont {
    gap: 1em;
    justify-content: center;
  }
}
.home .cont08 .media02-cont-txt {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 1.2em 0;
}
.home .cont08 .media02-cont-txt p {
  margin-bottom: 0.6em;
}
.home .cont08 .media02-cont-txt .flexbox {
  align-items: flex-end;
  flex-direction: row;
  gap: 0.6em;
}
.home .cont08 .media02-cont-txt .flexbox p {
  margin: 0;
}
.home .cont08 .media02-cont-txt .flexbox .flexbox-item {
  flex: 1;
}
@media screen and (min-width: 48em) {
  .home .cont08 .media02 .cover {
    position: relative;
    right: -1.3em;
    width: 15vw;
  }
}
@media screen and (min-width: 1150px) {
  .home .cont08 .media02 .cover {
    width: auto;
  }
}
@media screen and (min-width: 48em) {
  .home .cont09 {
    padding-bottom: 4.5em;
  }
}
.home .cont09 .name {
  color: #383596;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0.7em;
  text-align: center;
}
.home .cont09 p {
  margin-bottom: 1.2em;
}
.home .cont09 .modal .name {
  margin-bottom: 0.2em;
  text-align: left;
}
@media screen and (min-width: 64.0625em) {
  .home .cont09 .modal .name {
    font-size: 20px;
  }
}
.home .cont09 .flexbox {
  align-items: center;
  gap: 2em;
  margin-bottom: 1.8em;
}
.home .cont09 .flexbox p {
  margin: 0;
}
.home .cont09 .flexbox p.post {
  color: #383596;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.home .cta {
  overflow: hidden;
}
.home .cta .flexbox {
  background: #fff;
  border: 2px solid #8d89ff;
  border-radius: 10px;
  margin: 1.6em auto 2em;
  max-width: 990px;
  padding: 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .home .cta .flexbox {
    margin: 1.6em auto 6.2em;
    padding: 2.4em;
  }
}
.home .cta .flexbox {
  gap: 2em;
  justify-content: center;
}
.home .cta .heading03 {
  border-bottom: 2px solid #8d89ff;
  color: #383596;
  line-height: 1.4;
  margin-bottom: 0.8em;
  padding-bottom: 0.3em;
}
@media screen and (min-width: 64.0625em) {
  .home .cta .heading03 {
    display: inline-block;
  }
}
.home .cta-txt {
  margin-bottom: 2em;
}
@media screen and (min-width: 64.0625em) {
  .home .cta-txt {
    font-size: 18px;
  }
}
.home .cta a:hover {
  opacity: 0.8;
}
.home .cta-bt {
  background: url("images/icon_arrow03.svg") right 2em center no-repeat, linear-gradient(30deg, rgb(141, 137, 255) 0%, rgb(91, 85, 244) 50%, rgb(97, 91, 250) 100%);
  border-radius: 1.5em;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  max-width: 335px;
  padding: 0.75em 3em 0.75em 2em;
  width: 100%;
}
@media screen and (min-width: 64.0625em) {
  .home .cta-bt {
    display: inline-block;
    font-size: 20px;
  }
}

/* page */
.page .ttl-box {
  font-weight: 700;
  text-align: center;
}
.page .ttl-box-img {
  margin: 0 auto 2.5em;
  width: 65px;
}
@media screen and (min-width: 64.0625em) {
  .page .ttl-box-img {
    width: fit-content;
  }
}
.page .ttl-box .heading02 {
  margin-bottom: 0.7em;
}
@media screen and (max-width: 47.9375em) {
  .page .ttl-box .heading02 {
    line-height: 1.3;
  }
}
.page .ttl-box-txt {
  margin-bottom: 2em;
}
@media screen and (min-width: 64.0625em) {
  .page .ttl-box-txt {
    margin-bottom: 3.3em;
  }
}
@media screen and (max-width: 64em) {
  .page.learning-flow section {
    padding-top: 4.5em;
  }
}
.page.learning-flow .step:last-child {
  margin-bottom: 3.3em;
}
@media screen and (min-width: 48em) {
  .page.learning-flow .step {
    margin-bottom: 1.5em;
  }
  .page.learning-flow .step:last-child {
    margin-bottom: 9.4em;
  }
}
.page.learning-flow .step .flexbox {
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .page.learning-flow .step .flexbox {
    gap: 2em;
  }
}
.page.learning-flow .step-number {
  align-items: center;
  background-image: linear-gradient(30deg, rgb(76, 72, 242) 0%, rgb(56, 53, 150) 50%, rgb(68, 65, 203) 100%);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-weight: 700;
  font-size: 13px;
  height: 72px;
  justify-content: center;
  line-height: 1;
  margin: 0 auto 0.5em;
  width: 72px;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-flow .step-number {
    font-size: 18px;
    height: 100px;
    margin: 0 auto 1.2em;
    width: 100px;
  }
}
.page.learning-flow .step-number .size-l {
  display: block;
  font-size: 1.89em;
}
.page.learning-flow .step .arrow {
  display: none;
}
@media screen and (min-width: 48em) {
  .page.learning-flow .step .arrow {
    display: block;
    margin: 0 auto 1.5em;
    width: fit-content;
  }
}
.page.learning-flow .step .heading03 {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin: 0.7em 0 1em;
}
@media screen and (min-width: 48em) {
  .page.learning-flow .step .heading03 {
    gap: 1em;
    flex-direction: row;
    text-align: left;
  }
}
@media screen and (max-width: 47.9375em) {
  .page.learning-flow .step .heading03-icon {
    height: auto;
    margin: 0 auto;
    max-height: 53px;
    max-width: 53px;
    width: auto;
  }
}
.page.learning-flow .step-txt {
  margin: 0;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-flow .step-txt {
    font-size: 18px;
  }
}
.page.learning-flow .step-txt .color-navy {
  font-size: 1.11em;
}
.page.learning-flow .step .time {
  display: flex;
  gap: 1em;
  margin-top: 1.2em;
}
@media screen and (max-width: 47.9375em) {
  .page.learning-flow .step .time img {
    width: 30px;
  }
}
.page.learning-flow .step .time-txt {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-flow .step .time-txt {
    font-size: 16px;
  }
}
.page.learning-flow .step .time-txt .bold {
  font-size: 1.13em;
}
.page.learning-flow .step .bt.type02 {
  margin: 1.6em 0 0;
}
@media screen and (max-width: 47.9375em) {
  .page.learning-flow .step .bt.type02 {
    font-size: 17px;
    width: 100%;
    text-align: center;
  }
}
.page.learning-flow .step-img [onclick] {
  cursor: pointer;
  transition: 0.2s;
}
.page.learning-flow .step-img [onclick]:hover {
  opacity: 0.8;
}
@media screen and (max-width: 47.9375em) {
  .page.learning-flow .step-img {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 48em) {
  .page.learning-flow .step-img {
    max-width: 260px;
    width: 30%;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.learning-flow .step-img {
    max-width: 362px;
    width: 37%;
  }
}
.page.learning-flow .step-img img {
  margin: 0 auto;
}
.page.learning-flow .step-img img + img {
  margin-top: 1.8em;
}
.page.learning-flow .step .check {
  background: #e9edff;
  margin: 1.2em 0 0;
  padding: 1em 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-flow .step .check {
    padding: 1.5em 1.8em;
  }
}
.page.learning-flow .step .check-item {
  background: url("images/icon-check.svg") 0 0.5em no-repeat;
  background-size: 15px;
  font-size: 12px;
  list-style: none;
  padding: 0 0 0.5em 2em;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-flow .step .check-item {
    background-size: 19px;
    font-size: 16px;
  }
}
.page.learning-flow .step .check-item-ttl {
  color: #383596;
  display: block;
  font-weight: bold;
  font-size: 1.13em;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-flow .step .check + .time {
    margin-top: 2em;
  }
}
.page.learning-flow .step + .arrow img {
  margin: 1.1em auto;
}
.page.learning-flow .schedule {
  background: #e9edff;
  border-radius: 10px;
  box-shadow: 0px 4px 18px 0px rgba(45, 21, 8, 0.2);
  font-weight: 700;
  margin: 5.8em 0 3em;
  padding: 2.8em 0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .page.learning-flow .schedule {
    margin: 5.8em 0;
  }
}
.page.learning-flow .schedule .todo {
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 47.9375em) {
  .page.learning-flow .schedule .todo {
    max-width: 220px;
  }
  .page.learning-flow .schedule .todo::before {
    background: #fff;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
  }
}
.page.learning-flow .schedule .todo-txt {
  align-items: center;
  background: #fff;
  border: 2px solid;
  border-radius: 50%;
  color: #383596;
  display: flex;
  font-size: 20px;
  height: 94px;
  justify-content: center;
  line-height: 1.2;
  margin: -4.8em auto 1em;
  width: 94px;
}
@media screen and (min-width: 48em) {
  .page.learning-flow .schedule .todo-txt {
    margin: -5.2em auto 1.5em;
  }
}
.page.learning-flow .schedule-img {
  margin: 0 auto 1.6em;
}
@media screen and (min-width: 48em) {
  .page.learning-flow .schedule-img {
    margin: 0 auto 1.5em;
  }
}
.page.learning-flow .schedule p {
  margin: 0;
}
.page.learning-flow .schedule .color-navy {
  font-size: 18px;
  line-height: 1;
}
.page.learning-flow .schedule .flexbox-item {
  font-size: 16px;
  padding: 0.8em 0.8em 7.4em;
}
@media screen and (min-width: 48em) {
  .page.learning-flow .schedule .flexbox-item {
    border-right: 2px solid #fff;
    line-height: 1.7;
    padding: 0.8em;
  }
}
.page.learning-flow .schedule .flexbox-item:first-child {
  line-height: 1.3;
}
.page.learning-flow .schedule .flexbox-item:first-child .todo::before {
  display: none;
}
.page.learning-flow .schedule .flexbox-item:last-child {
  border: none;
}
@media screen and (max-width: 47.9375em) {
  .page.learning-flow .schedule .flexbox-item:last-child {
    padding-bottom: 0;
  }
}
.page.learning-flow .schedule .flexbox-item:nth-child(even) .todo-txt {
  background: #383596;
  border-color: #383596;
  color: #fff;
}
.page.learning-support .support {
  gap: 1.4em;
  justify-content: center;
  margin-bottom: 2.6em;
}
@media screen and (min-width: 48em) {
  .page.learning-support .support {
    gap: 0;
  }
}
@media screen and (min-width: 1154px) {
  .page.learning-support .support {
    gap: 0.8em;
  }
}
.page.learning-support .support-bt {
  align-items: center;
  background-image: linear-gradient(white, white), linear-gradient(to bottom, #615bfa, #8d89ff);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 3px solid transparent;
  border-radius: 50%;
  display: flex;
  height: 224px;
  justify-content: center;
  margin: 0 auto;
  width: 224px;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .support-bt {
    background-image: linear-gradient(white, white), linear-gradient(white, white);
    height: 300px;
    width: 300px;
  }
}
@media screen and (min-width: 1154px) {
  .page.learning-support .support-bt {
    height: 350px;
    width: 350px;
  }
}
.page.learning-support .support-bt:hover {
  background-image: linear-gradient(white, white), linear-gradient(to bottom, #615bfa, #8d89ff);
  color: #252322;
}
.page.learning-support .support-item {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 18px 0px rgba(45, 21, 8, 0.2);
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 15px;
  gap: 0.7em;
  height: 92%;
  justify-content: center;
  line-height: 1.6;
  position: relative;
  width: 92%;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .support-item {
    font-size: 20px;
  }
}
@media screen and (min-width: 1154px) {
  .page.learning-support .support-item {
    font-size: 24px;
  }
}
.page.learning-support .support-number {
  background: linear-gradient(30deg, #7a76fa, #5b55f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  left: 0.2em;
  position: absolute;
  top: 0.1em;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .support-number {
    font-size: 50px;
  }
}
@media screen and (min-width: 1154px) {
  .page.learning-support .support-number {
    font-size: 65px;
  }
}
.page.learning-support .support-img {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 30%;
  zoom: 0.62;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .support-img {
    zoom: 0.8;
  }
}
@media screen and (min-width: 1154px) {
  .page.learning-support .support-img {
    zoom: 1;
  }
}
.page.learning-support .support .color-navy {
  font-size: 13px;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .support .color-navy {
    font-size: 16px;
  }
}
@media screen and (min-width: 1154px) {
  .page.learning-support .support .color-navy {
    font-size: 20px;
  }
}
.page.learning-support .support .color-navy::before {
  background: url("images/icon_arrow02.svg") no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 9px;
  margin: 0 0.4em 0.1em 0;
  transform: rotate(-90deg); /* 回転 */
  width: 14px;
}
.page.learning-support .other-support {
  gap: 0;
  margin-bottom: 3.2em;
  max-width: 256px;
}
@media screen and (min-width: 48em) {
  .page.learning-support .other-support {
    gap: 1.5em;
    max-width: 800px;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .other-support {
    margin-bottom: 9.2em;
  }
}
.page.learning-support .other-support-item {
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  gap: 1.2em;
  line-height: 1.6;
  margin: 1.2em 0 0;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .other-support-item {
    font-size: 20px;
    gap: 1.5em;
    margin: 2.4em 0 0;
  }
}
.page.learning-support .other-support-item .flexbox-item {
  flex: 1;
}
.page.learning-support .other-support-icon {
  align-items: center;
  background: #e9edff;
  border-radius: 50%;
  display: flex;
  height: 60px;
  justify-content: center;
  padding: 0.8em;
  width: 60px;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .other-support-icon {
    height: 74px;
    padding: 0;
    width: 74px;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .cont02 {
    padding-bottom: 3em;
    padding-top: 8.8em;
  }
}
.page.learning-support .cont02 .container {
  padding-top: 5em;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .cont02 .container {
    padding-top: 2em;
  }
}
.page.learning-support .features {
  background-image: linear-gradient(#f9f9f9, #f9f9f9), linear-gradient(to bottom, #615bfa, #8d89ff);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 3px solid transparent;
  border-radius: 10px;
  margin-bottom: 5.5em;
  padding: 0.8em;
  position: relative;
}
@media screen and (min-width: 48em) {
  .page.learning-support .features {
    margin-bottom: 5em;
    padding: 1.2em;
  }
}
@media screen and (max-width: 64em) {
  .page.learning-support .features.last {
    margin-bottom: 2em;
  }
}
.page.learning-support .features .box-white {
  padding: 2em 1.5em 2em;
}
@media screen and (min-width: 48em) {
  .page.learning-support .features .box-white {
    padding: 4em 2em 2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .features .box-white {
    padding: 4.8em 3em 2.8em;
  }
}
.page.learning-support .features-number {
  background: linear-gradient(30deg, #7a76fa, #5b55f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 36px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: -2.3em;
}
@media screen and (min-width: 48em) {
  .page.learning-support .features-number {
    font-size: 70px;
    left: auto;
    right: 0.35em;
    top: -0.75em;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .features-number {
    font-size: 107px;
  }
}
.page.learning-support .features .heading03 {
  align-items: center;
  background-image: linear-gradient(30deg, rgb(141, 137, 255) 0%, rgb(91, 85, 244) 50%, rgb(97, 91, 250) 100%);
  border-radius: 2em;
  color: #fff;
  display: flex;
  gap: 0.7em;
  left: 2em;
  padding: 0.7em 3em 0.7em 6.5em;
  position: absolute;
  top: -1em;
  width: fit-content;
}
@media screen and (max-width: 47.9375em) {
  .page.learning-support .features .heading03 {
    font-size: 14px;
    left: 1em;
    padding: 0.6em 2em 0.6em 5em;
    right: 1em;
    top: -1.5em;
    width: -webkit-fill-available;
  }
}
.page.learning-support .features .heading03-icon {
  left: 1.6em;
  position: absolute;
  top: -0.3em;
}
@media screen and (max-width: 47.9375em) {
  .page.learning-support .features .heading03-icon {
    left: 1em;
    width: 50px;
    top: -0.1em;
  }
}
.page.learning-support .features .heading03-icon.type02 {
  left: 2.2em;
  top: -1.2em;
}
@media screen and (max-width: 47.9375em) {
  .page.learning-support .features .heading03-icon.type02 {
    left: 1.8em;
    top: -1em;
    width: 38px;
  }
}
.page.learning-support .features .flexbox {
  gap: 1em;
}
@media screen and (min-width: 48em) {
  .page.learning-support .features .flexbox {
    gap: 2.5em;
  }
}
@media screen and (min-width: 48em) {
  .page.learning-support .features-img {
    width: 40%;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .features-img {
    width: auto;
  }
}
.page.learning-support .features-txt {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .features-txt {
    font-size: 18px;
  }
}
.page.learning-support .features-txt:last-child {
  margin: 0;
}
.page.learning-support .features .color-navy {
  font-size: 1.1em;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .cont03 {
    padding-bottom: 3em;
    padding-top: 9.3em;
  }
}
.page.learning-support .curriculum {
  gap: 1em;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .curriculum {
    gap: 2.4em;
  }
}
.page.learning-support .curriculum .heading03 {
  background-image: linear-gradient(30deg, rgb(110, 66, 186) 0%, rgb(88, 53, 150) 50%, rgb(52, 49, 152) 100%);
  color: #fff;
  margin: 0 0 1.9em;
  padding: 0.1em 0 0.5em;
}
@media screen and (max-width: 47.9375em) {
  .page.learning-support .curriculum .heading03 {
    font-size: 14px;
  }
}
.page.learning-support .curriculum-txt {
  font-weight: 700;
  margin-bottom: 3em;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .curriculum-txt {
    margin-bottom: 5em;
  }
}
.page.learning-support .curriculum-list {
  line-height: 1.6;
  list-style: none !important;
  margin: 0 1em 2em !important;
  padding: 0;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .curriculum-list {
    margin: 0 1em 2.6em 2em !important;
  }
}
.page.learning-support .curriculum-list-item {
  background: url("images/icon-gear02.png") left 0.3em no-repeat;
  font-weight: 700;
  margin: 1.26em 0;
  min-height: 30px;
  padding: 0.3em 0 0 2.5em;
}
@media screen and (min-width: 48em) {
  .page.learning-support .curriculum-list-item {
    padding: 0.2em 0 0 2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .curriculum-list-item {
    font-size: 18px;
    min-height: 58px;
    padding: 0 0 0 2em;
  }
}
.page.learning-support .curriculum-list-item .size-s {
  font-size: 14px;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .curriculum-list-item .size-s {
    font-size: 16px;
  }
}
.page.learning-support .curriculum .flexbox-item {
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #343198, #6e42ba);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 4px solid transparent;
  border-radius: 10px;
  margin-bottom: 1em;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .curriculum .flexbox-item {
    margin-bottom: 5em;
  }
}
.page.learning-support .curriculum .flexbox-item.type02 {
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #615bfa, #8d89ff);
}
.page.learning-support .curriculum .flexbox-item.type02 .heading03 {
  background-image: linear-gradient(30deg, rgb(141, 137, 255) 0%, rgb(91, 85, 244) 50%, rgb(97, 91, 250) 100%);
}
.page.learning-support .curriculum .flexbox-item.type02 .curriculum-list-item {
  background: url("images/icon-gear03.png") left 0.3em no-repeat;
}
.page.learning-support .curriculum .flexbox-item.type03 {
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #383596, #4c48f2);
}
.page.learning-support .curriculum .flexbox-item.type03 .heading03 {
  background-image: linear-gradient(30deg, rgb(76, 72, 242) 0%, rgb(56, 53, 150) 50%, rgb(68, 65, 203) 100%);
}
.page.learning-support .curriculum .flexbox-item.type03 .curriculum-list-item {
  background: url("images/icon-gear04.png") left 0.3em no-repeat;
}
@media screen and (min-width: 64.0625em) {
  .page.learning-support .cont04 {
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 47.9375em) {
  .page.career-support .heading02 {
    margin-bottom: 1.5em;
  }
}
.page.career-support .reason {
  gap: 0.7em;
  margin-bottom: 3.5em;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .reason {
    margin-bottom: 5.8em;
  }
}
.page.career-support .reason .flexbox-item {
  background: #fff;
  border: 2px solid #383596;
  padding: 1.6em;
  position: relative;
}
.page.career-support .reason .flexbox-item::before {
  bottom: -7px;
  background: #383596;
  content: "";
  height: 100%;
  position: absolute;
  right: -7px;
  width: 100%;
  z-index: -1;
}
.page.career-support .reason-ttl {
  align-items: center;
  color: #383596;
  display: flex;
  line-height: 1.4;
}
@media screen and (min-width: 48em) {
  .page.career-support .reason-ttl {
    font-size: 16px;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .reason-ttl {
    font-size: 24px;
  }
}
.page.career-support .reason-number {
  font-size: 2.34em;
  line-height: 1;
  text-wrap: nowrap;
  margin-right: 0.2em;
}
@media screen and (min-width: 48em) {
  .page.career-support .reason-number {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .reason-number {
    font-size: 2.34em;
  }
}
.page.career-support .reason-img {
  margin: 1.3em auto;
}
.page.career-support .reason-txt {
  margin: 0;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .reason-txt {
    font-size: 18px;
  }
}
.page.career-support .lead {
  border-radius: 0.3em;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto 2em;
  max-width: 990px;
  padding: 0.8em 4.2em 0.8em 1.8em;
  position: relative;
}
@media screen and (min-width: 48em) {
  .page.career-support .lead {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .lead {
    font-size: 24px;
    margin-bottom: 6.3em;
  }
}
.page.career-support .lead .color-navy {
  font-size: 1.12em;
}
.page.career-support .lead::before {
  background: url("images/career-support04.png");
  background-size: cover;
  content: "";
  height: 62px;
  position: absolute;
  right: 0;
  top: -10px;
  width: 70px;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .lead::before {
    height: 111px;
    right: -30px;
    top: -55px;
    width: 125px;
  }
}
.page.career-support .coach {
  gap: 1.5em;
  margin: 2em auto;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .coach {
    gap: 3em;
    margin: 2.9em auto 9.4em;
  }
}
.page.career-support .coach .flexbox {
  align-items: center;
  border-bottom: 2px solid #383596;
  gap: 2em;
  margin-bottom: 1.2em;
  padding-bottom: 1.8em;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .coach .flexbox {
    margin-bottom: 2.5em;
    padding-bottom: 2.9em;
  }
}
.page.career-support .coach-img {
  flex: 1;
}
.page.career-support .coach-ttl {
  color: #383596;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .coach-ttl {
    font-size: 24px;
  }
}
.page.career-support .coach-ttl-box {
  flex: 1.5;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .coach-ttl-box {
    flex: 1;
  }
}
.page.career-support .coach-ttl-txt {
  color: #383596;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 64em) {
  .page.career-support .coach-ttl-txt {
    font-size: 12px;
  }
}
.page.career-support .coach-txt {
  font-size: 12px;
}
@media screen and (min-width: 48em) {
  .page.career-support .coach-txt {
    font-size: 14px;
  }
}
.page.career-support .coach-txt:last-child {
  margin: 0;
}
.page.career-support .support {
  border: 2px solid #383596;
  margin: 1.3em auto 0;
  padding: 2em;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .support {
    padding: 3.6em 3em 4.4em;
  }
}
.page.career-support .support .flexbox {
  flex-direction: column-reverse;
  gap: 1em;
}
@media screen and (min-width: 48em) {
  .page.career-support .support .flexbox {
    flex-direction: row;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .support .flexbox {
    gap: 3em;
  }
}
.page.career-support .support-number {
  background: #383596;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 17px;
  height: 56px;
  left: 0;
  padding: 0.05em 0 0 0.3em;
  position: absolute;
  top: 0;
  width: 56px;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .support-number {
    font-size: 33px;
    height: 112px;
    width: 112px;
  }
}
.page.career-support .support-ttl {
  background: #383596;
  border-radius: 1em;
  color: #fff;
  margin: 0 auto 1.2em;
  max-width: 452px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .page.career-support .support-ttl {
    margin-left: 1.8em;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .support-ttl {
    font-size: 24px;
  }
}
.page.career-support .support-ttl-h4 {
  background: #383596;
  border-radius: 0.6em 0.6em 0 0;
  color: #fff;
  padding: 0.07em 2.2em;
  width: fit-content;
}
.page.career-support .support-catch {
  background-image: linear-gradient(to bottom, transparent 50%, #fff 50%);
  color: #383596;
  display: inline;
  font-weight: 700;
  font-size: 16px;
  width: fit-content;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .support-catch {
    font-size: 20px;
  }
}
.page.career-support .support-catch-box {
  margin: 0 auto 1.8em;
  text-align: center;
}
.page.career-support .support-txt {
  margin-bottom: 2em;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .support-txt {
    font-size: 18px;
    min-height: 130px;
  }
}
.page.career-support .support-detail {
  align-items: center;
  background: #fff;
  border-radius: 0 0.6em 0.6em 0.6em;
  display: flex;
  font-weight: 700;
  min-height: 70px;
  padding: 0.5em 1em;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .support-detail {
    font-size: 18px;
    min-height: 92px;
    padding: 0.5em 2.2em;
  }
}
.page.career-support .support-detail p {
  margin: 0;
}
.page.career-support .support-img {
  margin: 0 auto;
  width: 178px;
}
@media screen and (min-width: 48em) {
  .page.career-support .support-img {
    width: 40%;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .support-img {
    width: auto;
  }
}
.page.career-support .support-bottom-txt {
  font-weight: 700;
  margin: 2em 0;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .support-bottom-txt {
    font-size: 24px;
    margin: 3.7em 0;
  }
}
.page.career-support .support-bottom-txt .color-navy {
  font-size: 1.15em;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .support-bottom-txt .color-navy {
    font-size: 1.1em;
  }
}
.page.career-support .work {
  gap: 1em;
  margin-top: 2.4em;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .work {
    gap: 3em;
  }
}
.page.career-support .work-img {
  margin: 0 auto;
}
@media screen and (max-width: 64em) {
  .page.career-support .work-img {
    max-width: 180px;
  }
}
.page.career-support .work-ttl {
  line-height: 1.5;
  margin: 1em 0 1em;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .work-ttl {
    margin: 2.1em 0 1.5em;
    font-size: 24px;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .work-txt {
    font-size: 18px;
  }
}
.page.career-support .work-txt .color-navy {
  font-size: 1.1em;
}
.page.career-support .logo-list {
  align-items: center;
  display: grid;
  gap: 1.8em;
  grid-template-columns: 1fr 1fr;
  list-style: none !important;
  margin: 2em 2em 3em !important;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .page.career-support .logo-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 3.9em auto 5em !important;
  }
}
.page.career-support .logo-list img {
  margin: 0 auto;
  max-height: 28px;
  width: auto;
}
@media screen and (min-width: 64.0625em) {
  .page.career-support .logo-list img {
    max-height: 100%;
  }
}
.page.experience-report {
  background: #f9f9f9;
}
@media screen and (min-width: 64.0625em) {
  .page.experience-report section {
    padding: 2.4em 0 0;
  }
}
.page.experience-report .container {
  max-width: 1052px;
}
@media screen and (min-width: 64.0625em) {
  .page.experience-report .mv {
    padding-top: 6.7em;
  }
}
.page.experience-report .mv .container {
  max-width: 1150px;
}
.page.experience-report .heading01 {
  align-items: center;
  background: url("images/bg-experience-report.svg") no-repeat;
  display: flex;
  font-size: 14px;
  height: 15vw;
  line-height: 1.7;
  margin-bottom: 1.8em;
  max-height: 174px;
  max-width: 1090px;
  padding: 0.2em 1em 0.2em 1.8em;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .page.experience-report .heading01 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 80em) {
  .page.experience-report .heading01 {
    font-size: 40px;
  }
}
.page.experience-report .balloon {
  background-image: repeating-linear-gradient(315deg, #9995ff, #9995ff 2px, #8d89ff 2px, #8d89ff 18px);
  border-radius: 5px;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 2.3em;
  padding: 0.4em 1.2em;
  position: relative;
}
.page.experience-report .balloon::before {
  background-image: repeating-linear-gradient(315deg, #9995ff, #9995ff 2px, #8d89ff 2px, #8d89ff 18px);
  bottom: -20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  left: 2.4em;
  height: 20px;
  position: absolute;
  width: 34px;
}
.page.experience-report .balloon + figure {
  margin-bottom: 2em;
}
@media screen and (min-width: 64.0625em) {
  .page.experience-report .balloon + figure {
    margin-bottom: 3.8em;
  }
}
.page.experience-report .box-white02 {
  margin: 4em auto 3.8em;
  padding-bottom: 2.5em;
  padding-top: 2.5em;
}
@media screen and (min-width: 64.0625em) {
  .page.experience-report p:not(.box-white02 p) {
    font-size: 18px;
  }
}
.page.experience-report .table-of-contents {
  margin-bottom: 5.8em;
}
.page.experience-report .table-of-contents .heading02 {
  background: url("images/icon-list.svg") no-repeat;
  font-size: 24px;
  margin: 0.5em 0;
  min-height: 55px;
  padding: 0.1em 0 0 3.3em;
  text-align: left;
}
.page.experience-report .table-of-contents-ul {
  font-size: 18px;
  line-height: 1.4;
  list-style: none !important;
  margin: 1.8em 0 0 !important;
  padding: 0;
}
@media screen and (min-width: 64.0625em) {
  .page.experience-report .table-of-contents-ul {
    font-weight: 700;
    font-size: 20px;
  }
}
.page.experience-report .table-of-contents-li {
  border-left: 7px solid #e9edff;
  margin-top: 1em;
  padding-left: 1.2em;
}
.page.experience-report .table-of-contents a {
  color: #8d89ff;
}
.page.experience-report .table-of-contents a:hover {
  color: #252322;
}
.page.experience-report .box-ttl {
  background: #e9edff;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  font-size: 16px;
  margin-top: 1.5em;
  padding: 0.2em 1.8em;
}
@media screen and (min-width: 64.0625em) {
  .page.experience-report .box-ttl {
    font-size: 20px;
  }
}
.page.experience-report .box-ttl + .box-white02 {
  border-radius: 0 10px 10px 10px;
  margin-top: 0;
}
.page.experience-report .box-ttl + .box-white02 p:last-child {
  margin: 0;
}
.page.experience-report .arrow-ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0;
}
.page.experience-report .arrow-li {
  background: url("images/icon_arrow04.png") 0 0.4em no-repeat;
  margin-bottom: 1.6em;
  padding-left: 2em;
}
.page.experience-report .arrow-li:last-child {
  margin: 0;
}
