@charset "UTF-8";

#header{
	position: fixed;
}
#learning .sec-title02.henkou {
	margin: 7rem 0 3rem;
}

/* +++++ふせん部分+++++++ */
.button-wrap {
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform .4s ease;
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 10;
}
.button-wrap.show {
	transform: translateX(0);
}
.login-button {
	width: 4.5rem;
	height: 16rem;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 1.4rem;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	transition: background-color 0.4s ease;
}
.login-button:nth-child(1) {
	background-color: #ff8f3a;
}
.login-button:nth-child(2) {
	background-color: #f26f7f;
}
.login-button a {
	color: #fff;
	font-weight: 700;
}
.login-button:nth-child(1):hover {
	background-color: rgba(255, 143, 58, 0.7);
}
.login-button:nth-child(2):hover {
	background-color: rgba(242, 111, 127, 0.7);
}

/* +++++ひよこアイコン部分+++++++ */
.hiyoko{
    position: absolute;
    top:15rem;
    right:3rem;
    z-index:999;
animation: poyopoyo 2s ease-out both;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.hiyoko span{
	font-size:12px;
	color:#fff;
	text-shadow: 1px 1px 0 #0d0d0c, -1px 1px 0 #0d0d0c, 1px -1px 0 #0d0d0c, -1px -1px 0 #0d0d0c;
	position:absolute;
	top:80px;
    	right:37px;
}
.hiyoko #syouninzu{
	font-size:16px;
	color:#fff;
	text-shadow: 1px 1px 0 #0d0d0c, -1px 1px 0 #0d0d0c, 1px -1px 0 #0d0d0c, -1px -1px 0 #0d0d0c;
	position:absolute;
	top:100px;
    	right:50px;
}

/* +++++ヒエラルキー部分+++++++ */
.hierarchy-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 50px;
	padding: 3rem 0 7rem;
}
.hierarchy-left img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
}
.hierarchy-right {
	display: flex;
	gap: 30px;
}
.koumoku {
	padding: 1.5rem 0 2rem 0;
	background-color: #fff;
	box-shadow: 0 4px 12px rgba(34,88,138,0.05);
	width: 500px;
}
.koumoku:first-child {
	border-left: 4px solid #c7d8ea;
}
.koumoku:last-child {
	border-left: 4px solid #22588a;
}
.koumoku p {
	display: flex;
	align-items: center;
	gap: .55rem;
	font-size: 2rem;
	margin-bottom: .7rem;
	padding-left: 2.5rem;
}
.koumoku p::before {
	content: "";
	width: 3px;
	height: 1em;
	border-radius: 2px;
	background: #c7d8ea;
}
.koumoku:last-child p::before {
	background: #22588a;
}
.koumoku ul {
	padding-left: 3.5rem;
	font-size: 1.6rem;
	line-height: 1.65;
}
.koumoku ul li {
	position: relative;
	padding-left: 1.8rem;
	color: #2b2f33;
}
.koumoku ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c7d8ea;
	transform: translateY(-50%);
}
.koumoku:last-child ul li::before {
	background: #22588a;
}

/* +++++比較部分+++++++ */
.pswp {
	z-index: 99999;
}
.skill-hikaku {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5rem 0 8rem;
}
.hikaku-left,
.hikaku-right {
	width: 450px;
	background-color: #fff;
	border: 1px solid #cfe1e8;
	box-shadow: 0 4px 12px rgba(34, 88, 138, 0.05);
}
.hikaku-left {
	border-right: none;
}
.hikaku-right::before {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border: 8px solid #22588a;
	pointer-events: none;
}
.hikaku-left p,
.hikaku-right p {
	line-height: 60px;
	font-size: 1.5rem;
	border-bottom: 1px solid #cfe1e8;
}
.hikaku-left p {
	background-color: #eff5f9;
}
.hikaku-right p {
	background-color: #22588a;
	color: #fff;
}
.hikaku-left img,
.hikaku-right img {
	width: 100%;
	height: auto;
}
.skill-hikaku-txt{
	width: 85%;
	margin: 0 auto 5px;
	padding: 18px 22px;
	background: #f4f7fa;
	font-size: 1.3rem;
	line-height: 1.6;
	box-shadow: 0 4px 12px rgba(34, 88, 138, 0.05);
}
.hikaku{
	width: max(50%,800px);
	max-width: 100%;
	margin-inline:auto;
}
.hikaku .pc{
	width: 100%;
	height:auto;
	display:block;
}
.hikaku .responsive{
	width: 100%;
	height:auto;
	display:none;
}

/* +++++table+++++++ */
.table_wrapper table caption{
	color: #5f6f7c;
	background: #eef2f5;
	padding: 15px 0;
	border-bottom: 1px solid #cfe1e8;
	font-size: 1.4rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr th,
table tr td{
  background:#fff;
}
.table_wrapper {
	box-shadow: 0 4px 12px rgba(34,88,138,0.05);
}
.table {
  width: min(100% - 20px, 800px);
  margin-inline: auto;
	padding: 7rem 0 0;
}
.table .inner h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
}
.table .inner .table_wrapper.adjust {
  max-width: 500px;
  margin-inline: auto;
}
.table .inner .table_wrapper table {
  width: 100%;
  line-height: 1.3;
}
.table .inner .table_wrapper table thead tr {
  height: 60px;
}
.table .inner .table_wrapper table thead tr th {
  font-size: 1.5rem;
  width: 15%;
  font-weight: bold;
  vertical-align: middle;
}
.table .inner .table_wrapper table thead tr th.list {
  min-width: 110px;
}
.table .inner .table_wrapper table thead tr th.house {
  color: #fff;
  width: 30%;
  min-width: 210px;
  background-color: #22588a;
  border-right: 8px solid #22588a;
  border-left: 8px solid #22588a;
}
.table .inner .table_wrapper table thead tr th.other {
  background-color: #eff5f9;
  width: 25%;
  min-width: 233px;
}
.table .inner .table_wrapper table thead tr th.other + .other {
  -webkit-border-start: 1px solid #cfe1e8;
  border-inline-start: 1px solid #cfe1e8;
}
.table .inner .table_wrapper table tbody {
  border-top: 1px solid #cfe1e8;
	font-size: 1.3rem;
}
.table .inner .table_wrapper table tbody tr {
  height: 50px;
  -webkit-border-after: 1px solid #cfe1e8;
  border-block-end: 1px solid #cfe1e8;
}
.table .inner .table_wrapper table tbody tr:last-child td.house {
  border-bottom: 8px solid #22588a;
}
.table .inner .table_wrapper table tbody tr.price_area .house .price {
  font-size: 3rem;
  color: #ed2d5e;
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 1em;
}
.table .inner .table_wrapper table tbody tr.price_area .house .price::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 8px;
  width: auto;
  right: 0;
  left: 0;
  background-color: #fff64d;
  bottom: 0;
}
.table .inner .table_wrapper table tbody tr.price_area .house .bold {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline;
  background-position: left -100% center;
  background-size: 200% 0.4em;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, rgba(255, 255, 255, 0)),
    color-stop(50%, #fff64d)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 50%,
    #fff64d 50%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 50%,
    #fff64d 50%
  );
  -webkit-transition: background-position 2s ease 0.1s;
  transition: background-position 2s ease 0.1s;
}
.table .inner .table_wrapper table tbody tr th {
  vertical-align: middle;
}
.table .inner .table_wrapper table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
}
.table .inner .table_wrapper table tbody tr td:last-child {
  -webkit-border-start: 1px solid #cfe1e8;
  border-inline-start: 1px solid #cfe1e8;
}
.table .inner .table_wrapper table tbody tr td.house {
  font-weight: bold;
  border-right: 8px solid #22588a;
  border-left: 8px solid #22588a;
}
.table
  .inner
  .table_wrapper
  table
  tbody
  tr
  td.house
  .house_inner
  .new_price
  .default_price {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  margin-right: 34px;
}
.table
  .inner
  .table_wrapper
  table
  tbody
  tr
  td.house
  .house_inner
  .new_price
  .default_price:after {
  margin-block: auto;
  right: -23px;
  bottom: 0;
  top: 0;
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0;
  border-left: 15px solid #50aaeb;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.table .inner .table_wrapper table tbody tr td.house span.bold {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline;
  background-position: left -100% center;
  padding-bottom: 1em;
  background-size: 200% 0.4em;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, rgba(255, 255, 255, 0)),
    color-stop(50%, #fff64d)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 50%,
    #fff64d 50%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 50%,
    #fff64d 50%
  );
  -webkit-transition: background-position 2s ease 0.1s;
  transition: background-position 2s ease 0.1s;
}
.table .inner .table_wrapper table tbody tr td.house .column span {
  margin-bottom: -1em;
  display: inline;
  background-position: left -100% center;
  padding-bottom: 1em;
  background-size: 200% 0.4em;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, rgba(255, 255, 255, 0)),
    color-stop(50%, #fff64d)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 50%,
    #fff64d 50%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 50%,
    #fff64d 50%
  );
  -webkit-transition: background-position 2s ease 0.1s;
  transition: background-position 2s ease 0.1s;
}
.table .inner .table_wrapper table tbody tr td.price {
  font-size: 2.4rem;
  font-weight: bold;
}
.table .inner .table_wrapper table tbody tr td .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}
.table .inner .table_wrapper table tbody tr td .column span {
  font-weight: bold;
}
.table .inner .sale_text_wrapper {
  width: 33%;
  margin-inline: auto;
}
.table .inner .sale_text_wrapper.adjust {
  max-width: 500px;
  margin-inline: auto;
  width: 100%;
}
.table .inner .sale_text_wrapper .sale_text_inner {
  margin-top: 60px;
  position: relative;
}
.table .inner .sale_text_wrapper .sale_text_inner:before {
  margin-inline: auto;
  left: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid #ed2d5e;
  border-left: 8px solid #ed2d5e;
  border-top: 13px solid #ed2d5e;
  border-bottom: 0;
  top: -45px;
}
.table .inner .sale_text_wrapper .sale_text_inner:after {
  margin-inline: auto;
  left: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid #ed2d5e;
  border-left: 8px solid #ed2d5e;
  border-top: 13px solid #ed2d5e;
  border-bottom: 0;
  top: -20px;
}
.table .inner .sale_text_wrapper .sale_text_inner .text {
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.table .inner .sale_text_wrapper .sale_text_inner .sale_area {
  background-color: #fff64d;
  padding-block: 0.8em;
  border-radius: 8px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table .inner .sale_text_wrapper .sale_text_inner .sale_area .sale_text01 {
  font-size: 2rem;
  font-weight: bold;
}
.table .inner .sale_text_wrapper .sale_text_inner .sale_area .sale_text01 span {
  font-size: 1.4rem;
}
.table .inner .sale_text_wrapper .sale_text_inner .sale_area .sale_text02 {
  color: #ed2d5e;
  font-size: 3.2rem;
  font-weight: bold;
}
.table .inner .table_wrapper table thead tr th:nth-of-type(2),
.table .inner .table_wrapper table tbody tr td:nth-of-type(2) {
    -webkit-border-start: 1px solid #cfe1e8;
    border-inline-start: 1px solid #cfe1e8;
}

/* +++生存戦略イラスト部分+++ */
.web_kyouka_pic-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 3rem;
}
.web_kyouka_pic-area img {
	width: 100%;
	max-width: 800px;
	height: auto;
}

/* +++table 2つめ+++ */
.message_table {
	width: min(100% - 20px, 800px);
	margin: 4rem auto 3rem;
	border-top: 1px solid #156082;
	border-left: 1px solid #156082;
	border-right: 1px solid #156082;
	font-size: 1.5rem;
}
.message_table caption {
	color: #156082;
	padding: 12px 0;
	border-bottom: 1px solid #cfe1e8;
	font-size: 1.7rem;
}
.message_table th,
.message_table td {
	padding: 1rem;
	border-bottom: 1px solid #156082;
}
.message_table .midashi th:nth-child(1),
.message_table .naiyou th:nth-child(1) {
	width: 17%;
}
.message_table .midashi th:nth-child(2),
.message_table .naiyou th:nth-child(2) {
	width: 35%;
}
.message_table .midashi th:nth-child(3),
.message_table .naiyou th:nth-child(3) {
	width: 48%;
}
.message_table .naiyou td:nth-child(2) {
	border-right: 1px solid #ddd;
}
.message_table .naiyou th:nth-child(1) {
	border-right: 1px solid #ddd;
}
.message_table .midashi th {
	background-color: #156082;
	color: #fff;
}
.message_table .naiyou th,
.message_table .naiyou td {
	background-color: #fff;
}
.message_table .naiyou th {
	color: #156082;
}
.table-comment {
	width: min(100%, 800px);
	margin-inline: auto;
}

/* +++卒業後の進路+++ */
.shinro {
	margin-top: 7.2rem;
}
.shinro .sec{
	padding-bottom:8rem;
}
.shinro .features-area {
	transform: scale(.85);
}
.shinro .features-area .shinro-li{
	width: calc(33.333333% - 3.2rem);
	position: relative;
}
.shinro .features-area .shinro-li .box{
	border:1px solid #ccc;
	border-radius: 16px;
	position:relative;
    height: 100%;
    min-height: 200px;
}
.shinro .features-area .shinro-li .box .box-text{
	padding:10px 20px;
	position:relative;
	z-index:1;
	min-height: min(29rem,260px);
}
.shinro .features-area .shinro-li .box .box-text .brown,
.shinro .features-area .shinro-li .box .box-text .brown-2{
	color:#7f4f21;
}
.shinro .features-area .shinro-li .box .box-text .brown{
	font-size: 1.8rem;
}
.shinro .features-area .shinro-li .box .box-text .brown-2{
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 3rem;
}
.shinro .features-area .shinro-li .box .box-text .text-red{
	font-weight: 500;
	font-size: 1.3em;
    line-height: 3rem;
}
.shinro .features-area .shinro-li .box img{
	position:absolute;
	z-index: 0;
}
.shinro .features-area .shinro-li .box .box-text span{
	display: inline-block;
	border-radius: 9999px;
	margin: 0.8rem 0;
	padding: 0 12px;
	color:#fff;
}
.shinro .features-area .shinro-li .box .box-text .capsule-1{
	background-color:#43bfeb;
}
.shinro .features-area .shinro-li .box .box-text .capsule-2{
	background-color:#ea5514;
}
.shinro .features-area .shinro-li .box .box-text .capsule-3{
	background-color:#e9589a;
}
.shinro .features-area .shinro-li .box .box-text .capsule-4{
	background-color:#f39800;
}
.shinro .features-area .shinro-li .box .box-text .capsule-5{
	background-color:#ef93bb;
}
.shinro .features-area .shinro-li .box .box-text .capsule-6{
	background-color:#8cc220;
}
.shinro .features-area .shinro-li .box .box-text .capsule-7{
	background-color:#e60012;
    margin: 1.5rem 0;
}
.shinro .features-area .shinro-li .box .shinro-img1,
.shinro .features-area .shinro-li .box .shinro-img2,
.shinro .features-area .shinro-li .box .shinro-img3{
	bottom:8%;
}
.shinro .features-area .shinro-li .box .shinro-img1,
.shinro .features-area .shinro-li .box .shinro-img2{
	right:3%;
	width:40%;
}
.shinro .features-area .shinro-li .box .shinro-img3{
	right: max(-33%,-114px); 
	width:58%;
}
.shinro-text{
	padding-top:1.1em;
	padding-left:1em;
}
.shinro .features-area .shinro-li .box .box-text .text-red .text-plus{
	display: inline-block;
    color: red !important;
    font-size: 2em;
	vertical-align: -0.2em;
    line-height: 0.6;
	font-weight:350; 
}
.shinro-midashi {
	display: table;
  	position: relative;
  	margin-inline:auto;
	margin-bottom: calc(80px + 1rem);
}
.shinro-midashi .sec-title02 {
	margin-bottom: 1.5em;
}
.lines-svg {
	position: absolute;
	top: 100%; /* 見出しのすぐ下から開始 */
	left: 0;
	width: 100%; /* 見出しと同じ幅 */
	height: 80px; /* 線の垂直距離 */
	overflow: visible; /* 見出し幅の外側（左右の四角）まで線を伸ばす */
}
.lines-svg .line {
	stroke: #333;
	stroke-width: 2;
	stroke-linecap: round;
	opacity: 0;
	stroke-dasharray: 300;
	stroke-dashoffset: 300;
}
.is-shown.lines-svg .line {
	animation: drawLine 1.2s ease forwards;
}
@keyframes drawLine {
	0% {
		opacity: 0;
		stroke-dashoffset: 300;
	}
	1% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		stroke-dashoffset: 0;
	}
}

/* +++.philosophy+++ */
.philosophy p.comment02{
	font-size: 1.8rem;
	margin-bottom: 1.2rem;
	line-height: 1.75;
}
.case{
	width: calc(50% - .5px);
	border: 4px solid #bbb;
}
.case .caption{
	font-size: 80%;
}
.philosophy div.s-between{
	max-width: 100rem;
	align-items: stretch;
}
.case h4{
	font-size: 1.7rem;
	text-align: center;
	padding: 1.2rem .6rem;
	line-height: 1.5;
	color: #fff;
	background: #bbb;
	width: 100%;
}

.case02{
	border-color: #f68026;
}
.case02 h4{
	background: #f68026;
}
.case .text{
	padding: 2rem;
}
.case .text p{
	font-size: 1.4rem;
}
.caption{
	font-size: 80%;
	margin-top: 1.5em;
	padding-left: 1em;
	text-indent: -1em;
	display: block;
}
.caption:before{
	content: "※";
	display: inline;
}
.arrow{
	margin: 0 auto;
	position: relative;
}
.arrow .pic{
	width: 12rem;
	margin: auto;
	opacity: .5;
}
.arrow-text{
	font-size: 2.4rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.case mark{
	background: #e8ff00;
}
.case mark:before{
	display: none;
}

/* +++#main-visual+++ */
#main-visual{
	height: calc(100vh - 9.3vw);
	//min-height: min(60.88vw, 114.884rem);
	min-height: calc(100vw / 1536 * 695.2);
	overflow: visible;
	background: #fff;
}
#main-visual:before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
/*
	top: 2.4rem;
*/
	top: 0;
	margin: auto;
/*
	width: min(71vw, 134rem);
	height: min(60.88vw, 114.884rem);
*/
	width: 76vw;
	height: 66vw;
	background: url(../images/main-pic02.gif) no-repeat;
	background-size: 100% auto;
	background-position: left center;

	opacity: 0;
	visibility: hidden;
	transform: translateY(-15%);
	transition-delay: 1s;
	transition: 1s all ease;
}
.loaded #main-visual:before{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#main-visual:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	margin: auto;
	width: 36vw;
	height: 16vw;
	background: url(../images/main-pic03.png) no-repeat;
	background-size: contain;
	background-position: right center;
	opacity: 0;
	visibility: hidden;
	transform: translateX(15%);
	transition-delay: 1s;
	transition: 1s all ease;
	z-index: 2;
}
.loaded2 #main-visual:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mv-slide{
	font-size: 6rem;
	font-weight: 700;
	white-space: nowrap;
	height: 1em;
	margin: auto;
	justify-content: flex-start;
	flex-wrap: nowrap;
	z-index: 2;
	overflow: hidden;
	transition: 1.2s opacity ease;
}
.mv-slide div{
	animation-name: mv-slide;
	animation-duration: 60s;
	animation-delay: -30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	padding: 0 .5em;
	transition: .5s all ease;
}
.mv-slide div:nth-of-type(2){
	animation-name: mv-slide02;
	animation-duration: 60s;
	animation-delay: 0s;
}
.mv-text-area{
	position: absolute;
	left: 0;
	right: 0;
	bottom: min(6rem, 8.6vh);
	padding-inline: 2.5vw;
	overflow: hidden;
}
#main-visual .text-red{
	color: #e60012;
	font-size: 4rem;
	margin-bottom: 4rem;
	line-height: 1.2 !important;
}
#main-visual .text-red .large{
	font-size: 140%;
}
.sub-catch{
	margin-top: 5.6rem;
	font-size: 3rem;
	height: 6rem;
	width: fit-content;
	position: relative;
}
.sub-catch:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #f85084;
	z-index: 1;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s all cubic-bezier(0.5, 0, 0, 1.42);
	transition-delay: 2.3s;
	transform: scaleX(0);
	transform-origin: left top;
	z-index: 1;
}
.loaded .sub-catch:before{
	transform: scaleX(1);
}



.sub-catch span{
	position: relative;
	z-index: 9;
	padding: 0 .75em;
}
.sub-catch .slide-up{
	transform: translateY(6rem);
	transition: .3s all ease;
}

@keyframes mv-slide{
	0%{
		transform: translateX(100%);
	}
	100%{
		transform: translateX(-100%);
	}
}

@keyframes mv-slide02{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-200%);
	}
}

/* +++#award+++ */
.award-pic {
    width: 42%;
    margin: 0 3% 0 0;
}
#award .txt, #support .txt {
    width: 55%;
}
.award-pic img{
	width:100%;
}

/* +++#kyouzai+++ */
#kyouzai .text-area {
	align-items: center;
}
#kyouzai .txt {
	width: 60%;
}
.cycle-wrap {
	width: 40%;
	opacity: 0;
	transform: scale(0.8);
}
.cycle-wrap.is-shown {
	opacity: 1;
	animation: zoomInAnime 0.5s forwards;
}
@keyframes zoomInAnime {
	from {
		transform: scale(0.8);
	}
	to {
		transform: scale(1);
	}
}
.cycle-picture {
	width: 100%;
	aspect-ratio: 1 / 1;
}
.cycle-background {
	transform: scale(0.8);
	opacity: 0.5;
	width: 100%;
	height: 100%;
}
.cycle-background img {
	width: 100%;
	height: auto;
}
.cycle-rotate {
	width: 55%;
	height: 55%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	animation: rotate-circle 8s linear infinite;
}
@keyframes rotate-circle {
	from {
		transform: translateX(-50%) translateY(-50%) rotate(0deg);
	}
	to {
		transform: translateX(-50%) translateY(-50%) rotate(360deg);
	}
}
.cycle-rotate img {
	width: 100%;
	height: auto;
}
.cycle-text-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cycle-text-wrap p {
	position: absolute;
	font-size: 2rem;
	line-height: 1.25;
	color: #fff;
	white-space: nowrap;
}
.cycle-text01 {
	top: 25%;
	left: 33%;
}
.cycle-text02 {
	top: 38%;
	left: 60%;
}
.cycle-text03 {
	top: 54%;
	left: 31%;
}
.cycle-text04 {
	top: 60%;
	left: 54%;
}
.text-outline01 {
	-webkit-text-stroke: 5px #53b9e9;
	text-stroke: 5px #53b9e9;
	paint-order: stroke;
}
.text-outline02 {
	-webkit-text-stroke: 5px #2398aa;
	text-stroke: 5px #2398aa;
	paint-order: stroke;
}
.text-outline03 {
	-webkit-text-stroke: 5px #1bc0d6;
	text-stroke: 5px #1bc0d6;
	paint-order: stroke;
}
.text-outline04 {
	-webkit-text-stroke: 5px #47b9af;
	text-stroke: 5px #47b9af;
	paint-order: stroke;
}

/* +++#learning+++ */
.learning-pic {
    width: 42%;
    margin: 0 3% 0 0;
}
#learning .txt {
    width: 55%;
}
.learning-pic img{
	width:100%;
}

/* +++#outline+++ */
#outline{
	overflow: hidden;
}
#outline p .slide-up{
	transform: translateY(9em);
}
#outline .text-area{
	z-index: 9;
	align-items:flex-end;
}
#outline .txt{
	position: relative;
	z-index: 9;
	width: 70%;
}
.achievements {
	width: 30%;
	position:relative;
}
.achievements-pic {
	display: flex;
	justify-content: center;
}
.achievements img {
	width: 70%;
	height: auto;
}
.achievements p {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	width: 20rem;
	font-size: 1.8rem;
	color: #e61717;
	text-align: center;
	line-height: 1.5;
}
.achievements p span {
	font-size: 2.5rem;
}
.slide01{
	padding: 0 1.8rem;
	background: #444;
}
.slide01 .pic{
	padding: .9rem 0;
}
.slide01 .pic img{
	border-radius: .4rem;
}
.slide01,
#outline:before{
	position: absolute;
	z-index: 2;
	right: min(2.5vw, 3.6rem);
	top: 0;

	width: 36rem;
	z-index: 1;
	transform: rotate(30deg);
	transform-origin: right top;

	display: none;
}
#outline:before{
	content: "";
	display: block;
	background: #0b2b42;
	height: 200%;
	z-index: 9;
	opacity: .6;
	mix-blend-mode: multiply;

	display: none;
}
.slide01 .slick-list{
	transform: rotate(180deg) !important;
}
.slide01 .slick-list img{
	transform: rotate(180deg) !important;
}

/* +++#topics+++ */
#topics .inner,
#portfolio .inner,
#course .inner{
	max-width: 136.8rem;
}
.news-list{
	align-items: stretch;
}
.news-list li{
	width: calc(25% - min(2.7rem, 1.973vw));
	height: calc(((95vw / 4) - min(2.7rem, 1.973vw)) / 3 * 3);
	overflow: hidden;
	border: 1px solid #efefef;
}
.news-list li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: #eee;
}
.news-list li:not(:last-of-type){
	margin-right: min(3.6rem, 2.6315vw);
}

.news-list .pic{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.news-list .pic:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;	
	top: 0;
	background: #f85084;
	transition: .3s all ease;
	opacity: 0;
	visibility: hidden;
}
.news-list a:hover .pic:after{
	opacity: .9;
	visibility: visible;
}
.news-list a:hover .pic img{
	transform: scale(1.05);
	opacity: 1;
}
.news-list .pic img{
	height: 100%;
	object-fit: cover;
	opacity: .8;
	transition: .3s all ease;
	object-fit: cover;
}

.news-list .text{
	padding: 2.4rem 2.4rem 3.6rem 2.4rem;
	position: relative;
	z-index: 9;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: .3s all ease;
	text-shadow: 0 0 8px #fff;
}
.news-list a:hover .text{
	color: #fff;
}
.news-list date{
	font-size: 1.4rem;
	font-weight: 300;
	opacity: .8;
	padding-bottom: .8rem;
	display: block;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.news-list date:before{
	content: "";
	display: block;
	width: 1.2em;
	height: 1.2em;
	background: url(../images/update-icon-black.svg) no-repeat;
	background-size: 100% auto;
	margin: .8em;
}
.news-list a:hover date:before{
	background: url(../images/update-icon-white.svg) no-repeat;
}

.news-list .post-title{
	line-height: 1.5;
	font-size: 1.7rem;
}


/* +++#portfolio+++ */
.portfolio-slide{
	padding-top:6rem;
}
.portfolio_p{
	text-align:center;
}
.portfolio{
	position: relative;
	overflow: hidden;
}
.portfolio:before{
	content: "";
	display: block;
	width: 120%;
	height: 100%;
	position: absolute;
	background: #f85084;
	transform: skew(-15deg, 0) scale(0,1);
	left: -10%;
	top: 0;
	transition: .3s all ease;
	opacity: 0;
}
.portfolio:hover:before{
	transform: skew(-15deg, 0) scale(1,1);
	opacity: .85;
}
.portfolio h3,
.portfolio date,
.portfolio ul{
	opacity: 0;
	transition: .3s opacity ease;
	transition-delay: 0s;
}
.portfolio:hover h3,
.portfolio:hover date,
.portfolio:hover ul{
	opacity: 1;
	transition-delay: .3s;
}
.portfolio h3{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 2rem;
}
.portfolio h3 a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.portfolio date{
	position: absolute;
	left: 1.8rem;
	top: 1.8rem;
	font-size: 1.4rem;
}
.portfolio ul{
	position: absolute;
	right: 1.8rem;
	bottom: 1.8rem;
}
.portfolio li{
	width: 4rem;
	height: 4rem;
	margin-left: 1.2rem;
}
.portfolio li a{
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s transform ease;
}
.portfolio li a:hover{
	transform: scale(1.1);
}
.portfolio li a img{
	width: 33%;
	height: auto;
}


/* +++#features+++ */
.comment01{
	margin-bottom: 1em;
	font-size: 1.8rem;
}
.comment01 .text-red{
	font-size: 125%;
	padding-inline: .25em;
}
.comment02,.comment03{
	width: fit-content;
	font-size: 2.4rem;
	margin: 0 auto 6rem;
	position: relative;
}
.comment02 .text-red{
	padding-inline: .25em;
	font-size: 150%;
}
.comment02 .slide-up{
	transform: translateY(3em);
}
.comment03 .text{
	padding-inline: .25em;
	font-size: 150%;
}
.feature{
	width: calc(33.333333% - 3.2rem);
	position: relative;
}
.feature .pic-area{
	position: relative;
	width: calc(34.8rem - 4.8rem);
	height: min(30rem, calc(95vw / 3 - 3.2rem - 4.8rem));
	margin: 0 auto 2.4rem;
	margin-bottom: 2.4rem;
}

.feature h3{
	font-size: 1.7rem;
	line-height: 1.5;
	margin-bottom: 1.8rem;
}
.feature p{
	font-size: 1.4rem;
}
.feature .pic{
	position: absolute;
}
.feature:nth-of-type(1) .pic01,
.feature:nth-of-type(2) .pic01{
	left: 0;
	top: 0;
	width: 61.8%;
}
.feature:nth-of-type(1) .pic02,
.feature:nth-of-type(2) .pic02{
	right: 0;
	bottom: 0;
	width: 61.8%;
}
.feature:nth-of-type(3) .pic01{
	left: 0;
	top: 0;
	width: 80%;
}
.feature:nth-of-type(3) .pic02{
	right: 0;
	bottom: 0;
	width: 80%;
}
.number{
	position: absolute;
	color: #009d80;
	left: 0;
	top: -1.8rem;
	font-size: 4rem;
	letter-spacing: 0;
}
#features .slide-left-open:before,
#features .slide-right-open:before,
#features .slide-top-open:before,
#features .slide-bottom-open:before{
	background: #f5f8fa;
}
.follow-link {
	text-decoration: underline;
}
.spacing-none {
	--spacing: .01em;
}
/* +++#course+++ */
#course{
	padding-inline: 1.25vw;
}
.course{
	padding-inline: 1.25vw;
}
.course .pic{
	position: relative;
	overflow: hidden;
}
.course .pic:before{
	content: "";
	display: block;
	width: 120%;
	height: 100%;
	position: absolute;
	background: #f85084;
	transform: skew(-15deg, 0) scale(0, 1);
	left: -10%;
	top: 0;
	transition: .3s all ease;
	opacity: 0;
}
.course .pic .en{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	font-weight: 300;
	font-size: 1.4rem;
	letter-spacing: .05em;
	transition: .3s opacity ease;
	transition-delay: .3s;
	opacity: 0;
	visibility: hidden;
}
.course a:hover .pic .en{
	opacity: 1;
	visibility: visible;
}
.course a:hover .pic:before{
	transform: skew(-15deg, 0) scale(1,1);
	opacity: .65;
}
.course .txt{
	position: relative;
	z-index: 9;
	padding-top: 2.4rem;
}
.course h3{
	font-size: 2rem;
	line-height: 1.75;
	position: relative;
}
.course dl{
	margin-bottom: 2.4rem;
	font-size: 1.2rem;
}
.course dt{
	position: relative;
	margin-bottom: 1.2rem;
	font-weight: 500;
	width: 6em;
	height: 1.8em;
	border-radius: .9em;
	border: 1px solid #434343;
	display: flex;
	align-items: center;
	justify-content: center;
}
.course dl:nth-of-type(2) dd{
	font-size: 1.3rem;
}
.course dl dd{
	font-size: 1.8rem;
}



@media screen and (max-width: 1024px){
/* +++++ヒエラルキー部分+++++++ */
	.hierarchy-right {
		width: 100%;
	}
}



@media screen and (max-width: 768px){
#learning .sec-title02.henkou {
	margin: 4rem 0 1rem;
}

/* +++++ふせん部分+++++++ */
	.button-wrap {
		top: 45%;
	}
	.login-button {
		width: 3.5rem;
		height: 12rem;
		font-size: 80%;
	}

/* +++++ひよこアイコン部分+++++++ */
	.hiyoko{
		transform:scale(0.6);
		top:10rem;
		right:1rem;
	}

/* +++++ヒエラルキー部分+++++++ */
	.hierarchy-wrap {
		padding: 3rem 0;
	}
	.hierarchy-right {
		gap: 15px;
	}
	.koumoku {
		flex: 1;
		width: auto;
		padding: .8rem .8rem 1.2rem 0;
	}
	.koumoku p {
		font-size: 1.2rem;
		padding-left: 1rem;
	}
	.koumoku ul {
		padding-left: 1rem;
		font-size: 1rem;
	}
	.koumoku ul li {
		padding-left: 1rem;
	}

/* +++++比較部分+++++++ */
	.skill-hikaku {
		padding: 3rem 0;
	}
	.hikaku-left,
	.hikaku-right {
		flex: 1;
		width: auto;
	}
	.hikaku-left p,
	.hikaku-right p {
		font-size: 1rem;
	}
	.skill-hikaku-txt{
		margin: 10px auto 30px;
		padding: 10px 14px;
		font-size: 1rem;
	}
	.hikaku-left img,
	.hikaku-right img {
		padding: 10px;
	}

	.hikaku img.pc{
		display:none;
	}
	.hikaku img.responsive{
		display:block;
	}

	.kakudai {
		margin-left: 20px;
		font-size: .8rem;
		color: #22588a;
		display: inline-flex;
		align-items: center;
		gap: 6px;
	}
	.kakudai::before{
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
		background: url("../images/icon-kakudai.png") no-repeat center / contain;
	}

/* +++++table+++++++ */
	.table {
		width: min(100%, 800px);
		padding: 3rem 0 0;
	}
	.table .inner .table_wrapper table tbody {
		font-size: 1rem;
	}
	.table .inner .table_wrapper table tbody tr td {
	  padding: 1rem .5rem;
	}
	.table_wrapper table caption{
		padding: 13px 0;
		font-size: 1rem;
	}
	.table .inner .table_wrapper table thead tr th {
	  font-size: 1rem;
	}

/* +++生存戦略イラスト部分+++ */
	.web_kyouka_pic-area {
		margin: 2rem 0 1rem;
	}

/* +++table 2つめ+++ */
	.message_table {
		width: 100%;
		font-size: 1rem;
		margin-top: -3rem;
	}
	.message_table caption {
		font-size: 1.2rem;
	}
	.message_table th,
	.message_table td {
		padding: 1rem .5rem;
	}
	.message_table .midashi th:nth-child(1),
	.message_table .naiyou th:nth-child(1) {
		width: 17%;
	}
	.message_table .midashi th:nth-child(2),
	.message_table .naiyou th:nth-child(2) {
		width: 35%;
	}
	.message_table .midashi th:nth-child(3),
	.message_table .naiyou th:nth-child(3) {
		width: 48%;
	}

/* +++卒業後の進路+++ */
	#learning .tyousei {
		margin-top: -4rem;
		gap: 1rem;
	}
	.shinro {
		margin-top: 4rem;
	}
	.lines-svg{
		display:none;
	}
	.shinro-midashi {
		margin-bottom: 0;
	}
	.shinro-midashi .sec-title02 {
		margin-bottom: 0;
	}
	.shinro .features-area .shinro-li {
		width:100%;
		padding-top:3rem;
	}
	.shinro .features-area .shinro-li:first-child{
		padding-top: 0;
	}
	.shinro .features-area .shinro-li .box .shinro-img1,
	.shinro .features-area .shinro-li .box .shinro-img2{
		bottom:20%;
	}
	.shinro .features-area .shinro-li .box .shinro-img3{
		bottom:10%;
	}
	.shinro .features-area .shinro-li .box .shinro-img1,
	.shinro .features-area .shinro-li .box .shinro-img2{
		right:3%;
		width:40%;
	}
	.shinro .features-area .shinro-li .box .shinro-img3{
		right: -12%; 
		width:45%;
	}
	.shinro .features-area .shinro-li .box .box-text{
		min-height:auto;
	}
	.shinro .features-area .shinro-li .box .box-text .brown-2{
	font-size: 2rem;
	}
/* +++.philosophy+++ */
	.philosophy{
		padding-inline: 0;
	}
	.philosophy p.comment02{
		font-size: 1.6rem;
		margin-bottom: 1.2rem;
		line-height: 1.75;
	}
	.case{
		width: 100%;
		border: 3px solid #bbb;
	}
	.philosophy div.s-between{
		display: block;
		max-width: 100%;
		padding-inline: 2rem;
	}
	.case h4{
		font-size: 1.5rem;
		text-align: center;
		padding: .8rem .4rem;
	}
	.case02{
		border-color: #f68026;
		margin-top: 1.8rem;
	}
	.case .text{
		padding: 1.5rem;
	}
	.case .text p{
		font-size: 1.3rem;
	}
	.arrow{
		margin: 1.8rem auto;
	}
	.arrow .pic{
		width: 8rem;
	}
	.arrow-text{
		font-size: 1.6rem;
	}

/* +++#main-visual+++ */
	#main-visual{
		height: 55rem;
	}
	#main-visual:before{
		bottom: auto;
		width: 100%;
		height: 33rem;
		top: 5rem;
		background-size: 100% auto;
		background-position: center top;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-15%);
		transition-delay: 1s;
		transition: 1s all ease;
	}
	#main-visual:after {
		position: absolute;
		right: 0;
		top: 9rem;
	}
	.mv-slide{
		font-size: 2.4rem;
		transition: 1.2s opacity ease;
	}


	.mv-text-area{
		bottom: 4rem;
	}
	#main-visual .text-red{
		font-size: 2.4rem;
		margin-bottom: 1.8rem;
	}

	.sub-catch{
		margin-top: 2.2rem;
		font-size: 1.8rem;
		height: 6rem;
	}

.news-list li{ height:auto; }

/* +++#award+++ */
	#award .inner{
		flex-direction:column;
	}
	.award-pic{
		width:auto;
		margin:0;
	}
	#award .txt, #support .txt {
		width:auto;
	}

/* +++#kyouzai+++ */
	#kyouzai .txt {
		width: 100%;
	}
	.cycle-wrap {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.cycle-text-wrap p {
		font-size: 1.5rem;
	}

/* +++#learning+++ */
	#learning .inner{
		flex-direction: column;
	}
	.learning-pic{
		width: auto;
		margin: 0;
	}
	#learning .txt {
		width: auto;
	}

/* +++#topics+++ */
	#topics .inner,
	#portfolio .inner,
	#course .inner{
		max-width: 100%;
	}
	.news-list{
		display: block;
		padding-inline: 2rem;
	}
	.news-list li{
		width: 100%;
	}

	.news-list li:not(:last-of-type){
		margin-right: 0;
		margin-bottom: 4.8rem;
	}

	.news-list .pic{
		height: calc((100vw - 8rem) / 3 * 2);
	}
	.news-list .text{
		padding-top: 1.8rem;
	}
	.news-list date{
		font-size: 1.2rem;
	}
	.news-list .post-title{
		font-size: 1.6rem;
	}


/* +++#portfolio+++ */
	.portfolio_p{
        font-size: 1.4rem;
        line-height: 1.75;
				padding-left: 2rem;
        padding-right: 2rem;
				text-align:left;
	}
	#portfolio .sec-title01{
		padding-inline: 2rem;
	}
	.portfolio:before{
		display: none;
	}
	.portfolio h3,
	.portfolio date,
	.portfolio ul{
		opacity: 1;
	}

	.portfolio h3{
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin: auto;
		font-size: 1.6rem;
		color: #131313 !important;
		opacity: 1;
	}
	.portfolio h3 a{
		width: 100%;
		height: auto;
		color: #131313 !important;
		display: block;
		padding-inline: 1.2rem;
	}
	.portfolio date{
		position: relative;
		left: auto;
		top: auto;
		font-size: 1.2rem;
		margin: 1.8rem 0 1.2rem;
		color: #131313 !important;
		display: block;
		padding-inline: 1.2rem;
	}
	.portfolio .pic{
		height: calc(100vw / 1.25 / 3 * 2);
		overflow: hidden;
		position: relative;
	}

	.portfolio .pic a{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
	}
	.portfolio ul{
		position: absolute;
		right: 1.2rem;
		top: calc((100vw / 1.25 / 3 * 2) - 3.6rem - 1.2rem);
		bottom: auto;
		z-index: 9;
	}
	.portfolio li{
		width: 3.6rem;
		height: 3.6rem;
		margin-left: 1.2rem;
	}
/* +++#features+++ */
	.comment01{
		margin-bottom: 1em;
		font-size: 1.8rem;
	}
	.comment02{
		width: fit-content;
		font-size: 2rem;
		padding: 1.2rem 1.2rem;
		margin: 0 auto 6rem;
		position: relative;
	}
	.comment02:before{
		border-left: 3.6rem solid #f5f8fa;
		border-bottom: 3.6rem solid transparent;
	}
	.comment02:after{
		border-right: 3.6rem solid #f5f8fa;
		border-top: 3.6rem solid transparent;
	}
	.comment02 .text-gradient-blue{
		font-size: 135%;
	}
	.comment03{
		width: fit-content;
		font-size: 1.5rem;
		padding: 1.2rem 1.2rem;
		margin: 0 auto 6rem;
		position: relative;
	}
	.feature-area{
		display: block;
	}
	.feature{
		width: 100%;
	}
	.feature .pic-area{
		width: calc(100% - 4rem);
		height: calc(100vw - 8rem);
		margin: 0 auto 2.4rem;
	}

	.feature h3{
		font-size: 1.6rem;
		margin-bottom: 1.2rem;
	}
	.feature p{
		font-size: 1.3rem;
	}
	.feature:nth-of-type(2){
		margin-top: 6rem;
	}
	.feature:nth-of-type(3){
		margin-top: 6rem;
	}
	.number{
		left: 0;
		top: -1.6rem;
		font-size: 3.2rem;
	}

/* +++#course+++ */
	#course{
		padding-inline: 2rem;
	}
	.course{
		padding-inline: 2rem;
	}
	.course{
		padding-inline: 0;
		width: 100%;
		margin-bottom: 0;
	}

	.course .pic .en{
		font-size: 1.2rem;
	}

	.course h3{
		font-size: 1.9rem;
		width: calc(100% - 4rem);
		/*margin-top: -1.8em;*/
	}


	.course dl{
		margin-top: 2rem;
		font-size: 1.4rem;
	}
	.course dt{
		margin-bottom: 1.2rem;
	}

	.course dl:nth-of-type(2) dd{
		font-size: 1.5rem;
	}
	.course dl dd{
		font-size: 1.8rem;
	}

/* +++#outline+++ */
	#outline .txt{
		width: 100%;
	}
	.achievements {
		width: 100%;
		margin: 2rem auto 0;
	}
	.achievements img {
		width: 55%;
	}
	.achievements p {
		top: 30%;
		font-size: 1.3rem;
	}
	.achievements p span {
		font-size: 2rem;
	}
	.slide01{
		padding: 0 1.8rem;
		background: #444;
	}
	.slide01 .pic{
		padding: .9rem 0;
	}
	.slide01 .pic img{
		border-radius: .4rem;
	}
	.slide01,
	#outline:before{
		position: absolute;
		z-index: 2;
		right: min(2.5vw, 3.6rem);
		top: 0;
		width: 36rem;
		z-index: 1;
		transform: rotate(30deg);
		transform-origin: right top;
		display: none;
	}
	#outline:before{
		content: "";
		display: block;
		background: #0b2b42;
		height: 200%;
		z-index: 9;
		opacity: .6;
		mix-blend-mode: multiply;
		display: none;
	}
	.slide01 .slick-list{
		transform: rotate(180deg) !important;
	}
	.slide01 .slick-list img{
		transform: rotate(180deg) !important;
	}



}