@charset "UTF-8";


.cat04-logo {
	display: block !important;
}

@media screen and (min-width: 769px){
	.point .inner {
		width: 124rem;
	}
}
.bg-bluegray {
	background-color: #f5f8fa;
}
/*
.external_link {
	right: 0;
	top: 20%;
}
.pswp{
	z-index: 99999 !important;
}
.bread-crumbs{
	padding-top: 2.4rem;
	z-index: 999;
}
#sec01{
	position: relative;
}

#key-visual{
	height: 36rem;
	margin-bottom: 0;
}
#key-visual .slide-up,
#key-visual .slide-up{
	position: relative;
	z-index: 9;
	transform: translateY(2.5em);
}
.course-head{
	padding-top: 7.2rem;
	padding-bottom: 7.2rem;
}
.post-course-title{
	font-size: 3.2rem;
	line-height: 1.75;
	margin-top: 1.2rem;
	margin-bottom: 1.5rem;
}
.entry-term{
	font-size: 1.8rem;
}
#key-visual dt:after{
	content: ":";
	padding-inline: .5em;
}
*/

/* +++#main-visual+++ */
/*
canvas.confetti-canvas {
	pointer-events: none;
}
#main-visual{
	height: 100vh;
	overflow: hidden;
	position: relative;
	margin-top:-15.2rem;
}
#main-visual:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/program-main-visual.jpg) no-repeat;
	background-size: cover;
	background-position: 60% 50%;
	opacity: 0;
	visibility: hidden;
	transform: none;
	transition: opacity 1s ease;
	transition-delay: 0.5s;
}


.loaded #main-visual:before{
	opacity: 1;
	visibility: visible;
}
.main-catchcopy {
	position: absolute;
	top: 25%;
	opacity: 0; 
	font-size: 2.7vw;
	color: #e30073;
	line-height: 1.7;
	animation: fadeIn 1s ease 3s forwards;
}
.kunren-maker-logo {
	position: absolute;
	top: 48%;
	opacity: 0; 
	animation: fadeIn 1s ease 3s forwards;
}
@keyframes fadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}
.kunren-maker-logo img {
	width: 100%;
	height: auto;
}
.kunren-maker-logo ul {
	display: grid;
	grid-auto-flow: column;
	justify-content: start;
	gap: 1.2rem;
	margin: 0 0 1.5rem;
	color: #fff;
}
.logo-list01 {
	grid-auto-columns: max-content;
}
.logo-list02, .logo-list04 {
	grid-auto-columns: max-content;
}
.logo-list03 {
	 grid-auto-columns: max-content;
}
.kunren-maker-logo li {
	border-radius: 5px;
	padding: 0.5rem;
	width: fit-content;
}
.kunren-maker-logo .logo-list-large {
	padding: 2rem 1.5rem;
}
.kunren-maker-logo .logo-list-large a {
	color: #fff;
	text-decoration: underline;
}
.kunren-maker-logo .logo-list-large a:hover {
	text-decoration: none;
}
.logo-color01 {
	border: 2px solid #E63946;
	background-color: #E63946;
}
.logo-color02 {
	border: 2px solid #F3722C;
	background-color: #F3722C;
}
.logo-color03 {
	border: 2px solid #F9C74F;
	background-color: #F9C74F;
}
.logo-color04 {
	border: 2px solid #90BE6D;
	background-color: #90BE6D;
}
.logo-color05 {
	border: 2px solid #43AA8B;
	background-color: #43AA8B;
}
.logo-color06 {
	border: 2px solid #277DA1;
	background-color: #277DA1;
}
.logo-color07 {
	border: 2px solid #577590;
	background-color: #577590;
}
.logo-color08 {
	border: 2px solid #9B5DE5;
	background-color: #9B5DE5;
}
.logo-color09 {
	border: 2px solid #F15BB5;
	background-color: #F15BB5;
}
.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;
	top: 0;
	bottom: min(6rem, 8.6vh);
	padding-inline: 2.5vw;
	overflow: hidden;
	pointer-events: none;
}
#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-area{
	height: 100%;
}
.sub-catch{
	font-size: 3rem;
	height: 6rem;
	width: fit-content;
	position: absolute;
	bottom: 7vh;
}
.sub-catch:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ff5707d6;
	z-index: 1;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s all cubic-bezier(0.5, 0, 0, 1.42);
	transition-delay: 2.8s;
	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;
}
.link-button{
	height: 31rem;
	padding:1.3rem 0;
}
.link-button a{
	display: flex;
}

@keyframes mv-slide{
	0%{
		transform: translateX(100%);
	}
	100%{
		transform: translateX(-100%);
	}
}

@keyframes mv-slide02{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-200%);
	}
}

.horizontal-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 8vw;
}

.sub-catch-horizontal {
    position: relative;
    font-size: 1.9rem;
    font-weight: 700;
    color: #fff;
    padding: 0.5rem 1rem;
	margin-top:4rem;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeIn 0.8s ease 1.5s forwards;
    overflow: hidden;
}

.sub-catch-horizontal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255,255,255,0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 0.5px solid rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid rgba(255, 255, 255, 0.2); 
	box-sizing: border-box;
	box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.05);
    z-index: -1;
    transition: width 0.6s cubic-bezier(0.5, 0, 0, 1.42);
    transition-delay: 1.3s;
}

.loaded .sub-catch-horizontal::before {
    width: 100%;
}

.main-catchcopy-horizontal {
    font-size: 4.2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #fff;
    opacity: 0;
    transform: translateY(20px); 
    animation: slideUpFade 1s ease 1.5s forwards;
	text-shadow: 0 2px 8px rgba(255, 240, 230, 0.3);
}
.main-catchcopy-horizontal .orange{
	color:#FF8F3C;
}
.main-catchcopy-horizontal .highlight {
    display: block;
    font-size: 1.2em;
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.main-pic-area{
	position: relative;
	z-index: 9;
	padding-bottom: 7.2rem;
}
.main-pic{
	width: 100%;
	margin: -9.6rem auto 0;
}
.sec{
	padding-block: 7.2rem;
}
*/

#main-visual.cat04:before {
	background: url(../images/mainvisual9.jpg) no-repeat right 45%;
	background-size: cover;
}
.main-catchcopy.cat04 {
	color: #0044e3;
	font-weight:700;
	line-height: 1.5;
	-webkit-text-stroke: 4px #fff;
	text-stroke: 4px #fff;
	paint-order: stroke;
}
.sub-catch {
	bottom:14vh;
	font-weight:700;
	/*text-shadow:  2px  2px 0 #fff,-2px  2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;*/
}
.kunren-maker-logo {
    top: 80%;
}
.sub-catch span{
	padding:0;
}
.horizontal-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 8vw;
}
.sub-catch-horizontal {
    position: relative;
    font-size: 1.9rem;
    font-weight: 700;
    color: #fff;
    padding: 0.5rem 1rem;
		margin-top:4rem;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeIn 0.8s ease 1s forwards;
    overflow: hidden;
	line-height: 40px;
}
.sub-catch-horizontal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 0.5px solid rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid rgba(255, 255, 255, 0.2); 
	box-sizing: border-box;
	box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.05);
    z-index: -1;
    transition: width 0.6s cubic-bezier(0.5, 0, 0, 1.42);
    transition-delay: .5s;
}
.loaded .sub-catch-horizontal::before {
    width: 100%;
}
.main-catchcopy-horizontal {
    font-size: 4.2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #fff;
    opacity: 0;
    /*transform: translateY(20px);*/
    animation: slideUpFade 1s ease 2.5s forwards;
	text-shadow: 0 0 12px rgba(20, 186, 248, 1);
}
.main-catchcopy-horizontal .orange{
	color:#FF8F3C;
}
.main-catchcopy-horizontal .highlight {
    display: block;
    font-size: 1.2em;
}
@keyframes slideUpFade {
    from {
        opacity: 0;
        /*transform: translateY(20px);*/
    }
    to {
        opacity: 1;
        /*transform: translateY(0);*/
    }
}
.point .point-subheading{
	text-align:center;
	font-weight: 500;
	margin-bottom: 1.6em;
}
.point .post-content {
	margin: 0 0 7.2rem;
}
.post-content h3{
	font-size: 2rem;
	line-height: 1.75;
	margin-bottom: 1em;
	font-weight: 500;
}
.post-content h4{
	font-size: 2rem;
	line-height: 1.75;
	margin: 2em 0 0.25em;
	font-weight: 500;
}
.post-content h4:nth-child(1) {
	margin: 0 0 0.25em;
}
.post-content p:not(:last-of-type){
	margin-bottom: 1.5em;
}
.app .inner .sub-pic{
	margin-inline:auto;
}
.app .inner .sub-pic img{
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
}
.app-text{
	font-weight: 500;
}
.app-text p{
	margin-top:3em;
}
.small-comment {
	font-size: 70%;
	margin: 0 0 0 0.5rem;
}
.jr_table {
	margin: 0;
	width: 60%;
	text-align: center;
}
.reteu1 {
	border-right: 1px solid #ccc;
	width: 30%;
	padding: 1rem 0;
}
.zyoukyou {
	margin: 3em 0 0.5em;
}
/*
.flyer-area{
	padding-bottom: calc(7.2rem + min(10vw, 19.2rem) - 9.6rem);
}
.pdf{
	padding-inline: min(2.5vw, 4.8rem);
	width: 50%;
	margin-bottom: 9.6rem;
}
.pdf.single{
	margin: 0 auto 9.6rem;
}
.pdf:nth-of-type(2n){
	transform: translateY(min(10vw, 19.2rem));
}
.flyer-area .pic .slide-top-open{
	position: relative;
}
.flyer-area .pic .slide-top-open:before{
	transition: 1s all ease;
}
.flyer-area .button01{
	margin-top: calc(4.8rem + min(10vw, 9.6rem));
}
.pdf-link:after{
	display: none;
}

.pdf-link span:before{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background: url(../images/pdf-icon-black.svg) no-repeat;
	background-size: auto 100%;
	background-position: center;
	margin-right: .5em;
}
.pdf-link:hover span:before{
	background-image: url(../images/pdf-icon-white.svg);
}
*/

/* +++#outline+++ */
/*
.text-area {
	min-width: 1200px;
}
*/
#outline{
	overflow: hidden;
	padding-top: 12rem;
	padding-bottom: 12rem;
}
#outline p .slide-up{
	transform: translateY(9em);
}
#outline .text-area{
	z-index: 9;
	gap: 10%;
	align-items:flex-end;
}
#outline .txt{
	position: relative;
	z-index: 9;
	width: 67%;
}
.achievements {
	width: 23%;
	position:relative;
}
.achievements img {
	width: 100%;
	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;
}





.feature{
	width: 100%;
	position: relative;
	margin-bottom: 7.2rem;
	align-items: center;
}
.feature .pic-area{
	position: relative;
	width: min(43.548rem, calc(95vw * .382));
	height: min(43.548rem, calc(95vw * .382));
}
.feature .text{
	width: calc(61.8% - 7.2rem);
}
.feature:nth-of-type(2n+1){
	flex-direction: row-reverse;
}

.feature h3{
	font-size: 2.2rem;
	line-height: 1.75;
	margin-bottom: 1.8rem;
}
.feature p{
	font-size: 1.5rem;
}
.feature .pic{
	position: absolute;
}
.feature:nth-of-type(1) .pic01,
.feature:nth-of-type(3) .pic01{
	left: 0;
	top: 0;
	width: 61.8%;
	max-width: none;
}
.feature:nth-of-type(1) .pic02,
.feature:nth-of-type(3) .pic02{
	right: 0;
	bottom: 0;
	width: 61.8%;
	max-width: none;
}
.feature:nth-of-type(2) .pic01{
	left: 0;
	top: 0;
	width: 80%;
	max-width: none;
}
.feature:nth-of-type(2) .pic02{
	right: 0;
	bottom: 0;
	width: 80%;
	max-width: none;
}
.feature h3 .slide-up{
	transform: translateY(3em);
}
.feature p .slide-up{
	transform: translateY(100%);
}
mark{
	padding: 0 .5em;
	position: relative;
	font-size: 110%;
	background: none;
}
mark:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e8ff00;
	mix-blend-mode: darken;
}
.text-line {
	text-decoration: underline;
}



/* 概要 */
.flex .sec-title01{
	width: calc(30% - 2.4rem);
	
}
.flex .post-content{
	width: calc(70% - 2.4rem);
	margin-left: auto;
}
.flex .post-content>h3:not(:nth-of-type(1)){
	margin-top: 3rem;
}
.post-content ul{
	line-height: 2;
}
.post-content dt:before{
	content: "";
	display: inline-block;
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	background: #434343;
	margin-right: .5em;
}
.post-content dt:after{
	content: "：";
	display: inline;
}
/*
.post-content li:not(:last-of-type){
	margin-bottom: 1.5em;
}
*/


/* +++access+++ */
.map-infomation {
	background-color: #f2f2ed;
	width: 60%;
	margin: -10rem auto 0;
	text-align: center;
	padding: 6rem 0;
	z-index: 9;

	position: relative;
}
.map-infomation h3 {
	margin: 0 0 2.5rem 0;
	font-size: 2.5rem;
}


.map-infomation p {
	margin: 2rem 0 0 0;
}
.map-infomation p:first-of-type {
	font-size: 2rem;
}
.map-infomation p:last-of-type {
	font-size: 1.5rem;
}


/* +++ .voice +++ */
.pswp{
	z-index: 99999;
}
.program-voice-list{
	flex-direction: column;
}
.program-voice-list li{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
    display: flex;
	align-items: center;
    justify-content: center;
	padding-bottom:6rem;
	gap:3em;
}
.program-voice-list li:last-of-type {
    padding-bottom: 0;
}
.program-voice-list li:not(:nth-of-type(4n)){
	margin-right: 3.6rem;
}
.program-voice-list img,.balloon{
	display: block;
	transition: .3s all ease;
}
.program-voice-list .slide-bottom-open:before{
	/*background:#f5f8fa;*/
	background:#fff;
}
.program-voice-list li .balloon {
    opacity: 0;
    transform: scale(0.9) translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: 0.3s;
}

.program-voice-list li.animation-obj.is-shown .balloon {
    opacity: 1;
    transform: scale(1) translateY(0);
}

img.avatar{
	width: 15%;
	border-radius: 50%;
	object-fit: cover;
	overflow: hidden;
	aspect-ratio: 1 / 1;
    object-position: center 0;
}

.balloon{
	width:60%;
	background: #fff;
	line-height: 1.7;
	font-size: 1.4em;
	position: relative;
	padding: 12px 16px;
	border: 2px solid #333333;
	border-radius: 4px;
}

/*--app-remainder*/
/*
section.sec.outer.app.remaind{
	padding-top:0;
}
*/

.caption{
	font-size: 80% !important;
}
.lesson-content h3{
	font-size: 1.7rem;
	line-height: 1.5;
	margin: 2.4rem 0 1rem;
}
.lesson-content p{
	font-size: 1.4rem;
}
.lesson-content{
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	max-width: 140.4rem;
	padding-block: 7.2rem;
	padding-bottom: 0;
	margin:0 auto;
}
.lesson-content li{
	grid-column: span 2;
	padding: 0 1.8rem 5.4rem;
}
.lesson-content li:nth-child(1),
.lesson-content li:nth-child(4) {
	grid-column: 2 / span 2;
}
.lesson-content li:nth-child(2),
.lesson-content li:nth-child(5){
	grid-column: 4 / span 2;
}
.lesson-content li:nth-child(3),
.lesson-content li:nth-child(6){
	grid-column: 6 / span 2;
}
.lesson span.bold{
	font-weight: 500;
}
.post-wrap {
    padding-block: 7.2rem;
}
.post-wrap {
    padding-top: 12rem;
    padding-bottom: 12rem;
}
.post-wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    width: 100%;
}
.pic.main-pic {
	width: fit-content;
	margin-inline: auto;
}
.pic.main-pic img,
.pic.sub-pic img{
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: unset;
}
.sub-pic {
	max-width: 100rem;
	width: 100%;
	margin: 1.5rem 0;
}
.sikaku-wrap-01,
.sikaku-wrap-02,
.sikaku-wrap-03 {
	display: grid;
	gap: 0 3rem;
}
.sikaku-wrap-01,
.sikaku-wrap-03 {
	grid-template-columns: repeat(3, 1fr);
}
.sikaku-wrap-02 {
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 7.2rem;
}
.meyasu {
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.75;
	margin-top: 3rem;
	border-top: 1px solid #efefef;
}
.sikaku-wrap-03 .meyasu:nth-child(1),
.sikaku-wrap-03 .meyasu:nth-child(2),
.sikaku-wrap-03 .meyasu:nth-child(3) {
	margin-top: 0;
}
.meyasu tr,
.meyasu th,
.meyasu td {
	display: block;
}
.meyasu tr {
	display: block;
	border: 1px solid #efefef;
	border-top: none;
}
.meyasu th {
	font-weight: 500;
	padding: 1.8rem 2.4rem;
	text-align: left;
	background: #f5faf9;
	vertical-align: top;
	color: #068;
}
.meyasu td {
	padding: 1.8rem 2.4rem;
	vertical-align: top;
	min-height: 160px;
}
.sikaku-wrap-03 .meyasu td {
	/*min-height: 310px;*/
	min-height: 275px;
}
.meyasu ul li {
	list-style: disc;
	list-style-position: inside;
}
.meyasu p {
	font-size: 1.4rem;
}
.recommend-label{
  margin: 1.2rem 0;
  padding: .5em .8em;
  font-size: 1.2rem;
  font-weight: 500;
  color: #068;
  background: #f7f7f7;
  border-left: 3px solid #068;
}

.recommend-label {
    border-radius: 50px;
    border: 1px solid #ccc;
    width: 22em;
    text-align: center;
    color: #fff;
    background: #666;
}


@media screen and (max-width: 768px){
/*
	.bread-crumbs{
		padding-top: 1.8rem;
	}
	#main-visual{
    	height: calc(100svh - 7rem);
		margin-top: 0;
	}
	#main-visual:before{
    	object-fit: cover;
		background-position: 58% center;
	}
	
	.sub-catch-horizontal{
		font-size:0.8rem;
	}
	.main-catchcopy-horizontal{
		font-size: 2.3rem;
	}
	.cross{
		display: block;
		text-align: center;

	}
	#key-visual{
		height: 25rem;
		padding-inline: 0;
		justify-content: flex-start;
		padding-top: 4.8rem;
	}


	.course-head{
		padding-top: 3.6rem;
		padding-bottom: 3.6rem;
	}
	.post-course-title{
		font-size: 2.2rem;
		line-height: 1.5;
		padding-inline: 2rem;
		margin-top: 1.5rem;
		margin-bottom: 1.2rem;
	}
	.entry-term{
		font-size: 1.6rem;
	}

	.main-pic-area{
		padding-bottom: 4.8rem;
	}
	.main-pic{
		max-width: 100%;
		width: 100%;
		margin: -9.6rem auto 0;
	}
*/
	#main-visual.cat04:before {
    background-position: 85% 75%;
		background-size: 240%;
	}
	.main-catchcopy.cat04 {
	  top: 70%;
		white-space:nowrap;
		font-size:6vw;
		text-shadow:  1px  1px 0 #fff,-1px  1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
	}
	.horizontal-layout {
		justify-content: flex-end;
	}
	.sub-catch-horizontal{
		font-size:1rem;
		line-height: 20px;
		margin-bottom: 1rem;
	}
	.main-catchcopy-horizontal{
		font-size: 2.3rem;
	}
	.cross{
		display: block;
		text-align: center;
	}
.point .point-subheading{
	text-align: unset;
}
/*
	.sec{
		padding-block: 4.8rem;
	}
*/
	.post-content h3{
		font-size: 1.8rem;
	}
	.flyer-area{
		padding-bottom: 4.8rem;
	}
	.pdf{
		padding-inline: 2rem;
		width: 100%;
		margin-bottom: 4.8rem;
	}
	.pdf:nth-of-type(2n){
		transform: translateY(0);
	}
	.jr_table {
		width: 100%;
	}

/* +++#outline+++ */
/*
.text-area {
	min-width: auto;
}
*/

#outline {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
#outline .txt{
	width: 100%;
}
.achievements {
	width: 40%;
	margin: 2rem auto 0;
}
.achievements p {
	top: 30%;
	font-size: 1.5rem;
}
.achievements p span {
	font-size: 2.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;
}





	.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;
	}
	.feature .text {
		width: 100%;
	}
	mark{
		padding: 0 .25em;
		font-size: 105%;
	}




/* 概要 */
	.flex .sec-title01{
		width: 100%;
		
	}
	.flex .post-content{
		width: 100%;
		margin-left: 0;
	}
	.flex .post-content>h3:not(:nth-of-type(1)){
		margin-top: 2.4rem;
	}
	.post-content ul{
		line-height: 1.75;
	}
.post-content dt:before{
	content: "";
	display: inline-block;
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	background: #434343;
	margin-right: .5em;
}



/* +++access+++ */
	.map-infomation {
		width: calc(100% - 4rem);
		margin: -4rem auto 0;
		padding: 2rem;
	}
	.map-infomation h3 {
		margin: 0 auto 2.4rem;
		font-size: 1.8rem;
	}
	.googlemap{
		width: 100%;
		height: 66.666666vw;
	}
	.googlemap>iframe{
		display: block;
		width: 100%;
		height: 100%;
	}

.map-infomation p {
	margin: 0;
}
.map-infomation p:first-of-type {
	font-size: 1.6rem;
	margin: 1.2rem auto 1.8rem;
}
.map-infomation p:last-of-type {
	font-size: 1.5rem;
}


/* +++ .voice +++ */
	.program-voice-list li{
		gap:1rem;
		padding-bottom: 3rem;
	}
	.program-voice-list li:last-of-type{
		padding-bottom:0;
	}
	.program-voice-list li img{
		width:23%;
	}
	.balloon{
		width:70%;
		font-size:1.2rem;
		font-weight: 500;
	}

	.lesson-content{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 100%;
	}
	.lesson-content li{
		width: calc(50% - 1rem);
		padding: 0 0 4rem;
	}
	.lesson-content:nth-of-type(n+5){
		padding-bottom: 4rem;
	}
	.lesson-content h3{
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 1.8rem 0 1rem;
	}
	.lesson-content p{
		font-size: 1.3rem;
	}
	.sikaku-wrap-01,
	.sikaku-wrap-02,
	.sikaku-wrap-03 {
		grid-template-columns: 1fr;
		
	}
	.meyasu{
		font-size: 1.3rem;
		width: 100%;
		max-width: 100%;
		margin-top: 2.4rem;
		display: block;
	}
	.sikaku-wrap-03 .meyasu:nth-child(2),
	.sikaku-wrap-03 .meyasu:nth-child(3) {
		margin-top: 3rem;
	}
	.meyasu tbody,
	.meyasu tr,
	.meyasu th,
	.meyasu td{
		display: block;
		width: 100% !important;
	}
	.meyasu th{
		padding: 1.5rem !important;
		text-align: left;
	}
	.meyasu p {
		font-size: 1.3rem;
	}
	.sikaku-wrap-01 .meyasu td {
		padding: 1.5rem !important;
		min-height: auto;
	}
	.sikaku-wrap-02 .meyasu td{
		padding: 1.5rem !important;
		min-height: 270px;
	}
	.sikaku-wrap-03 .meyasu td {
		padding: 1.5rem !important;
		/*min-height: 350px;*/
		min-height: 0;
	}
/*--ふせん--*/
	.link-button{
		height: 25rem;
	}


}