@charset "utf-8";

/* 共通 */

/* ============================================ */
@font-face {
	font-family: 'Zenkaku_B';
	src:url('../font/ZenKakuGothicAntique-Bold.ttf') format('truetype'),
	url('../font/ZenKakuGothicAntique-Bold.woff') format('woff'),
	url('../font/ZenKakuGothicAntique-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
	font-family: 'Zenkaku_M';
	src:url('../font/ZenKakuGothicAntique-Medium.ttf') format('truetype'),
	url('../font/ZenKakuGothicAntique-Medium.woff') format('woff'),
	url('../font/ZenKakuGothicAntique-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
	font-family: 'Zenkaku_R';
	src:url('../font/ZenKakuGothicAntique-Regular.ttf') format('truetype'),
	url('../font/ZenKakuGothicAntique-Regular.woff') format('woff'),
	url('../font/ZenKakuGothicAntique-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

.zen-m {
  font-family: 'Zenkaku_M';
  font-weight: 500;
}
.zen-b {
  font-family: 'Zenkaku_B';
  font-weight: 700;
}



@media print, screen and (min-width: 961px) {
.sp-only{
	display: none !important;
}
}

.contents {
  max-width: 1500px;
  width: calc(100% - 2em);
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 0px 0 0 0;
  min-height: 100vh;
  position: relative;
  top: 0;
}
.contents .auto {
  margin: auto 0;
  padding: 5px 0 130px;
  position: relative;
  z-index: 1;
}
.contents_cover {
  width: calc(100% - 200px);
  position: relative;
}
.contents > h2 {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 40px;
  z-index: 10;
}
.contents > h2::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -1em;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  width: calc(100% + 2em);
  height: 80px;
  display: block;
  z-index: -1;
}
.contents.week > h2::before {
  height: 140px;
}
.contents > h2 span {
  display: block;
  font-size: 1.6rem;
  flex-basis: 100%;
  line-height: 40px;
  padding: 0 1em;
}
.contents > h2 span:first-child {
    text-align: right;
  font-family: 'Zenkaku_M';
}
.contents> h2 span:last-child {
    text-align: left;
}
.text p:not(:last-child) {
    margin-bottom: 1.5em;
}
.auto p {
    line-height: 2;
}
.text_m_center {
    display: flex;
    justify-content: center;
}
.auto li,
.auto li p,
.list-dot li,
.list-number li {
  line-height: 1.6;
}
.list-number li {
  position: relative;
  padding-left: 1.5em;
}
.list-number li > span {
  position: absolute;
  top: 0;
  left: 0;
}
.list-dot li:not(:last-child),
.list-number li:not(:last-child) {
  margin-bottom: .5em;
}
.table-wrap th,
.table-wrap td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: .5em 0.75em;
  line-height: 1.5;
  vertical-align: middle;
}
.table-wrap th {
  background: #eee;
  font-family: 'Zenkaku_M';
  font-weight: 500;
}
.bg-none {
  background: none !important;
}
.lead-overview {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3em;
  line-height: 1.8 !important;
}
.contents.overview > h2 span:first-child {
    background: linear-gradient(to right,rgba(213,245,242,0) 0, rgba(213,245,242,1) 90%);
    color: #00a291;
}
.contents.overview > h2 span:last-child {
    background: linear-gradient(to left,rgba(174,235,229,0) 0, rgba(174,235,229,1) 90%);
}
.contents.plan > h2 span:first-child {
    background: linear-gradient(to right,rgba(239,233,254,0) 0, rgba(239,233,254,1) 90%);
    color: #5b00c2;
}
.contents.plan > h2 span:last-child {
    background: linear-gradient(to left,rgba(221,208,255,0) 0, rgba(221,208,255,1) 90%);
}
.contents.outline > h2 span:first-child {
    background: linear-gradient(to right,rgba(234,249,213,0) 0, rgba(234,249,213,1) 90%);
    color: #62ad00;
}
.contents.outline > h2 span:last-child {
    background: linear-gradient(to left,rgba(195,239,141,0) 0, rgba(195,239,141,1) 90%);
}
.contents.schedule > h2 span:first-child {
    background: linear-gradient(to right,rgba(217,243,251,0) 0, rgba(217,243,251,1) 90%);
    color: #00a1d2;
}
.contents.schedule > h2 span:last-child {
   background: linear-gradient(to left,rgba(166,228,247,0) 0, rgba(166,228,247,1) 90%);
}
.contents.application > h2 span:first-child {
    background: linear-gradient(to right,rgba(253,231,254,0) 0, rgba(253,231,254,1) 90%);
    color: #e76fbc;
}
.contents.application > h2 span:last-child {
     background: linear-gradient(to left,rgba(251,212,253,0) 0, rgba(251,212,253,1) 90%);
}
.contents.support > h2 span:first-child {
    background: linear-gradient(to right,rgba(227,227,255,0) 0, rgba(227,227,255,1) 90%);
    color: #2f2fff;
}
.contents.support > h2 span:last-child {
    background: linear-gradient(to left,rgba(209,209,255,0) 0, rgba(209,209,255,1) 90%);
}
.contents.professional > h2 span:first-child {
    background: linear-gradient(to right,rgba(255,233,233,0) 0, rgba(255,233,233,1) 90%);
    color: #ff5151;
}
.contents.professional > h2 span:last-child {
    background: linear-gradient(to left,rgba(255,212,212,0) 0, rgba(255,212,212,1) 90%);
}
.contents.mentor > h2 span:first-child {
    background: linear-gradient(to right,rgba(220,253,239,0) 0, rgba(220,253,239,1) 90%);
    color: #00ae6f;
}
.contents.mentor > h2 span:last-child {
    background: linear-gradient(to left,rgba(180,247,222,0) 0, rgba(180,247,222,1) 90%);
}
.contents.partner > h2 span:first-child {
    background: linear-gradient(to right,rgba(224,234,255,0) 0, rgba(224,234,255,1) 90%);
    color: #3a79ff;
}
.contents.partner > h2 span:last-child {
    background: linear-gradient(to left,rgba(197,216,255,0) 0, rgba(197,216,255,1) 90%);
}

.heading-01 {
    text-align: center;
    font-size: 2.6rem;
    color: #0058c2;
    margin-bottom: 0.5em;
}
.link-text {
  color: #0058c2;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}
.link-text:hover {
  text-decoration: none;
}
.notes {
  font-size: 1.3rem;
  line-height: 1.6 !important;
  text-indent: -1em;
  padding-left: 1em;
}
.font-s {
  font-size: 1.3rem;
  line-height: 1.7 !important;
}
.font-ss {
  font-size: 1.1rem;
  line-height: 1.5 !important;
}
.text-center {
  text-align: center;
}
.list-item {
  display: flex;
  margin-bottom: 4em;
}
.list-item:last-child {
    margin-bottom: 0;
}
.item-cat {
  position: relative;
  width: 120px;
  height: 100px;
  margin-right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Zenkaku_M';
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
.item-cat::after {
  content: '';
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  width: 120px;
  height: 100px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.outline .item-cat::after {
  background: linear-gradient(90deg, #e1f6c4, #d6f4fd);
  background: -webkit-linear-gradient(0deg, #e1f6c4, #d6f4fd);
}
.application .item-cat::after {
    background: linear-gradient(90deg, #f7dff8, #fef1de);
    background: -webkit-linear-gradient(0deg, #f7dff8, #fef1de);
}
.schedule .item-cat::after {
  background: linear-gradient(90deg, #c6ecfa, #d2f9ea);
  background: -webkit-linear-gradient(0deg, #c6ecfa, #d2f9ea);
}
.item-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 130px);
}
.application .item-text {
  max-width: 800px;
}
.canvas-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 15;
    display: none;
  transition: .3s;
}
.modal .btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.modal > div {
  position: relative;
  max-width: 600px;
  max-height: 600px;
  width: 40vw;
  height: 40vw;
  min-width: 500px;
  min-height: 500px;
}
.outline .modal > div {
  max-width: 1200px;
  width: 85vw;
  height: inherit;
  min-height: inherit;
  max-height: inherit;
}
.outline .modal figure {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 10px;
  height: calc(85vh - 70px);
  max-height: 600px;
}
.outline .modal figure > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.application .modal > div,
.professional .modal > div,
.mentor .modal > div {
    min-height:  inherit;
    max-height: inherit;
    height: inherit;
  max-width: 800px;
  width: 90vw;
}
.col-down {
  max-width: 970px;
  margin-left: 30px;
}
.application .col-down .nav-down {
  max-width: 120px;
  margin-right: auto;
  text-align: center;
  background: linear-gradient(90deg, #f7dff8, #fef1de);
  background: -webkit-linear-gradient(0deg, #f7dff8, #fef1de);
  color: #e76fbc;
}
.application .col-down .nav-down::before,
.application .col-down .nav-down::after {
  background: #e76fbc;
}
.schedule .col-down .nav-down {
  max-width: 120px;
  margin-right: auto;
  text-align: center;
  background: linear-gradient(90deg, #c6ecfa, #d2f9ea);
  background: -webkit-linear-gradient(0deg, #c6ecfa, #d2f9ea);
  color: #00a1d2;
}
.schedule .col-down .nav-down::before,
.schedule .col-down .nav-down::after {
  background: #00a1d2;
}
.tab-down {
  display: none;
  }
.nav-down {
  position: relative;
	display: block;
  order: 0;
	padding: .75em 3em .75em 1em;
	transition: all .25s cubic-bezier(.4,0,.2,1);
}
.nav-down::before,
.nav-down::after {
	position: absolute;
	right: 1em;
	width: 1em;
	height: 1px;
	background: #333;
	content: "";
}
.nav-down::before {
	-webkit-transform: rotate(0deg);
	top: calc(50% - 1px);
	transform: rotate(0deg);
}
.nav-down::after {
	-webkit-transform: rotate(90deg);
	top: calc(50% - 1px);
	transform: rotate(90deg);
}
.tab-down:checked + .nav-down::after {
	display: none;
}
.tab-down-content {
	background: #fff;
	width: 100%;
	height: 0;
	overflow: hidden;
	/* スクロールバー非表示　IE, Edge */
	-ms-overflow-style: none;
	/* スクロールバー非表示　Firefox */
	scrollbar-width: none;
	opacity: 0;
	position: relative;
}
.tab-down-content > div {
  width: 100%;
	height: 0;
	overflow: hidden;
	border: 1px solid #eee;
  padding: 1em;
  }
.tab-down:checked + .nav-down + .tab-down-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .6s;
	}
.tab-down:checked + .nav-down + .tab-down-content > div {
	width: 100%;
	height: auto;
	overflow: auto;
  transition: .6s;
	transform: translate(0);
	}

/* ============================================ */

/*ヘッダー*/

/* ============================================ */
header {
  background: #fff;
  position: sticky;
  top: 0;
}
main {
  display: flex;
position: relative;
  transform: initial !important;
  width: 100%;
}
main::before {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
main::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  transition: .3s;
  position: absolute;
  top: 80px;
  left: 0;
  background: #fff;
}
/*
main.none::after {
  content: '';
  display: none;
  position: absolute;
  transition: .3s;
}
*/
.main {
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 460px;
    max-height: 1000px;
    height: 80vh;
    overflow: hidden;
}
.info {
    position: absolute;
    z-index: 2;
    display: flex;
  align-items: center;
  padding-top: 80px;
    width: calc(100% - 200px);
    height: 100%;
}
.abs {
  width: 100%;
  max-width: 1500px;
  padding: 0 2em;
}
/*
.bg_fv {
  min-width: 300px;
  width: 25%;
  position: relative;
  z-index: 1;
}
.bg_fv figure {
  text-align: right;
  display: block;
  position: absolute;
  bottom: 0;
  right: -8vw;
  width: calc(100% + 250px);
  max-width: 620px;
  overflow: hidden;
  max-height: calc(80vh - 100px);
  z-index: 10;
}
.bg_fv figure img {
  max-height: calc(80vh - 100px);
}
*/
.fv {
  width: 75%;
/*  min-width: calc(75% - 300px);*/
  height: 80vh;
  min-height: 460px;
  max-height: 1000px;
  margin-left: 25%;
  overflow: hidden;
  position: relative;
}
.fv img {
 position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .4s;
}
/*
header.none .fv figure {
  display: none;
  transition: .4s;
}
*/
.main .upper {
/*  font-family: 'Noto_B';*/
}

@media print, screen and (min-width: 961px) {
.fv::before,
.fv::after  {
  content: "";
  width: 400px;
  height: 100%;
  display: block;
  background: linear-gradient(to left,rgba(255,255,255,0) 0, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
}
header h1 {
  margin: 10px 0 0 2em;
  position: absolute;
  z-index: 3;
  width: 320px;
}
header h1 img {
    width: 100%;
}
.main h1 + div {
  position: absolute;
  width: 150%;
  top: 15px;
  left: 17px;
}
.main .bottom {
    margin: 4vh 0 0 0;
  display: inline-block;
}
.main .upper h2 {
  width: 40%;
  min-width: 360px;
  display: inline-block;
}
.main .upper p {
  font-size: calc(2.05rem + ((1vw - (961 / 100 * 0.1rem)) * 100 * (27 - 20.5) / (1366 - 961)));
  line-height: 1.6em;
  padding: .5em 0 0 .5em;
  background: linear-gradient(90deg, #00a0e9, #00a0e9 0%, #0058c2);
  background: -webkit-linear-gradient(0deg, #00a0e9, #00a0e9 0%, #0058c2);
  background: #111;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media print, screen and (min-width: 1366px) {
}
.main .bottom p {
  color: #0058c2;
  font-size: 2.6rem;
  font-family: 'Zenkaku_B';
  font-weight: 700;
}
.main .bottom p.exhibit {
  margin-top: 0.5em;
  color: #fff;
  display: inline-block;
  background: #0058c2;
  font-family: 'Zenkaku_M';
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 60px;
  width: 100%;;
  text-align: center;
}

/* ============================================ */

/* wrap-bg */

/* ============================================ */
.wrap-bg {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.wrap-bg::after {
  content: '';
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.wrap-bg > div,
.wrap-bg > div > div {
  height:100%;
}
.show .wrap-bg {
    opacity: 1;
}
.contents_cover .wrap-bg {
    background: #fff;
}


/* ============================================ */

/* サイドバー */

/* ============================================ */
aside {
  width: 200px;
  height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  right: 20px;
  top: 0;
  z-index: 10;
}
.g-nav {
  font-size: 1.2rem;
  color: #666666;
}
@media (min-width: 1366px) and (max-width:1920px) {
.g-nav {
  font-size: calc(1.2rem + ((1vw - (1366 / 100 * 0.1rem)) * 100 * (14 - 12) / (1920 - 1366)));
}
}
@media only screen and (min-width: 1921px) {
.g-nav {
  font-size:1.4rem;
}
}

.g-nav li a:hover {
    color: #666666;
}
.g-nav li {
    margin-bottom: 2em;
    text-align: right;
}
.g-nav li.active a {
    color: #666666;
}
.entry_box {
    position: fixed;
    right: 30px;
    bottom: 30px;
}
.entry_box a {
    text-align: center;
    position: absolute;
    display: block;
    font-family: 'Zenkaku_M';
    font-size: 2.4rem;
    line-height: 60px;
    width: 160px;
    color: #fff;
    border-radius: .25em;
    box-shadow: 4px 4px 8px 0 rgb(0,0,0,.2);
    background: linear-gradient(-90deg, #005bc4, #009ee8);
    transition: .3s;
    bottom: 0;
    right: 0;
}
.entry_box a:before {
    content: "";
    background: linear-gradient(-90deg, #009ee8, #005bc4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-out;
    width: 100%;
    border-radius: .25em
}
.entry_box a:hover:before {
    opacity: 0;
}
.entry_box a span {
	position: relative;
}

.entry_box2 {
    position: fixed;
    right: 30px;
    bottom: 30px;
}
.entry_box2 a {
    text-align: center;
    position: absolute;
    display: block;
    font-family: 'Zenkaku_M';
    font-size: 2.4rem;
    line-height: 60px;
    width: 350px;
    color: #fff;
    border-radius: .25em;
    box-shadow: 4px 4px 8px 0 rgb(0,0,0,.2);
    background: linear-gradient(-90deg, #005bc4, #009ee8);
    transition: .3s;
    bottom: 200PX;
    right: 0;
}
.entry_box2 a:before {
    content: "";
    background: linear-gradient(-90deg, #009ee8, #005bc4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-out;
    width: 100%;
    border-radius: .25em
}
.entry_box2 a:hover:before {
    opacity: 0;
}
.entry_box2 a span {
	position: relative;
}

.inner-menu {
    display: none;
}

/* ============================================ */

/* フッター */

/* ============================================ */
footer {
  position: relative;
  width: calc(100% - 200px);
  padding-bottom: 3em;
  text-align: center;
}


/* ============================================ */

/* overview */

/* ============================================ */
.overview h3 {
    text-align: center;
    font-size: 4.4rem;
    font-family: 'Zenkaku_M';
    color: #0058c2;
    margin-bottom: 1em;
  line-height: 1.4;
}
.overview h3 > span {
    display: block;
    font-size: 1.8rem;
    margin-bottom: .5em;
    color: #111;
    font-family: 'Zenkaku_M';
    font-weight: bold;
}
.overview .flex {
    display: flex;
    justify-content: center;
}
.overview .text {
  margin-right: 80px;
}
.overview .circle {
    flex-basis: 40rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.overview .circle:before {
    content: '';
    background: #fff;
  box-shadow: 0rem 0rem 3rem 0rem #aeebe5;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38vw;
    max-width: 400px;
    height: 38vw;
    max-height: 400px;
    opacity: .8;
}
.overview .circle p {
  color: #00a190;
  font-family: 'Zenkaku_M';
}
.overview .circle span {
    font-size: 6.4rem;
    background: linear-gradient(90deg, #07a095, #07a095 30%, #8a78ef);
    background: -webkit-linear-gradient(0deg, #07a095, #07a095 30%, #8a78ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 0.1em;
    line-height: 1.6;
}


/* ============================================ */

/* plan */

/* ============================================ */
.plan .heading-01 + p {
  text-align: center;
}
.text-plan-check {
    text-align: center;
    font-size: 2.2rem;
    margin: 6vw 0 3vw;
}
.plan .flex {
    display: flex;
    justify-content: space-between;
}
.plan .flex > div {
    flex-basis: 45%;
    text-align: center;
}
.plan .flex p {
    margin-bottom: 1em;
    font-size: 2.6rem;
    font-family: 'Zenkaku_M';
  line-height: 1.6;
}
.plan .flex a {
  color: #fff;
  display: flex;
  justify-content: center;
  max-width: 400px;
  height: 160px;
  margin: auto;
  font-size: 2rem;
  position: relative;
  box-shadow: 4px 4px 8px 0 rgb(0 0 0 / 20%);
  transition: .3s;
}
.plan .flex a img {
  display: block;
  margin: auto;
  height: 75%;
  z-index: 1;
}
.plan .flex a:hover {
  transform: scale(1.1, 1.1);
  transition: .3s;
}
.plan .flex a:hover::after{
  content: "";
  opacity: 0;
}
.plan .flex a::after{
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .3s ease-out;
  width: 100%;
	border-radius: 40% 60% / 80% 60%;
}
.plan .flex .week1 a {
/*    background: linear-gradient(-90deg, #ff98c5, #fa5ca3);*/
    background: linear-gradient(-90deg, #f2bdac, #f58966);
  border-radius: 40% 60% / 80% 60%;
}
.plan .flex .week1 a:hover {
  border-radius: 60% 40% / 60% 80%;
}
.plan .flex .week1 a::after {
	content: "";
/*  background: linear-gradient(-90deg, #fa5ca3, #ff98c5);*/
  background: linear-gradient(-90deg, #f58966, #f2bdac);
  border-radius: 40% 60% / 80% 60%;
}
.plan .flex .week1 a:hover::after {
  border-radius: 60% 40% / 60% 80%;
}
.plan .flex .week2 a {
/*    background: linear-gradient(-90deg, #57c6f8, #02a1e9);*/
    background: linear-gradient(-90deg, #87c7eb, #3ba4df);
  border-radius: 60% 40% / 60% 80%;
}
.plan .flex .week2 a:hover {
  border-radius: 40% 60% / 80% 60%;
}
.plan .flex .week2 a::after {
/*    background: linear-gradient(-90deg, #02a1e9, #57c6f8);*/
    background: linear-gradient(-90deg, #3ba4df, #87c7eb);
  border-radius: 60% 40% / 60% 80%;
}
.plan .flex .week2 a:hover::after {
  border-radius: 40% 60% / 80% 60%;
}
.particle {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 0;
    top: 0;
    opacity: 0;
}

.particle.active {
    opacity: 1;
}
/* ============================================ */

/* WEEK */

/* ============================================ */
.week h2 > span {
    text-align: center !important;
    font-size: 1.6rem;
    color: #fff;
    width: 10rem;
    margin: auto;
    border-radius: 6rem;
    line-height: 30px;
    margin-bottom: 1em;
}
.week.red  h2 {
/*    color: #fa57a0;*/
  color: #f58966;
}
.week.blue h2 {
/*    color: #00a0e9;*/
  color: #3ba4df;
}
.week.red h2 > span {
/*    background: #fa57a0;*/
  background: #f58966;
}
.week.blue h2 > span {
/*    background: #00a0e9;*/
  background: #3ba4df;
}
.week h2 {
  font-size: 3.2rem;
    font-family: 'Zenkaku_M';
  text-align: center;
  display: block;
  position: sticky;
  top: 40px;
}
.week .auto > .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6em;
}
.week .auto > .flex figure {
  display: flex;
  justify-content: center;
  height: 110px;
  width: 200px;
}
.week .check {
    position: relative;
}
.week .check .flex {
    display: flex;
    justify-content: center;
}
.week .check .flex li {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  margin-right: 1vw;
  padding: .5em;
  width: 12vw;
  height: 12vw;
  max-width: 230px;
  max-height: 230px;
  transition: .5s;
  font-family: 'Zenkaku_M';
}
.week.red .check li {
/*	color: #fa57a0;*/
  color: #f58966;
/*	box-shadow: 0rem 0rem 2rem 0rem #ffa9d0;*/
	box-shadow: 0rem 0rem 2rem 0rem #f2bdac;
}
.week.blue .check li {
/*	color: #00a0e9;*/
  color: #3ba4df;
/*	box-shadow: 0rem 0rem 2rem 0rem #b3dafb;*/
	box-shadow: 0rem 0rem 2rem 0rem #87c7eb;
}
.week .check li:hover {
    color: #fff;
    transform: scale(1.1);
}
.week.red .check li:hover {
/*    background: #fa57a0;*/
  background: #f58966;
}
.week.blue .check li:hover {
/*    background: #00a0e9;*/
  background: #3ba4df;
}
.week .check li:last-child {
    margin-right: 0;
}
.week .check li:nth-child(2n) {
    margin-top: 12rem;
}
.week .auto > div.flex p {
    margin-left: 2em;
}
.modal_back {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 14;
  cursor: pointer;
}
.week.red .modal_back{
/*    background: rgba(255,234,244,.7);	*/
    background: rgba(247,229,223,.7);	
}
.week.blue .modal_back{
/*	    background: rgba(216,234,255,.7);*/
	    background: rgba(216,232,241,.7);
}
.week .modal .text {
    background: #fff;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    padding: 5em 4em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.week .modal .text h3 {
    font-size: 2.4rem;
    margin-bottom: 1em;
    text-align: center;
}
.week .modal .text ul li {
  padding-left: 1em;
  position: relative;
}
.week .modal .text ul li span {
  font-size: 1.1rem;
  position: absolute;
  top: 0.25em;
  left: 0;
}
.modal .btn span {
    display: block;
    color: #666666;
}
.modal .btn span:first-child {
    font-size: 4rem;
}
.modal .btn span:last-child {
    font-size: 1.2rem;
}
.week.red .modal .text ul span {
/*    color: #fa57a0;*/
  color: #f58966;
}
.week.blue .modal .text ul span {
/*    color: #00a0e9;*/
  color: #3ba4df;
}
.modal .text ul li:last-child {
    margin: 0;
}
.week.red .modal .text h3 {
/*    color: #fa57a0;*/
  color: #f58966;
}
.week.blue .modal .text h3 {
/*    color: #00a0e9;*/
  color: #3ba4df;
}

/* ============================================ */

/* outline */

/* ============================================ */
.outline .parent {
    margin-bottom: 4em;
}
.outline .parent > p {
    text-align: center;
}
.outline .parent .flex {
    display: flex;
  flex-wrap: wrap;
    justify-content: center;
  margin-top: 2em;
}
.outline .parent .flex > div {
  margin: 0 3%;
    position: relative;
    cursor: pointer;
    box-shadow: 4px 4px 8px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
  width: calc((100% - 18%) / 3);
  max-width: 300px;
  transition: .5s;
}
.outline .parent .flex > div:last-child {
    margin-right: 0;
}
.outline .parent .flex > div img {
    transition: 0.5s;
}
.outline .parent .flex > div .position {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: linear-gradient(to left,rgba(25,180,227,.9) 0, rgba(98,173,0,.9) 100%);
    background: -webkit-linear-gradient(to left,rgba(25,180,227,.9) 0, rgba(98,173,0,.9) 100%);
    padding: 0.2em 0.5em;
  transition: .5s;
}
.outline .parent .flex > div:hover .position {
    background: linear-gradient(to left,rgba(98,173,0,.9) 0, rgba(25,180,227,.9) 100%);
    background: -webkit-linear-gradient(to left,rgba(98,173,0,.9) 0, rgba(25,180,227,.9) 100%);
}
.outline .parent .flex > div .position p {
  background-image: url(../images/icon_view.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.25em;
  padding: 0 2em 0 0;
}
.outline .parent .flex > div:hover img {
    transform: scale(1.1);
}
.modal_back.outline {
    background: rgba(234,249,213,0.3);
}
.outline .modal .btn {
    right: -5rem;
    top: -1rem;
}
.modal .img h3 {
    background: linear-gradient(90deg, #62ad00, #19b4e3);
    background: -webkit-linear-gradient(0deg, #62ad00, #19b4e3);
    text-align: center;
    color: #fff;
    padding: 1rem 0;
}
.outline .col-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -4em;
}
.outline .col-list-item .list-item {
    width: 40%;
    min-width: 400px;
}


/* ============================================ */

/* application */

/* ============================================ */
@media print, screen and (min-width: 961px) {
.contents.application .auto {
  margin: auto;
}
}
.application .list-item:first-child {
  position: relative;
  margin-top: 80px;
}
.application .list-item:first-child > figure {
  height: 45px;
  position: absolute;
  top: -70px;
  left: 0;
}
.application .list-item:first-child > figure img {
  height: 100%;
  max-width: auto;
}
.application .large {
  font-size: 3.2rem;
  line-height: 1;
}
.application .entry_day {
  font-family: 'Zenkaku_M';
  font-size: 1.8rem;
  line-height: 1.7;
  color: #0058c2;
}
.application .link-modal {
  display: flex;
  justify-content: space-between;
  margin: 1em 0;
}
.application .link-modal li {
  background: linear-gradient(-90deg, #e76fbc, #f1b4db);
  width: 30%;
  cursor: pointer;
  text-align: center;
  padding: 1em 0;
  color: #fff;
  font-family: 'Zenkaku_M';
  border-radius: 6px;
  box-shadow: 4px 4px 8px 0 rgb(0 0 0 / 20%);
  transition: .3s;
  position: relative;
}
.application .link-modal li:before {
    background: linear-gradient(-90deg, #f1b4db, #e76fbc);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-out;
    width: 100%;
    border-radius: 6px;
}
.application .link-modal li:hover:before {
    opacity: 0;
}
.application .link-modal li span {
  position: relative;
}
.application .modal_back{
    background: rgba(245,214,234, .7);
}
.application .modal .btn {
    right: -5rem;
    top: -1rem;
}
.application .modal .text {
  background: #fff;
  width: 100%;
  max-height: calc(85vh - 70px);
  padding: 4%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
}
.application .modal .text h3 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  text-align: center;
  color: #e76fbc;
}
.btn-link {
  color: #fff;
  text-align: center;
  font-family: 'Zenkaku_M';
  border-radius: 6px;
  box-shadow: 4px 4px 8px 0 rgb(0 0 0 / 20%);
  transition: .3s;
  position: relative;
  width: fit-content;
}
.btn-link:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-out;
    width: 100%;
    border-radius: 6px;
}
.btn-link.application {
  background: linear-gradient(-90deg, #e76fbc, #f1b4db);
}
.btn-link.application:before {
  background: linear-gradient(-90deg, #f1b4db, #e76fbc);
}
.btn-link:hover:before {
    opacity: 0;
}
.btn-link > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.25em 2em;
  position: relative;
}

/* ============================================ */

/* schedule */

/* ============================================ */
.schedule-flow ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  background: linear-gradient(90deg, #a5e5d1, #96e4fc, #aac7eb);
}
.schedule .day {
  margin: auto;
  overflow-x: auto;
  padding: 4em 0 3em;
  margin-bottom: 4em;
  mask-image: linear-gradient(to right, transparent, black 3em, black calc(100% - 3em), transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 3em, black calc(100% - 3em), transparent);
}
@media print, screen and (min-width: 961px) {
.schedule-flow ul,
.schedule .day  {
  width: 94%;
  }
}
.schedule-flow li {
  width: calc(100% / 9);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5em .25em .5em .25em;
  font-size: 1.3rem;
  position: relative;
}
.schedule-flow li:not(:last-child)::after {
    content: '';
    height: calc(100% + 0.5em);
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(20deg);
    position: absolute;
    right: 0;
    top: -0.25em;
}
.wrap-schedule {
    display: flex;
    width: calc(9em * 12);
}
.wrap-schedule > div {
  width: 9em;
  text-align: center;
  position: relative
}
.schedule .day .y2023.start::before,
.schedule .day .y2024.start::before,
.schedule .day .y2025.start::before {
  font-size: 2rem;
  font-family: 'Zenkaku_B';
  position: absolute;
  top: -1.5em;
  left: 1em;
  }
.schedule .day .y2023.start::before {
  content: '2023';
  color: #38b88f;
  }
.schedule .day .y2024.start::before {
  content: '2024';
  color: #00a1d2;
  }
.schedule .day .y2025.start::before {
  content: '2025';
  color: #0058c2;
  }
.schedule .day .important {
  font-family: 'Zenkaku_B';
}
.schedule .day .speech {
  position: relative;
  padding: 0.6em 0;
  width: 90%;
  background: #FFF;
  border-radius: 3rem;
  margin: auto;
  margin-bottom: 1.75em;
  line-height: 1;
}
.schedule .day .border {
    position: relative;
    margin-bottom: 0.5em;
}
.speech:before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: calc(50% - 7px);
    border: 7px solid transparent;
    border-top: 13px solid #FFF;
    z-index: 2;
}
.speech:after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: calc(50% - 7px);
    border: 7px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
}
.day .y2023 .speech {
    color: #38b88f;
    border: solid 1px #38b88f;
}
.day .y2023 .speech:after {
    border-top: 14px solid #38b88f;
}
.day .y2023.important .speech {
  background: #38b88f;
  color: #fff;
}
.day .y2023.important .speech:after {
  border-top: 14px solid #38b88f;
}
.day .y2023.important .speech:before {
  border-top: #38b88f;
}
.day .y2024 .speech {
    color: #00a1d2;
    border: solid 1px #00a1d2;
}
.day .y2024 .speech:after {
    border-top: 14px solid #00a1d2;
}
.day .y2024.important .speech {
  background: #00a1d2;
  color: #fff;
}
.day .y2024.important .speech:after {
  border-top: 14px solid #00a1d2;
}
.day .y2024.important .speech:before {
  border-top: #00a1d2;
}
.day .y2025 .speech {
    color: #0058c2;
    border: solid 1px #0058c2;
}
.day .y2025 .speech:after {
    border-top: 14px solid #0058c2;
}
.day .y2025.important .speech {
  background: #0058c2;
  color: #fff;
}
.day .y2025.important .speech:after {
  border-top: 14px solid #0058c2;
}
.day .y2025.important .speech:before {
  border-top: #0058c2;
}
.day .subject {
  position: relative;
  padding-top: 1em;
}
.day .subject:before {
    content: "";
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 1em;
    height: .8em;
    position: absolute;
    top: -.5em;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.day .y2023 .subject {
  border-top: 2px solid #38b88f;
}
.day .y2023 .subject:before {
  background: #38b88f;
}
.day .y2024 .subject {
  border-top: 2px solid #00a1d2;
}
.day .y2024 .subject:before {
  background: #00a1d2;
}
.day .y2025 .subject {
  border-top: 2px solid #0058c2;
}
.day .y2025 .subject:before {
  background: #0058c2;
}
.schedule .day p {
    line-height: 1.5;
}
.day::-webkit-scrollbar {
    width: auto;
}
.day::-webkit-scrollbar-thumb {
    background: #0058c2;
    border-radius: 5rem;
}
.day::-webkit-scrollbar-track {
    border-radius: 5rem;
    background: linear-gradient(90deg, #a5e5d1, #96e4fc, #aac7eb);
}
.schedule .wrap-selection {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.schedule .col1 .flex {
    display: flex;
    margin-top: 1em;
}
.schedule .col1 .flex figure {
    width: 90px;
  margin-right: .5em;
}
.schedule .col1 .flex section {
    width: calc(100% - 90px);
}
.schedule .col1 .flex .title {
  font-family: 'Zenkaku_M';
    font-size: 1.8rem;
    color: #0058c2;
}
.schedule .col2 {	
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 640px;
  width: calc(100% - 130px);
  margin-bottom: -1em;
}
.schedule .col2 li {
  width: 300px;
  margin-bottom: 1em;
  display: flex;
}
.schedule .col2 li span {
    font-size: 4.5rem;
  line-height: 1;
    color: #00a1d2;
    margin-right: 0.2em;
}
.schedule .col2 li p {
    display: flex;
    align-items: center;
}
.schedule .col3 .flex {
    display: flex;
    line-height: 2;
}
.schedule .col3 .flex .title {
   width: 4.5em;
  font-family: 'Zenkaku_M';
}
.schedule .col3 .flex .text {
  width: calc(100% - 4.5em);
}

/* ============================================ */

/* support */

/* ============================================ */
.support .parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -3em;
}
.support .parent .col {
  margin: 0 3% 3em ;
  width: calc((100% - 18%) / 3);
}
.support .parent .col .img {
    text-align: center;
  height: 80px;
}
.support .parent .col .img img {
  width: auto;
  height: 100%;
}
.support .parent .col h3 {
  border-top: solid 2px #c0c0ff;
  text-align: center;
  font-family: 'Zenkaku_B';
  color: #0058c2;
  padding-top: .25em;
  font-size: 1.8rem;
  height: 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
}
.support .parent .col p {
  line-height: 1.7;
}

/* ============================================ */

/* professional */

/* ============================================ */
.profile {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 94%;
  margin-bottom: -4%;
}
.professional .profile {
  justify-content: flex-start;
}
.mentor .profile {
  justify-content: flex-start;
}
.profile .col {
  flex-basis: 22%;
  margin-right: 0%;
  margin-bottom: 2.5em;
}
.professional .profile .col:not(:last-child) {
    margin-right: 3%;
}
.mentor .profile .col:not(:last-child) {
    margin-right: 3%;
}
.profile .col:hover {
  color: #0058c2;
  cursor: pointer;
}
.profile .col .img,
.professional .modal .col .img,
.mentor .modal .col .img {
  max-width: 180px;
  max-height: 180px;
  border-radius: 50%;
  padding: 4px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.profile .col .img img,
.professional .modal .col .img img,
.mentor .modal .col .img img {
  border-radius: 50%;
}
.profile .col:hover .img {
  transform: scale(1.08);
  transition: .5s;
}
.professional .profile .col .img,
.professional .modal .col .img {
  background: linear-gradient(-45deg,rgba(255,218,218,1)  0,rgba(218,221,255,1) 100%);
}
.profile .name {
  font-family: 'Zenkaku_M';
  font-weight: 500;
  font-size: 1.8rem !important;
  margin: .5em 0;
  position: relative;
  display: inline-block;
}
.profile .col .name::after {
  content: '';
  width: 1em;
  height: 1em;
  background-image: url("../images/icon_view_blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: .4em;
  right: -1.5em;
}
.professional .modal_back{
    background: rgba(255,238,238,.7);
}
.professional .modal .btn,
.mentor .modal .btn {
    right: -5rem;
    top: -1rem;
}
.professional .modal .text,
.mentor .modal .text {
  background: #fff;
  width: 100%;
  max-height: calc(85vh - 70px);
  padding: 4%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
  line-height: 1.5;
}
.professional .modal .col,
.mentor .modal .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.professional .modal .col div,
.mentor .modal .col div {
  width: calc(100% - 200px);
}
.professional .modal .col .name,
.mentor .modal .col .name {
  font-family: 'Zenkaku_M';
  font-weight: 500;
  font-size: 2rem !important;
  margin-bottom: .5em !important;
}

.professional .modal .more,
.mentor .modal .more {
  width: calc(100% - 200px);
}

/* ============================================ */

/* mentor */

/* ============================================ */
.mentor .profile .col .img,
.mentor .modal .col .img {
  background: linear-gradient(-45deg,rgba(238,222,255,1)  0,rgba(200,252,233,1) 100%);
}
.mentor .modal_back{
    background: rgba(230,255,246,.7);
}

/* ============================================ */

/* partner */

/* ============================================ */
.partner .auto > section:not(:last-child) {
  margin-bottom: 4em;
}
.wrap-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap-logo li {
  margin: 2%;
  width: 100%;
  max-width: 300px;
  min-width: 250px;
}
.wrap-logo a {
  box-shadow: 0 0 30px 0 rgb(58 121 255 / 30%);
  background: #fff;
  border-radius: 8px;
  display: block;
  padding: 1.5em;
  font-size: 1.3rem;
  transition: .5s;
}
.wrap-logo a figure {
    border: 1px solid #ddd;
    padding: 1em 1.5em;
}
.wrap-logo a p {
  margin-top: 1em;
}
.wrap-logo a:hover {
  transform: scale(1.1);
  transition: .5s;
}
.wrap-logo a:hover p {
  color: #0058c2;
}


/* ============================================ */

/* contact */

/* ============================================ */
.contact {
  display: flex;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  text-align: left;
  line-height: 2;
}
.contact dt {
  color: #0058c2;
  font-size: 1.8rem;
  font-family: 'Zenkaku_M';
  padding: .5em 1em;
  margin-right: 1em;
  background: linear-gradient(90deg, #ccdef3, #e5eef9);
}

/*-----------------------------------------SP----------------------------------------------*/
@media only screen and (max-width: 960px) {
/* ============================================ */

/* 共通 */

/* ============================================ */
	.pc-only{
		display: none !important;
	}
.contents_cover {
  width: 100%;
}
.contents {
  padding: 0;
}
  .contents .auto {
    margin: auto;
    max-width: 640px;
    width: 100%;
  }
.contents > h2 {
  display: block;
  margin-left: -1em;
  top: 0;
}
.contents > h2::before {
  height: 60px;
  top: 0;
  }
  .contents.week > h2::before {
    height: 90px;
}
.contents > h2 span {
  font-size: 1.4rem;
  line-height: 30px;
}
.contents > h2 span:first-child {
  text-align: left;
}
.contents > h2 span:last-child {
}
.auto p {
    line-height: 1.7;
}
.auto li,
.auto li p {
    line-height: 1.5;
}
.contents.overview > h2 span:first-child {
    background: linear-gradient(to right,rgba(213,245,242,1) 0, rgba(213,245,242,0) 90%);
}
.contents.plan > h2 span:first-child {
    background: linear-gradient(to right,rgba(239,233,254,1) 0, rgba(239,233,254,0) 90%);
}
.contents.outline > h2 span:first-child {
    background: linear-gradient(to right,rgba(234,249,213,1) 0, rgba(234,249,213,0) 90%);
  }
  .contents.schedule > h2 span:first-child {
  background: linear-gradient(to right,rgba(217,243,251,1) 0, rgba(217,243,251,0) 90%);
}
.contents.application > h2 span:first-child {
  background: linear-gradient(to right,rgba(253,231,254,1) 0, rgba(253,231,254,0) 90%);
  }
  .contents.support > h2 span:first-child {
    background: linear-gradient(to right,rgba(227,227,255,1) 0, rgba(227,227,255,0) 90%);
}
  .contents.professional > h2 span:first-child {
    background: linear-gradient(to right,rgba(255,233,233,1) 0, rgba(255,233,233,0) 90%);
}
  .contents.mentor > h2 span:first-child {
    background: linear-gradient(to right,rgba(220,253,239,1) 0, rgba(220,253,239,0) 90%);
}
  .contents.partner > h2 span:first-child {
    background: linear-gradient(to right,rgba(224,234,255,1) 0, rgba(224,234,255,0) 90%);
}
.heading-01 {
    font-size: 2rem;
}
.lead-overview {
    text-align: left;
}
.week h2 > span {
  font-size: 1.2rem;
  line-height: 24px;
  width: 100%;
  }
.week.red h2 > span {
/*    background: linear-gradient(to left,rgba(250,87,160,0) 8%,rgba(250,87,160,1) 50%, rgba(250,87,160,0) 90%);*/
    background: linear-gradient(to left,rgba(245,137,102,0) 8%,rgba(245,137,102,1) 50%, rgba(245,137,102,0) 90%);
  }
.week.blue h2 > span {
/*    background: linear-gradient(to left,rgba(0,160,233,0) 8%,rgba(0,160,233,1) 50%, rgba(0,160,233,0) 90%);*/
    background: linear-gradient(to left,rgba(59,164,223,0) 8%,rgba(59,164,223,1) 50%, rgba(59,164,223,0) 90%);
  }
  .list-item {
    margin-bottom: 2em;
    display: block;
  }
	.item-cat {
    width: 5.5em;
    height: 4.5em;
    font-size: 1.5rem;
    margin: 0 auto .5em 0;
  }
  .item-cat::after {
    width: 5.5em;
    height: 4.5em;
  }
  .col-down,
  .item-text,
  .schedule .col2 {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
.modal > div,
.outline .modal > div {
    max-height: inherit;
    min-height: inherit;
    height: inherit;
    min-width: inherit;
    width: 90vw;
/*  margin-top: 70px;*/
}
  .outline .modal figure {
    max-height: 300px;
  }
.week .modal .text {
    border-radius: 10px;
    width: 100%;
    padding: 2em 1.5em;
    max-width: inherit;
    margin-top: 30px;
    max-height: calc(85vh - 70px);
    overflow-y: auto;
    align-items: flex-start;
  }
  .modal .btn {
    top: -70px;
}
.outline .modal .btn,
.application .modal .btn,
.professional .modal .btn,
.mentor .modal .btn {
    right: 0;
    top: -70px;
}

/* ============================================ */

/* ヘッダー */

/* ============================================ */
main {
display: block;
}
.main {
flex-wrap: wrap;
max-height: calc(100vh - 50px);
  height: inherit;
}
.info {
  position: relative;
  width: 100%;
  height: calc(55vh - 25px);
  max-height: calc(100vh - 25px - 50px - 250px);
  order: 2;
  padding-top: 0;
}
  .bg_fv {
    position: absolute;
    bottom: 0;
    height: calc(55vh - 25px);
    max-height: calc(100vh - 25px - 50px - 250px);
    min-width: 200px;
    left: 0;
    width: 50%;
  }
    .bg_fv figure {
   max-height: 100%;
      left: -150px;
  }
.fv {
order: 1;
width: 100%;
  min-height: 250px;
  margin-left: 0;
  height: calc(45vh - 25px);
}
header {
  position: relative;
  }
header h1 {
position: relative;
margin: 0;
width: 220px;
}
.main .bottom {
  margin: 2em 0;
}
.main .upper h2 {
  min-width: 280px;
  max-width: 480px;
  width: 70%;
}
.main .upper p {
font-size: 2.2rem;
  padding: 0;
  line-height: 1.5;
  margin-top: .5em;
}
.main .bottom p {
font-size: 2rem;
}
  .main .bottom p.exhibit {
    font-size: 2.2rem;
    line-height: 40px;
  }
.main .abs {
  order: 3;
  margin: auto;
  text-align: center;
  padding: 2em 0;
}
	
/* ============================================ */

/*サイドバー */

/* ============================================ */
aside {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  right: 0;}
aside a {
font-size: 1.5rem;
}
aside a:hover {
}
aside ul.g-nav {
    width: 240px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .5s;
    transform: translateX(110%);
    background: #fff;
    margin-top: 0;
    padding: 4em 2em 1em;
    height: 100%;
}
ul.g-nav li {
text-align: left;
margin-bottom: 0;
}
  ul.g-nav a {
    font-size: 1.5rem;
    padding: 0.75em 0;
    display: block;
  }
.entry_box {
right: 5px;
bottom: 5px;
}
.entry_box a {
font-size: 1.6rem;
width: 100px;
line-height: 40px;
}
.entry_box a:hover {
 }
.inner-menu {
    position: fixed;
    top: 0;
    z-index: 22;
    right: 0px;
    display: block;
}
	.bt-menu-sp {
    width: 4rem;
    height: 4rem;
    display: block;
    margin-left: auto;
    position: absolute;
    right: .5rem;
    top: .5rem;
    padding: .8rem;
    cursor: pointer;
    background: #0c60c5;
    transition: 0s !important;
}
	.inner-menu .bt-menu-sp span{
		display: block;
    position: absolute;
    top: 50%;
    width: 24px;
    height: 1px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
.bt-menu-sp span:nth-of-type(1) {
    margin-top: -8px;
}
.bt-menu-sp span:nth-of-type(3) {
    margin-top: 8px;
}
.inner-menu.activ .bt-menu-sp span:nth-of-type(1) {
    top: 20px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 0;
}
.inner-menu.activ .bt-menu-sp span:nth-of-type(2) {
    left: 50%;
    width: 0;
}
.inner-menu.activ .bt-menu-sp span:nth-of-type(3) {
    top: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 0;
}
.inner-menu.activ + .g-nav {
  overflow-y: auto;
    transform: translateX(0%);
    -webkit-overflow-scrolling: touch;
    box-shadow: -4px 0 5px 0 rgb(0 0 0 / 10%);
  z-index: 1;
}
  
/* ============================================ */

/* overview */

/* ============================================ */
.overview h3 {
font-size: 3rem;
}
.overview .flex {
display: block;
}
.overview .text {
  margin-right: 0;
}
.overview .circle {
  margin-top: 40px;
height: 35rem;
  }
.overview .circle:before {
width: 34rem;
height: 34rem;
}

	
/* ============================================ */

/* plan */

/* ============================================ */
.plan .heading-01 + p {
  text-align: left;
}
.text-plan-check {
font-size: 2rem;
margin: 3em 0 2em;
  line-height: 1.8;
}
.plan .flex {
display: block;
}
.plan .flex > div {
}
.plan .flex p {
font-size: 2rem;
}
.plan .flex a {
  height: 120px;
font-size: 1.6rem;
  width: 85%;
}
.plan .flex > div.week1 {
    margin-bottom: 4em;
}
	
/* ============================================ */

/* WEEK */

/* ============================================ */
.week h2 {
font-size: 1.8rem;
  margin-left: 0;
  margin-bottom: .5em;
}
.week .auto > div.flex {
display: block;
}
.week .auto > .flex figure {
  margin: auto;
  }
.week .check .flex {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: -1.5em;
  }
.week .check .flex li {
  margin: 0 3vw 1.5em !important;
  width: 33vw;
  height: 33vw;
  max-width: 200px;
  min-width: 150px;
  max-height: 200px;
  min-height: 150px;
}
.week .auto > div.flex p {
margin: 1em 0 0;
}
.week .auto > div.flex > div {
    text-align: center;
    margin-bottom: 1rem;
}


/* ============================================ */

/* application */

/* ============================================ */
.application .list-item:first-child > figure {
  left: 50%;
}
.application .list-item:first-child > figure img {
  margin-left: -50%;
}
  .application .list-item {
    margin-left: 0 !important;
  }
.application .large {
    font-size: 2.2rem;
}
  .application .link-modal {
    display: block;
  }
  .application .link-modal li {
    width: 80%;
    margin: auto auto 1em;
  }
   .application .link-modal li:last-child {
    margin-bottom: 0;
  }
  .application .col-reborn .nav-down {
  text-align: left;
}

  
/* ============================================ */

/* outline */

/* ============================================ */
.outline .parent .flex {
  justify-content: space-between;
  margin: 2em auto -4%;
  max-width: 640px;
}
  .outline .parent > p {
    text-align: left;
  }
.outline .parent .flex > div {
  width: 48%;
  margin: 0 0 4%;
  max-width: 350px;
}
.outline .parent .flex > div img {
width: 100%;
}
.outline .col-list-item .list-item {
  min-width: 100%;
  width: 100%;
  }
  .outline .parent .flex > div .position p {
    font-size: 1.3rem;
    padding-right: 1.5em;
  }
.outline .col-list-item .list-item {
  margin-bottom: 4em;
  }
  
/* ============================================ */

/* schedule */

/* ============================================ */

/* ============================================ */

/* selection */

/* ============================================ */
  .schedule .col1 .flex figure {
    width: 50px;
  }
  .schedule .col1 .flex section {
    width: calc(100% - 50px);
  }
  .schedule .col1 .flex .title {
    font-size: 1.5rem;
  }
.schedule .col2 .flex {
  margin: auto;
  max-width: 30rem;
  margin-bottom: 1em;
}
.schedule .col2 li {
  width: 100%;
}
 .schedule .col2 li span {
    font-size: 3rem;
  }
.schedule .col3 {
  justify-content: flex-start;
}
.schedule .col3 .flex {
  min-width: 240px;
  }

  
/* ============================================ */

/* support */

/* ============================================ */
.support .parent {
  display: block;
}
.support .parent .col {
  width: 100%;
  margin: 0 0 3em;
  position: relative;
}
.support .parent .col h3 {
  justify-content: flex-start;
  padding-left: 85px;
  height: 62px;
  border-top: none;
  border-bottom: solid 2px #c0c0ff;
  padding-top: 0;
  text-align: left;
  margin-bottom: .5em;
  font-size: 1.6rem;
  }
  .support .parent .col .img {
  position: absolute;
  height: 60px;
  }
  
/* ============================================ */

/* professional */

/* ============================================ */
.profile {
  flex-wrap: wrap;
  justify-content: space-between !important;
  width: 100%;
}
  .profile .col {
    flex-basis: 45%;
    margin-right: 0 !important;
  }
.profile .col .img {
  width: 80%;
  margin: auto;
  }
  .profile .name {
    font-size: 1.5rem !important;
  }
.professional .modal .col,
  .mentor .modal .col {
    flex-direction: column;
    justify-content: center;
  }
.professional .modal .col div,
.mentor .modal .col div {
    text-align: center;
    width: auto;
  }
/* ============================================ */

/* mentor */

/* ============================================ */
.mentor .parent {
flex-wrap: wrap;
width: 100%;
}
.mentor .parent .col {
margin: 0;
flex-basis: 48%;
margin-bottom: 3em;
}
.mentor .parent .col:nth-child(n + 5) {
  margin-bottom: 3em;
  }	

/* ============================================ */

/* partner */

/* ============================================ */
.wrap-logo {
  justify-content: space-between;
}
.wrap-logo li {
  margin: 1em 0 0;
  width: 48%;
  min-width: inherit;
}
.wrap-logo a {
  box-shadow: 0 0 16px 0 rgb(58 121 255 / 30%);
  padding: .5em;
  border-radius: 4px;
  height: 100%;
}
.wrap-logo a p {
  margin-top: .5em;
}

/* ============================================ */

/* contact */

/* ============================================ */
.contact {
  display: block;
  line-height: 1.7;
  text-align: center;
}
.contact dt {
  font-size: 1.5rem;
  padding: .25em;
  margin-right: 0;
  margin-bottom: .5em;
  background:  linear-gradient(to left,rgba(229,238,249,0) 0%,rgba(229,238,249,1) 50%, rgba(229,238,249,0) 100%);
}

/* ============================================ */

/* footer */

/* ============================================ */
  footer {
    width: 100%;
    padding: 0 1em 2em;
  }
}


/*----------------------------------

margin/padding

----------------------------------*/
.mt-0 {
	margin-top: 0 !important;
}
.mt-05 {
	margin-top: .5em !important;
}
.mt-1 {
	margin-top: 1em !important;
}
.mt-2 {
	margin-top: 2em !important;
}
.mt-3 {
	margin-top: 3em !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-05 {
	margin-bottom: .5em !important;
}
.mb-1 {
	margin-bottom: 1em !important;
}
.mb-2 {
	margin-bottom: 2em !important;
}
.mb-3 {
	margin-bottom: 3em !important;
}
.mb-4 {
	margin-bottom: 4em !important;
}
.ml-mr-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-1 {
	padding-top: 1em !important;
}
.pt-2 {
	padding-top: 2em !important;
}
.pt-3 {
	padding-top: 3em !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-1 {
	padding-bottom: 1em !important;
}
.pb-2 {
	padding-bottom: 2em !important;
}
.pb-3 {
	padding-bottom: 3em !important;
}

/*----------------------------------

width

----------------------------------*/
.width-100 {
	width: 100% !important;
}
.width-90 {
	width: 90% !important;
}
.width-85 {
	width: 85% !important;
}
.width-80 {
	width: 80% !important;
}
.width-75 {
	width: 75% !important;
}
.width-70 {
	width: 70% !important;
}
.width-65 {
	width: 65% !important;
}
.width-60 {
	width: 60% !important;
}
.width-55 {
	width: 55% !important;
}
.width-50 {
	width: 50% !important;
}
.width-45 {
	width: 45% !important;
}
.width-40 {
	width: 40% !important;
}
.width-35 {
	width: 35% !important;
}
.width-30 {
	width: 30% !important;
}
.width-25 {
	width: 25% !important;
}
.width-20 {
	width: 20% !important;
}
.width-15 {
	width: 15% !important;
}
.width-10 {
	width: 10% !important;
}

/*----------------------------------

print

----------------------------------*/
@media  print {
  [data-aos^=fade][data-aos^=fade] {
    opacity: 1;
}
    body {
    width: 1300px;
    margin: 0 auto;
    zoom: .82;
  }
  header {
  }
  header,
  .contents > h2 {
    position: relative;
    top: 0;
  }
/*
  header.none .fv figure {
    display: block;
  }
*/
  .bg_fv {
  display: flex;
    align-items: end;
    height: 760px;
  }
  .bg_fv figure {
    width: 550px;
  }
  .main {
    height: 760px;
  }
  .contents {
    min-height: fit-content !important;
    width: 100%;
  }
  main,
  .contents_cover,
  footer {
    width: 100%;
  }
  .week .check .flex li {
    width: 200px;
    height: 200px;
  }
  aside,
  .contents.show > h2::before {
    display: none;
  }
  .wrap-bg {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: -1
  }
  .overview .circle:before {
    width: 380px;
    height: 380px;
  }
}