@charset "UTF-8";
html {
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif;
}
body {
	line-height: 1.6;
}
img {
	width: 100%;
	height: auto;
}
.flex-box {
	display: flex;
	flex-wrap: wrap;
}
h2 {
	color: #169b93;
}

/* header */
.site-header {
	background-color: #008e99 !important;
	max-width: 100%;
	border-image: none;
	display: flex;
	justify-content: flex-start!important;
}

.site-header .logo {
	width: 45%;
    margin-left: 15%;
}
.site-header .logo .logo-img{
	width: 100%;
}

/* top */
.main {
	position: relative;
	padding: 0!important;
}
.main .main-bg {
	position: relative;
    z-index: -1;
    /* max-width: 1440px; */
    /* width: 100%;
    object-fit: contain;
	overflow: hidden; */
	display: block;
	width: 100%;
	height: 120vh;
	overflow: hidden;
	min-height: 300px;
    max-height: 1015px;
}
.main .main-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

section .content-wrap.content-top {
	border: 1px solid #008e99;
	border-radius: 999vmax;
	text-align: center;
	padding: 1rem 1.5rem;
	box-shadow: 4px 4px #008e99;
	background-color: #fff;
    width: 40%;
    margin-top: -13rem;
}
section .content-wrap.content-top ul li a {
	display: flex;
    justify-content: flex-start;
    color: #333;
	text-align: justify;

}
section .content-wrap.content-top ul li a span:last-child{
	padding-left: 1rem;

}
.content-wrap.wrap1 {
    margin-top: 10rem;
	justify-content: center;
	
}
.content-wrap.wrap1 .wrap-img{
    width: 40%;
}
.content-wrap.wrap1 .flex-box {
	justify-content: center;
	gap: 1rem;
}
.content-wrap.wrap1 .flex-box .flex-box{
    width: 50%;
	justify-content: flex-end;
}
.content-wrap.wrap1 .link-btn {
	text-align: right;
}
.content-wrap.wrap1 .link-btn a{
	position: relative;
	border: 1px solid #008e99;
	border-radius: 999vmax;
	display: inline-block;
    text-align: center;
    padding: 1rem 1rem;
	background-color: #008e99;
	color: #fff;
	box-shadow: 4px 4px #a2d7dd;
	font-weight: bold;
}
.content-wrap.wrap1 .link-btn a::after{
	content: url(../images/amami_kyouiku_top_allow_w.svg);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 5%;
    left: 6%;
    transform: translate(-50%, -25%);
}

.main-bg-brown {
	position: relative;

}
.main-bg-brown .wrap2-bg-br{
    width: 100%;
    height: auto;
	position: absolute;
	width: 100%;
	height: 150vh;
	overflow: hidden;
	min-height: 880px;
    max-height: 1200px;

}
.main-bg-brown .wrap2-bg-br img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.content-wrap.wrap2 {
	position: relative;	
}
.content-wrap.wrap2 .wrap2-bg{
	width: 80%;
}
.content-wrap.wrap2 .wrap2-content{
	margin-top: -28rem;
	width: 80%;
}

.content-wrap.wrap2 .wrap2-content img {
	width: 70%;
	margin-left: 10rem;
}
.content-wrap.wrap2 .wrap2-content p {
    width: 70%;
    margin-left: 10rem;
	margin-top: 2rem;
	color: #fff;
}

.content-wrap.wrap2 .link-btn {
	text-align: right;
	padding-right: 12rem;
	margin-top: 1rem;
}
.content-wrap.wrap2 .link-btn a{
	position: relative;
	border: 1px solid #008e99;
	border-radius: 999vmax;
	display: inline-block;
    text-align: center;
    padding: 1rem 1rem;
	background-color: #fff;
	color: #333;
	box-shadow: 5px 5px #0e635e;
	background-blend-mode: multiply;
	width: 45%;
	font-weight: bold;
}

.content-wrap.wrap2 .link-btn a::after{
	content: url(../images/amami_kyouiku_top_allow_g.svg);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 5%;
    left: 6%;
    transform: translate(-50%, -25%);
}

.content-wrap.wrap3 {
	position: relative;	
	margin-top: 10rem;
}
.content-wrap.wrap3 .wrap3-img1,
.content-wrap.wrap3 .wrap3-img2{
	width: 25%;
	position: absolute;
	
}
.content-wrap.wrap3 .wrap3-img1{
	top: -25%;
	left: -5%;
	
}
.content-wrap.wrap3 .wrap3-img2{
	top: -65%;
	right: -5%;
	
}
.content-wrap.wrap3 .wrap3-content {
	width: 60%;
    margin: 0 auto;
    text-align: center;
}
.content-wrap.wrap3 .wrap3-content img{
    width: 80%;
}
.content-wrap.wrap3 .wrap3-content p{
    text-align: justify;
	margin: 1rem auto;
	width: 80%;
}
.content-wrap.wrap3 .link-btn {
	text-align: right;
	margin: 0 auto;
	margin-top: 1rem;
	width: 50%;
}
.content-wrap.wrap3 .link-btn a{
	position: relative;
	border: 1px solid #008e99;
	border-radius: 999vmax;
	display: inline-block;
    text-align: center;
    padding: 1rem 1rem;
	background-color: #fff;
	color: #333;
	box-shadow: 4px 4px #169b93;
	background-blend-mode: multiply;
	width: 100%;
	font-weight: bold;
}
.content-wrap.wrap3 .link-btn a::after{
	content: url(../images/amami_kyouiku_top_allow_g.svg);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 5%;
    left: 15%;
    transform: translate(-50%, -25%);
}

.content-wrap.wrap4 {
	position: relative;	
	margin-top: 20rem;
	margin-bottom: 2rem;
}
.content-wrap.wrap4 .wrap4-img1,
.content-wrap.wrap4 .wrap4-img2{
	width: 15%;
	position: absolute;
	
}
.content-wrap.wrap4 .wrap4-img1{
	top: 5%;
	left: 0%;
	
}
.content-wrap.wrap4 .wrap4-img2{
	top: 0%;
	right: 0%;
	
}
.content-wrap.wrap4 .wrap4-content {
	width: 60%;
    margin: 0 auto;
    text-align: center;
}
.content-wrap.wrap4 .wrap4-content img{
    width: 80%;
}
.content-wrap.wrap4 .wrap4-content p{
    text-align: justify;
	margin: 1rem auto;
	width: 80%;
}

.content-wrap.wrap4 .link-btn {
	text-align: right;
	margin: 0 auto;
	margin-top: 1rem;
	width: 50%;
}
.content-wrap.wrap4 .link-btn a{
	position: relative;
	border: 1px solid #c3e1e7;
	border-radius: 999vmax;
	display: inline-block;
    text-align: center;
    padding: 1rem 1rem;
	background-color: #c3e1e7;
	color: #333;
	box-shadow: 4px 4px #008e99;
	background-blend-mode: multiply;
	width: 100%;
	font-weight: bold;
}
.content-wrap.wrap4 .link-btn a::after{
	content: url(../images/amami_kyouiku_top_allow_g.svg);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 5%;
    left: 15%;
    transform: translate(-50%, -25%);
}
/* topここまで */

/* edu-program */

.edu-program h2 {
	width: 70%;
    margin: 4rem auto 1rem auto;
	text-align: center;
	font-size: 2rem;
}
picture.edu-programu-title {
    width: 100%;
}

.edu-program-bg{
	position: relative;	
}

.edu-program-bg .edu-program-bg-br{
    width: 100%;
    height: auto;
	position: absolute;
	width: 100%;
	height: 20vh;
	overflow: hidden;
	margin-top: -8rem;

}
.edu-program-bg .edu-program-bg-br img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.edu-program-bg2{
	background-color: #e6dcd0;
	margin-top: 4rem;
	padding-bottom: 3rem;
}
.edu-program-bg2 .content-wrap {
	margin-top: 10rem;
	padding-top: 5rem;
}
.edu-program .content-wrap.flex-box  {
	display: flex;
	justify-content: space-between;
    gap: 4rem;
	padding-top: 0;
	margin-top: 5rem;
}
.edu-program .content-wrap .flex-box  {
	width: 45%;
}
.edu-program .content-wrap .flex-box .flex-box-content {
    background-color: #fff;
    border-radius: 16px 16px;
}
	.edu-program .content-wrap .flex-box .flex-box-content.gyosei .content-gyosei {
	width: 100%;
    background-color: #ff6262;
    display: inline-block;
    border-radius: 16px 16px 0 0;
	}
	.edu-program .content-wrap .flex-box .flex-box-content .content-kanko,
	.edu-program .content-wrap .flex-box .flex-box-content .content-jissen,
	.edu-program .content-wrap .flex-box .flex-box-content .content-kikan,
	.edu-program .content-wrap .flex-box .flex-box-content .content-syokugyonin{
	background-color: #14c1b0;
    border-radius: 16px 16px 0 0;
	display: inline-block;
	width: 100%;
	}
.edu-program .content-wrap .flex-box .flex-box-content.gyosei .box-content-title {
	color: #fff;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}

.edu-program .content-wrap .flex-box .flex-box-content .box-content-title {
	position: relative;
	color: #fff;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
	padding: 0.5rem 0;
}
.edu-program .content-wrap .flex-box .flex-box-content.gyosei .box-content-title::after {
	content: url(../images/amami_kyouiku_edu-program_allow_r.svg);
	width: 40px;
	height: 40px;
	position: absolute;
	top: 35px;
    right: 9%;
}
.edu-program .content-wrap .flex-box .flex-box-content .box-content-title::after {
	content: url(../images/amami_kyouiku_edu-program_allow_g.svg);
	width: 40px;
	height: 40px;
	position: absolute;
	top: 35px;
    right: 9%;
}
.edu-program .content-wrap .flex-box .flex-box-content.flex-box-content.syokugyounin .box-content-title::after {
	content: none;
}
.edu-program .content-wrap .flex-box .flex-box-content.flex-box-content .box-content-title span {
	font-size: 1.7rem;
	display: inline-block;
}
.edu-program .content-wrap .flex-box .flex-box-content .box-content-title img{
	width: 60%;
	display: block;
	margin: 0 auto;
	padding: 1rem;
}
.edu-program .content-wrap .flex-box .flex-box-content.syokugyounin .box-content-title .syokugyounin_title {
	width: 100%;
	
}
.edu-program .content-wrap .flex-box .flex-box-content.syokugyounin .box-content-title img{
	width: 80%;
	padding: 1rem 1rem 0 1rem;
}
.edu-program .content-wrap .flex-box .flex-box-content .box-content-text {
	display: flex;
	justify-content: space-around;
}
img.box-content-flex-img {
    width: 50%;
	padding: 1rem 0;
}
.box-content-text .box-content-text-flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
	justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}
.box-content-text .box-content-text-flex .youkou {
	font-weight: bold;
	color: #169b93;
	font-size: 1.3rem;
}
.box-content-text .box-content-text-flex .link-btn {
	text-align: right;
	margin: 0 auto;
	margin-top: 1rem;
	width: 100%;
}
.box-content-text .box-content-text-flex .link-btn a{
	position: relative;
	border: 2px solid #169b93;
	border-radius: 16px;
	display: inline-block;
    text-align: center;
    padding: 1rem 1rem;
	background-color: #fff;
	color: #169b93;
	width: 100%;
	font-weight: bold;
}
.box-content-text .box-content-text-flex .link-btn a::after{
	content: url(../images/amami_kyouiku_top_allow_g.svg);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 5%;
    left: 15%;
    transform: translate(-50%, -25%);
}
p.link-btn.yet {
    pointer-events: none;
}
p.link-btn.yet a {
    pointer-events: none;
    color: #aaaaaa !important;
    background-color: #e6e6e6 !important;
    border: 2px solid #aaaaaa !important;
}
.box-content-text .box-content-text-flex .link-btn.yet a::after{
	content: url(../images/amami_kyouiku_top_allow_yet_gray.svg);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 5%;
    left: 15%;
    transform: translate(-50%, -25%);
}
.box-content-text .box-content-text-flex .risyu-pro {
	font-size: 0.9rem;
}
.edu-program .content-wrap.vision {
	background-color: #fff;
	border-radius: 16px;
	padding-top: 0;
}
.edu-program .content-wrap.vision .box-content-vison{
	padding: 2rem;
}
.edu-program .content-wrap.vision .box-content-vison h3{
	color: #007972;
	padding-bottom: 1rem;
}

.edu-program .content-wrap.vision .box-content-vison .vision-img {
	width: 100%;
}
.edu-program .content-wrap.vision .box-content-vison img{
	width: 100%;
	display: block;
	margin: 0 auto;
}	
.edu-program .content-wrap.vision .box-content-vison p {
	font-weight: bold;
}
.edu-program .content-wrap.vision .box-content-vison span {
	display: inline-block;
	color: #007972;
	font-weight: bold;
	font-size: 1.2rem;
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 0.5em; /* 線の太さ */
	text-decoration-color: rgba(59,179,176,0.5); /* 線の色 */
	text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.edu-program .content-wrap.vision img {
	padding: 2rem;
}

.no-top.footer-img {
	background-color: #e6dcd0;
}
/* edu-program ここまで */

/* env-program */

.env-program .env-program-title {
	width: 30%;
    margin: 4rem auto 1rem auto;
	font-size: 2rem;
    text-align: center;
}

.env-program-bg{
	position: relative;	
}

.env-program-bg .env-program-bg-br{
    width: 100%;
    height: auto;
	position: absolute;
	width: 100%;
	height: 20vh;
	overflow: hidden;
	margin-top: -0.5rem;

}
.env-program-bg .env-program-bg-br img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.env-program-bg2{
	background-color: #e6dcd0;
    margin-top: 0rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.env-program-bg2 .content-wrap {
	margin-top: 10rem;
}
.env-program-bg2 .content-wrap.wrap2,
.env-program-bg2 .content-wrap.wrap3 {
	margin-top: 2rem;
}
.env-program-bg2 .content-wrap.wrap2 .content-box,
.env-program-bg2 .content-wrap.wrap3 .content-box {
	border: none;
}

.env-program-bg2 .wrap1 p,
.env-program-bg2 .wrap1 ul{
	margin-bottom: 1rem;
}
.env-program-bg2 .wrap1 small{
	font-size: 0.9rem;
	display: block;
}

.env-program-bg2 h2.wrap2-title,
.env-program-bg2 h2.wrap3-title {
	background-color: #cfbeaa;
	/* background-blend-mode: multiply; */
	width: 100%;
	color: #333;
	padding: 1rem 0;
}
.env-program-bg2 h2.wrap2-title img,
.env-program-bg2 h2.wrap3-title img{
	width: 40%;
	margin: 0 auto;
	display: block;
	padding: 1rem 0;
}

.env-program-bg2 .wrap2 .content-img1 {
	width: 80%;
	margin: 0 auto;
	display: block;
}
.env-program-bg2 .wrap2 .content-img2 {
	width: 80%;
	margin: 2rem auto 0;
	display: block;
}
.env-program-bg2 .wrap3 .wrap3-content-title {
	background-color: #169b93;
	padding: 1rem 0;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
}
.env-program-bg2 .wrap3 .wrap3-content-title.online img {
	width: 35%;
}
.env-program-bg2 .wrap3 .wrap3-content-title.train img {
	width: 20%;
}
.env-program-bg2 .wrap3 .wrap3-content-title.meeting img {
	width: 70%;
}

.env-program-bg2 .wrap3 .flex-box {
	display: flex;
	margin-top: 3rem;
	gap: 1rem;
} 
.env-program-bg2 .wrap3 .flex-box .flex-box{
	width: 49%;
	margin-top: 0;
} 
.env-program-bg2 .wrap3 .flex-box .flex-box figure {
	background-color: #fff;
	border-radius: 8px;
} 
.env-program-bg2 .wrap3 .flex-box .flex-box figure img{
	width: 100%;
	padding: 1rem;
} 
.env-program-bg2 .wrap3 .flex-box .flex-box figcaption {
	width: 100%;
	text-align: center;
} 

.env-program-bg2 .wrap3 .box2 .flex-box {
	display: flex;
	margin-top: 3rem;
	gap: 1rem;
} 
.env-program-bg2 .wrap3 .box2 .flex-box .flex-box{
	width: 49%;
	margin-top: 0;
} 
.env-program-bg2 .wrap3 .box2 .flex-box .flex-box figure {
	background-color: #fff;
	border-radius: 8px;
} 
.env-program-bg2 .wrap3 .box2 .flex-box .flex-box figure img{
	width: 100%;
	padding: 1rem;
} 
.env-program-bg2 .wrap3 .box2 .flex-box .flex-box figcaption {
	width: 100%;
	text-align: center;
} 
/* env-programここまで */

/* news */

.news {
	position: relative;
}
.news .news-title {
	text-align: center;
	width: 15%;
	margin: 2rem auto 0 auto;
	font-size: 2rem;
}

.news-bg{
	position: relative;	
}

.news-bg .news-bg-br{
    width: 100%;
    height: auto;
	position: absolute;
	width: 100%;
	height: 20vh;
	overflow: hidden;
	margin-top: 0rem;

}
.news-bg .news-bg-br img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news-bg2{
	background-color: #e6dcd0;
	margin-top: 0rem;
	padding-bottom: 3rem;
		padding-top: 10rem;
}
.news-bg .content-wrap {
	margin-top: 2rem;
	background-color: #fff;
	border-radius: 8px;
}
.news-bg .content-wrap .news-list{
	padding: 1rem;
	padding-bottom: 3rem;
}
.news-bg .content-wrap .news-list li{
	border-bottom: 1px solid #48aab7;
	padding: 2rem 0 2rem 1rem;
}
.news-bg .content-wrap .news-list li a{
	display: inline-block;
	color: #333;
}
.news-bg .content-wrap .news-list li p{
	display: inline-block;
	padding-left: 2rem;
}
/* newsここまで */


/* connect */
.connect .connect-title {
	text-align: center;
	width: 30%;
	margin: 2rem auto 0 auto;
	font-size: 2rem;
}
.connect .content-wrap {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.connect h3 {
	text-align: center;
	font-size: 1.6rem;
}
/* connectここまで */

/* mat-rep */
.mat-rep .mat-rep-title {
	text-align: center;
	width: 30%;
	margin: 2rem auto 0 auto;
	font-size: 2rem;
}
.mat-rep .content-wrap {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mat-rep h3 {
	text-align: center;
	font-size: 1.6rem;
}
/* mat-repここまで */


/* info */

.info .info-title {
	width: 40%;
    margin: 4rem auto 2rem auto;
	font-size: 2rem;
    text-align: center;
}
.info h2 {
	width: 100%;
    margin: 4rem auto 2rem auto;
	font-size: 2rem;
    text-align: center;
}

.info-bg{
	position: relative;	
}

.info-bg .info-bg-br{
    width: 100%;
    height: auto;
	position: absolute;
	width: 100%;
	height: 15vh;
	overflow: hidden;
	margin-top: -0.5rem;

}
.info-bg .info-bg-br img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.info-bg2{
	background-color: #e6dcd0;
	margin-top: 0rem;
	padding-bottom: 3rem;
		padding-top: 10rem;
}

.info-bg2 .wrap1 {
	margin-top: 2rem;
}
.info-bg2 .wrap2 {
	margin-top: 2rem;
}

.info-bg2 .content-wrap.flex-box  {
	display: flex;
	justify-content: space-between;
    gap: 4rem;
	padding-top: 0;
	margin-top: 5rem;
}
.info-bg2 .content-wrap .flex-box  {
	width: 100%;
}
.info-bg2 .content-wrap .flex-box .flex-box-content {
    background-color: #fff;
    border-radius: 16px 16px;
	width: 100%;
	margin: 1rem 0;
}

.info-bg2 .content-wrap .flex-box .flex-box-content .box-content-title {
	background-color: #14c1b0;
    border-radius: 16px 16px 0 0;
    position: relative;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
}
.info-bg2 .content-wrap .flex-box .flex-box-content .box-content-text .text-box {
	padding: 1rem 2rem;
	font-weight: 500;
}
.info-bg2 .content-wrap .flex-box .flex-box-content .box-content-text .text-box span{
	color: #169b93;
}
.content-img.img1 {
    width: 90%;
    margin: 1rem auto;
}
.content-img.img2 {
    width: 90%;
    margin: 1rem auto;
}
.info-bg2 .content-wrap.wrap3 {
	margin-top: 2rem;
}
.info-bg2 .content-wrap.wrap3 .flex-box  {
	width: 100%;
	justify-content: space-between;
}

.info-bg2 .content-wrap.wrap3 .flex-box .flex-box-content {
	width: calc( 50% - 20px);
	padding: 1rem;
	position: relative;
}
.info-bg2 .content-wrap.wrap3 .flex-box .flex-box-content img {
	width: 25%;
	position: absolute;
	top: -28%;
}
.info-bg2 .content-wrap.wrap3 .flex-box .flex-box-content.content1 img {
	left: 10%;
}
.info-bg2 .content-wrap.wrap3 .flex-box .flex-box-content.content2 img {
	right: 10%;
}
.info-bg2 .content-wrap.wrap3 .flex-box .flex-box-content .text-center {
	margin: 1rem auto;
}


/* footer */
.footer-img {
	width: 100%;
	margin-bottom: -0.5rem;
	width: 100%;
	height: 20vh;
	overflow: hidden;
	object-position: left;
    min-height: 200px;
    max-height: 240px;
}
.footer-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	
}
footer {
    background-color: #48aab7;
	position: relative;
	color: #fff;
	/* margin-top: 10rem; */
	padding-top: 2rem;
}

.footer-content {
	/* background-color: #48aab7; */
	flex-direction: column;
	padding-bottom: 1rem;
}
.footer-content2 {
	background-color: #067584;
	position: relative;
	background-blend-mode: multiply;
	text-align: center;
	padding-top: 1rem;
	font-weight: bold;
}

.footer-content2::after {
	content: "";
	width: 115px;
    height: 30px;
	position: absolute;
	display: inline-block;
	top: 36%;
	right: 22%;
	mix-blend-mode: multiply;
	background-repeat:  no-repeat;
}
.footer-content2 .footer-img1 {
	width: 15%;
	position: absolute;
    top: 15%;
    left: 5%;
    transform: translate(70%, 20%);
}
.footer-content2 .footer-img2 {
	width: 15%;
    position: absolute;
	top: 15%;
    left: 63%;
    transform: translate(50%, 55%);
}
.footer-content .flex-box{
    justify-content: center;
	align-items: center;
}
.footer-content .flex-box .nav-list {
	width: 20%;
	font-weight: bold;
}
.footer-content .flex-box .nav-list:last-child {
	padding-left: 2rem;
}

.footer-icon {
	margin-bottom: 0.5rem;
	font-size: 20px;
	width: fit-content;
}
.footer-icon a {
	position: relative;
	color: #fff;
}
.footer-icon a::before {
	content: url(../images/amami_kyouiku_mark.svg);
	width: 20px;
	height: 20px;
	/* position: absolute; */
	display: inline-block;
    mix-blend-mode: multiply;
	padding-right: 0.5rem;
}


.footer-content .flex-box .link-btn-frame {
	width: 20%;
	margin: 1rem;
}
.footer-content .flex-box .link-btn-frame .link-btn {
	border: 1px solid #fff;
	border-radius: 999vmax;
	display: inline-block;
	width: 100%;
    text-align: center;
    padding: 1rem 1rem;
	color: #fff;
	font-weight: bold;
}
.footer-content .flex-box .link-btn-frame .link-btn.btn2 {
    padding: 2.5rem 1rem;
	background-color: #fff;
	color: #48aab7;
}

.footer-content2 .footer-content-uni {
	font-size: 1rem;
	/* margin: 1rem; */
}
.footer-content2 .footer-content-uni span{
	font-size: 1.2em;
}

.footer-content2 .footer-content-policy {
	font-size: 0.9rem;
	margin: 1rem 0;
}
.footer-content2 .footer-content-policy a{
	color: #fff;
}
.footer-content2 .footer-content-policy a span{
	background-color: #004a5b;
	background-blend-mode: multiply;
	display: inline-block;
    padding: 0rem 1rem;
}
.footer-content2 .footer-content-copyright {
	font-size: 1rem;
	padding: 1rem 0;
}

.sp-only,
.sp-only2 {
	display: none;
}

@media (hover: hover)  {
	a:hover {
		text-decoration: none;
		color: #067584; transition-duration: .1s!important;
	}
	.news-bg2 .news-list li a:hover {
		color: #067584; transition-duration: .1s!important;
	} 
	.footer-icon a:hover {
		color: #067584; transition-duration: .1s;
	}

.box-content-text .box-content-text-flex .link-btn:hover a{
	position: relative;
	border: 2px solid #169b93;
	border-radius: 16px;
	display: inline-block;
    text-align: center;
    padding: 1rem 1rem;
	background-color:#169b93;
	color:  #fff;
	width: 100%;
	font-weight: bold;
}
	.box-content-text .box-content-text-flex .link-btn:hover a::after{
	content: url(../images/amami_kyouiku_top_allow_w.svg);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 5%;
    left: 15%;
    transform: translate(-50%, -25%);
}
}

@media screen and (max-width: 1025px) {
	.main-bg-brown .wrap2-bg-br {
    height: 140vh;
}
		section .content-wrap.content-top {
			width: 50%;
			margin-top: -11rem;
	}
		section .content-wrap {
			width: 80%;
	}
	.content-wrap.wrap2 .wrap2-bg {
		width: 70%;
	}
	.content-wrap.wrap2 .wrap2-content {
		margin-top: -22rem;
        width: 60%;
	}
	.content-wrap.wrap2 .wrap2-bg img {
	width: 100%;
	margin-left: 0rem;
}
.content-wrap.wrap2 .wrap2-content img {
    width: 70%;
    margin-left: 8rem;
}
.content-wrap.wrap2 .wrap2-content p {
    width: 70%;
    margin-left: 8rem;
}
.content-wrap.wrap2 .link-btn {
    text-align: right;
    padding-right: 4rem;
    margin-top: 1rem;
}
.content-wrap.wrap2 .link-btn a{
	position: relative;
	border: 1px solid #008e99;
	border-radius: 999vmax;
	display: inline-block;
    text-align: center;
    padding: 1rem 1rem;
	background-color: #fff;
	color: #333;
	box-shadow: 5px 5px #0e635e;
	background-blend-mode: multiply;
	width: 47%;
	font-weight: bold;
}
.content-wrap.wrap2 .link-btn a::after {
    top: 5%;
    left: 10%;
    transform: translate(-50%, -25%);
}
	.content-wrap.wrap3 {
    position: relative;
    margin-top: 5rem;
}
.content-wrap.wrap4 {
    position: relative;
    margin-top: 8rem;
    margin-bottom: 2rem;
}

.edu-program-bg .edu-program-bg-br {
    width: 100%;
    height: auto;
    position: absolute;
    width: 100%;
    height: 20vh;
    overflow: hidden;
    margin-top: -8rem;
}

.edu-program .content-wrap .flex-box .flex-box-content.gyosei .box-content-title::after {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: 5%;
}
.edu-program .content-wrap .flex-box .flex-box-content .box-content-title::after {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: 5%;
}

.env-program-bg2 .wrap3 .flex-box {
    display: flex;
    margin-top: 3rem;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
}
.env-program-bg2 .wrap3 .flex-box .flex-box {
    width: 48%;
    margin-top: 0;
}
.env-program-bg2 .wrap3 .box2 .flex-box .flex-box {
    width: 48%;
    margin-top: 0;
}

.footer-img {
    height: 15vh;
	min-height: 170px;
}

.footer-content .flex-box .nav-list {
    width: 30%;
    font-weight: bold;
}
.footer-content .flex-box .link-btn-frame {
    width: 30%;
    margin: 1rem;
}
.footer-content2 .footer-img1 {
    top: 27%;
    left: 0%;
}
.footer-content2 .footer-img2{
    top: 27%;
    left: 69%;
}

}
@media screen and (max-width: 965px) {
		section .content-wrap.content-top {
			width: 50%;
			margin-top: -11rem;
	}
		section .content-wrap {
			width: 80%;
	}
	.content-wrap.wrap2 .wrap2-bg {
		width: 70%;
	}
	.content-wrap.wrap2 .wrap2-content {
		margin-top: -21rem;
        width: 60%;
	}
	.content-wrap.wrap2 .wrap2-bg img {
	width: 100%;
	margin-left: 0rem;
}
.content-wrap.wrap2 .wrap2-content img {
    width: 60%;
    margin-left: 8rem;
}
.content-wrap.wrap2 .wrap2-content p {
    width: 62%;
    margin-left: 8rem;
}
.content-wrap.wrap2 .link-btn {
    text-align: right;
    padding-right: 4rem;
    margin-top: 1rem;
}
.content-wrap.wrap2 .link-btn a{
	position: relative;
	border: 1px solid #008e99;
	border-radius: 999vmax;
	display: inline-block;
    text-align: center;
    padding: 1rem 1rem;
	background-color: #fff;
	color: #333;
	box-shadow: 5px 5px #0e635e;
	background-blend-mode: multiply;
	width: 47%;
	font-weight: bold;
}
.content-wrap.wrap2 .link-btn a::after {
    top: 5%;
    left: 10%;
    transform: translate(-50%, -25%);
}
	.content-wrap.wrap3 {
    position: relative;
    margin-top: 5rem;
}
.content-wrap.wrap4 {
    position: relative;
    margin-top: 8rem;
    margin-bottom: 2rem;
}
.footer-content .flex-box .nav-list {
    width: 30%;
    font-weight: bold;
}
.footer-content .flex-box .link-btn-frame {
    width: 30%;
    margin: 1rem;
}
.footer-content2 .footer-img {
    top: 27%;
    left: 0%;
}
.footer-content2 .footer-img:last-child {
    top: 27%;
    left: 69%;
}
}
@media screen and (max-width: 769px) {
		.sp-only,
	.sp-only2 {
		display: block;
	}
	.site-header .logo {
		width: 50%;
		margin-left: 5%;
	}
	.site-header .nav_toggle {
		pointer-events: auto;
		display: grid;
		place-items: center;
		z-index: 10;
		position: absolute;
		top: 18%;
        right: 1%;
		width: 45px;
		height: 45px;
		color: var(--themecolor);
		border-radius: 999vmax;
        border: 1px solid #fff;
	}
	.site-header .nav_toggle.is-open {
		position: fixed;
		top: 1.2%;
        right: 1%;
	}
	.site-header .nav_toggle svg {
		grid-area: 1 / 1;
		position: absolute;
		overflow: visible;
		fill: none;
		stroke: #008e99;
		stroke-width: 3;
		stroke-linecap: round;
		transition: opacity .4s var(--easeInOut), transform .4s var(--easeInOut);
	}
	.site-header .nav-list {
		flex-direction: column;
		row-gap: .3em;
		overflow: auto;
		position: absolute;
		top: 0; right: 0;
		padding: 56px 2em;
		background: #008e99;
		height: 100%;
		clip-path: inset(0);
		/* スクロールバーを消す */
		scrollbar-width: none;
		scrollbar-color: transparent;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}
		.nav-list li.flex-box {
		display: inline-block;
		width: 100%;
		margin: 0 auto;
	}
	.nav-list .flex-box .link-btn-frame {
		width: 70%;
		margin: 1rem;
	}
	.nav-list .flex-box .link-btn-frame:last-child {
		margin-top: 1.5rem;
		
	}
	.nav-list .flex-box .link-btn-frame .link-btn {
		border: 1px solid #fff;
		border-radius: 999vmax;
		display: inline-block;
		width: 100%;
		text-align: center;
		padding: 1rem 1rem;
		color: #fff;
		font-weight: bold;
	}
	.nav-list .flex-box .link-btn-frame .link-btn.btn2 {
		padding: 2rem 1rem;
		background-color: #fff;
		color: #48aab7;
	}

	
	.main .main-bg {
    position: relative;
    z-index: -1;
    /* max-width: 1440px; */
    display: block;
    width: 100%;
    height: 90vh;
    overflow: hidden;
	min-height: 580px;
	max-height: 590px;
}

	section .content-wrap.content-top {
    border: 1px solid #008e99;
    border-radius: 999vmax;
    text-align: center;
    padding: 1rem 1.5rem;
    box-shadow: 4px 4px #008e99;
    background-color: #fff;
    width: 60%;
    margin-top: -10rem;
}
.content-wrap.wrap2 .wrap2-bg {
    width: 80%;
    overflow: hidden;
}	

.main-bg-brown .wrap2-bg-br {
        height: 120vh;
    }
.content-wrap.wrap2 {
    position: relative;
	margin-left: 0;
}
.content-wrap.wrap2 .wrap2-content {
    margin-top: -20rem;
    width: 70%;
}
.content-wrap.wrap2 .wrap2-content img {
    width: 70%;
    margin-left: 8rem;
}
.content-wrap.wrap2 .wrap2-content p {
    width: 70%;
    margin-left: 8rem;
	margin-top: 1rem;
}
.content-wrap.wrap2 .link-btn {
    text-align: right;
    padding-right: 3rem;
    margin-top: 0.5rem;
}
.content-wrap.wrap3 {
    position: relative;
    margin-top: 5rem;
}
.content-wrap.wrap3 .wrap3-img1 {
    top: -20%;
    left: -8%;
    width: 30%;
}
.content-wrap.wrap3 .wrap3-img2 {
    top: -54%;
    right: -7%;
    width: 30%;
}
.content-wrap.wrap4 {
    position: relative;
    margin-top: 10rem;
}
.content-wrap.wrap4 .wrap4-img1 {
    top: 5%;
    left: 5%;
}
.content-wrap.wrap4 .wrap4-img2 {
    top: 0%;
    right: 5%;
}

.edu-program .content-wrap.flex-box {
    display: flex;
    justify-content: center;
    gap: 4rem;
}
.edu-program .content-wrap .flex-box {
    width: 80%;
}
.edu-program .content-wrap .flex-box .flex-box-content .box-content-text {
    display: flex;
    justify-content: space-around;
}

.env-program .env-program-title {
	width: 45%;
	margin-bottom: 2rem;
}

.info .info-title {
	width: 50%;
}

.info-bg2 .content-wrap.wrap2 {
        margin-left: auto;
		margin-right: auto;
    }

	.info-bg2 .content-wrap.wrap3 .flex-box .flex-box-content img {
    width: 25%;
    position: absolute;
    top: -8%;
}

.news .news-title {
    width: 20%;
}

.connect .connect-title {
	width: 40%;
}

.mat-rep .mat-rep-title {
	width: 35%;
}

.footer-content .flex-box .nav-list {
    width: 40%;
    font-weight: bold;
}
.footer-content .flex-box .link-btn-frame {
    width: 40%;
    margin: 1rem;
}
.footer-content2 .footer-img1 {
    width: 15%;
    top: 30%;
    left: -8%;
}
.footer-content2 .footer-img2 {
    width: 20%;
    top: 30%;
    left: 67%;
}
.footer-img {
    height: 15vh;
	min-height: 140px;
}
}
@media screen and (max-width: 767px) {
		.sp-only,
	.sp-only2 {
		display: block;
	}
	.site-header .logo {
		width: 50%;
		margin-left: 5%;
	}
	.site-header .nav_toggle {
		pointer-events: auto;
		display: grid;
		place-items: center;
		z-index: 10;
		position: absolute;
		top: 18%;
        right: 1%;
		width: 45px;
		height: 45px;
		color: var(--themecolor);
		border-radius: 999vmax;
        border: 1px solid #fff;
	}
	.site-header .nav_toggle.is-open {
		position: fixed;
		top: 1.2%;
        right: 1%;
	}
	.site-header .nav_toggle svg {
		grid-area: 1 / 1;
		position: absolute;
		overflow: visible;
		fill: none;
		stroke: #008e99;
		stroke-width: 3;
		stroke-linecap: round;
		transition: opacity .4s var(--easeInOut), transform .4s var(--easeInOut);
	}
	.site-header .nav-list {
		flex-direction: column;
		row-gap: .3em;
		overflow: auto;
		position: absolute;
		top: 0; right: 0;
		padding: 56px 2em;
		background: #008e99;
		height: 100%;
		clip-path: inset(0);
		/* スクロールバーを消す */
		scrollbar-width: none;
		scrollbar-color: transparent;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}
		.nav-list li.flex-box {
		display: inline-block;
		width: 100%;
		margin: 0 auto;
	}
	.nav-list .flex-box .link-btn-frame {
		width: 70%;
		margin: 1rem;
	}
	.nav-list .flex-box .link-btn-frame:last-child {
		margin-top: 1.5rem;
		
	}
	.nav-list .flex-box .link-btn-frame .link-btn {
		border: 1px solid #fff;
		border-radius: 999vmax;
		display: inline-block;
		width: 100%;
		text-align: center;
		padding: 1rem 1rem;
		color: #fff;
		font-weight: bold;
	}
	.nav-list .flex-box .link-btn-frame .link-btn.btn2 {
		padding: 2rem 1rem;
		background-color: #fff;
		color: #48aab7;
	}

	
	main .main-bg {
    position: relative;
    z-index: -1;
    /* max-width: 1440px; */
    display: block;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

	section .content-wrap.content-top {
    border: 1px solid #008e99;
    border-radius: 999vmax;
    text-align: center;
    padding: 1rem 1.5rem;
    box-shadow: 4px 4px #008e99;
    background-color: #fff;
    width: 60%;
    margin-top: -10rem;
}
.content-wrap.wrap2 .wrap2-bg {
    width: 80%;
    overflow: hidden;
}	
.content-wrap.wrap2 {
    position: relative;
	margin-left: 0;
}
.content-wrap.wrap2 .wrap2-content {
    margin-top: -20rem;
    width: 70%;
}
.content-wrap.wrap2 .wrap2-content img {
    width: 70%;
    margin-left: 8rem;
}
.content-wrap.wrap2 .wrap2-content p {
    width: 70%;
    margin-left: 8rem;
	margin-top: 1rem;
}
.content-wrap.wrap2 .link-btn {
    text-align: right;
    padding-right: 3rem;
    margin-top: 0.5rem;
}
.content-wrap.wrap3 {
    position: relative;
    margin-top: 5rem;
}
.content-wrap.wrap3 .wrap3-img1 {
    top: -20%;
    left: -8%;
    width: 30%;
}
.content-wrap.wrap3 .wrap3-img2 {
    top: -54%;
    right: -7%;
    width: 30%;
}
.content-wrap.wrap4 {
    position: relative;
    margin-top: 10rem;
}
.content-wrap.wrap4 .wrap4-img1 {
    top: 5%;
    left: 5%;
}
.content-wrap.wrap4 .wrap4-img2 {
    top: 0%;
    right: 5%;
}

.edu-program .content-wrap.flex-box {
    display: flex;
    justify-content: center;
    gap: 4rem;
}
.edu-program .content-wrap .flex-box {
    width: 80%;
}
.edu-program .content-wrap .flex-box .flex-box-content .box-content-text {
    display: flex;
    justify-content: space-around;
}

.info-bg2 .content-wrap.wrap2 {
        margin-left: auto;
		margin-right: auto;
    }

	.info-bg2 .content-wrap.wrap3 .flex-box .flex-box-content img {
    width: 25%;
    position: absolute;
    top: -8%;
}

.footer-content .flex-box .nav-list {
    width: 40%;
    font-weight: bold;
}
.footer-content .flex-box .link-btn-frame {
    width: 40%;
    margin: 1rem;
}
.footer-content2 .footer-img1 {
    width: 15%;
    top: 30%;
    left: -8%;
}
.footer-content2 .footer-img2 {
    width: 20%;
    top: 30%;
    left: 67%;
}
.footer-img {
    width: 100%;
    margin-bottom: -0.5rem;
    width: 100%;
    height: 15vh;
    overflow: hidden;
}
}
@media screen and (max-width: 600px) {
	
	.site-header .logo {
        width: 60%;
        margin-left: 5%;
    }
	.site-header .nav_toggle {
		top: 13%;
        right: 2%;
	}
	.site-header .nav_toggle.is-open {
        top: 1%;
        right: 2%;
    }
	.main .main-bg {
    height: 145vh;
}
	section .content-wrap.content-top {
        border: 1px solid #008e99;
        border-radius: 999vmax;
        text-align: center;
        padding: 1rem 1.5rem;
        box-shadow: 4px 4px #008e99;
        background-color: #fff;
        width: 97%;
        margin-top: -3rem;
    }
		.nav-list .flex-box .link-btn-frame {
		width: 90%;
		margin: 1rem;
	}
	section .content-wrap.content-top ul li a {
		display: flex;
		justify-content: flex-end;
		color: #333;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
		padding-left: 0.5rem;
	}
	section .content-wrap.content-top ul li a span:last-child {
    padding-left: 0rem;
}
	.content-wrap.wrap1 {
    margin-top: 3rem;
    margin-bottom: 1rem;
	width: 90%;
}
.content-wrap.wrap1 .flex-box {
    justify-content: center;
    gap: 2rem;
    flex-direction: column-reverse;
}
.content-wrap.wrap1 .wrap-img {
    width: 100%;
	margin: 0 auto;
}
.content-wrap.wrap1 .flex-box .flex-box {
	width: 100%;
	flex-direction: column;
	margin: 0 auto;
	align-items: center;
}
.content-wrap.wrap2 {
    position: relative;
    width: 100%;
}
.main-bg-brown .wrap2-bg-br {
    width: 100%;
    height: auto;
    position: absolute;
    width: 100%;
    height: 197vh;
    overflow: hidden;
	z-index: -5;
	top: 8%;
}
    .content-wrap.wrap2 .wrap2-bg {
	width: 100%;
	height: 70vh;
	margin-top: -2rem;
	overflow: hidden;
	position: relative;
	z-index: -2;
    }
    .content-wrap.wrap2 .wrap2-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    }
	.content-wrap.wrap2 .wrap2-content {
        margin-top: -25rem;
        width: 90%;
		margin-left: auto;
		margin-right: auto;
    }
	.content-wrap.wrap2 .wrap2-content img {
        width: 90%;
        margin-left: 2rem;
    }

	.content-wrap.wrap2 .wrap2-content p {
        width: 90%;
        margin-left: 2rem;
    }
	.content-wrap.wrap2 .link-btn {
        text-align: right;
        margin: 0 0 0 auto;
        margin-top: 1rem;
        width: 70%;
    }
.content-wrap.wrap2  .link-btn a{
	width: 100%;

}
.env-program-bg .env-program-bg-br {
    width: 100%;
    height: auto;
    position: absolute;
    width: 100%;
    height: 10vh;
    overflow: hidden;
    margin-top: 0rem;
}

.content-wrap.wrap3 .wrap3-img1 {
        top: -134%;
        left: 15%;
        width: 70%;
    }
	.content-wrap.wrap3 {
        position: relative;
        margin-top: 27rem;
		width: 100%;
    }
	.content-wrap.wrap3 .wrap3-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.content-wrap.wrap3 .wrap3-content img {
    width: 90%;
}
.content-wrap.wrap3 .wrap3-content p {
    text-align: justify;
    margin: 1rem auto;
    width: 90%;
}
.wrap3-img2,
.wrap4-img2 {
	display: none;
}
    .content-wrap.wrap4 {
        position: relative;
        margin-top: 28rem;
		width: 100%;
		margin-bottom: 4rem;
    }
.content-wrap.wrap4 .wrap4-img1 {
		top: -154%;
        left: 22%;
        width: 60%;
        margin: 0 auto;
    }
	.content-wrap.wrap4 .wrap4-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.content-wrap.wrap4 .wrap4-content img {
    width: 90%;
}
.content-wrap.wrap4 .wrap4-content p {
    text-align: justify;
    margin: 1rem auto;
    width: 90%;
}


.edu-program h2 {
    width: 80%;
    margin: 2rem auto 1rem auto;
}
    .edu-program .content-wrap .flex-box {
        width: 100%;
    }
	.edu-program .content-wrap .flex-box .flex-box-content .box-content-text {
        display: flex;
        justify-content: space-around;
        padding: 0.5rem 0.5rem;
    }
	.edu-program .content-wrap.vision .box-content-vison {
		padding: 1rem;
	}


.edu-program .content-wrap.vision .box-content-vison img {
    width: 100%;
    display: block;
    margin: 0 auto;
	padding: 0;
}

.edu-program .content-wrap .flex-box .flex-box-content.gyosei .box-content-title::after {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 35px;
    right: 9%;
}
.edu-program .content-wrap .flex-box .flex-box-content .box-content-title::after {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 35px;
    right: 9%;
}
.edu-program .content-wrap.vision img {
    padding: 1rem;
}

.env-program h2 {
    width: 100%;
    margin: 4rem auto 1rem auto;
    font-size: 2rem;
    text-align: center;
}

.env-program-bg2 .wrap2 .content-img1 {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.env-program-bg2 .wrap2 .content-img2 {
    width: 100%;
    margin: 2rem auto 0;
    display: block;
}

.env-program-bg2 .wrap3 .flex-box {
        display: flex;
        margin-top: 3rem;
        gap: 1rem;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

.env-program-bg2 .wrap3 .flex-box .flex-box {
        width: 100%;
        margin-top: 0;
    }
	.env-program-bg2 .wrap3 .box2 .flex-box .flex-box {
        width: 100%;
        margin-top: 0;
    }

.news-bg .content-wrap .news-list li p {
    display: inline-block;
    padding-left: 0rem;
	padding-top: 0.5rem;
}
.info-bg2 .content-wrap.wrap2 {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

.info-bg2 .content-wrap.wrap3 .flex-box {
    width: 90%;
    justify-content: space-between;
    flex-direction: column;
	margin: 0 auto;
}
.info-bg2 .content-wrap.wrap3 .flex-box .flex-box-content {
    width: 100%;
    padding: 1rem;
    position: relative;
}
.info-bg2 .content-wrap.wrap3 .flex-box .flex-box-content.content2 {
    margin-top: 5rem;
}
.info-bg2 .content-wrap.wrap3 .flex-box .flex-box-content img {
        width: 20%;
        position: absolute;
        top: -21%;
    }

.footer-img {
    width: 100%;
    margin-bottom: -0.5rem;
    width: 100%;
    height: 42vh;
    overflow: hidden;
}
.footer-content .flex-box {
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-content .flex-box .nav-list {
        width: 80%;
        font-weight: bold;
        margin: 0 auto;
		padding-left: 2rem;
    }
	.footer-content .flex-box .nav-list:last-child {
    padding-left: 2rem;
}
.footer-content .flex-box .link-btn-frame {
        width: 80%;
        margin: 1rem;
    }
	.footer-content2 {
    padding-top: 10rem;
    font-weight: bold;
}
	.footer-content2 .footer-img {
        width: 90%;
        top: -11%;
        left: -8%;
    }
	.footer-img2 {
		display: none;
	}
	.footer-content2 .footer-img1 {
		width: 65%;
        position: absolute;
        top: 7%;
        left: 19%;
        transform: none;
    }
	.footer-content2 .footer-content-uni {
    font-size: 1rem;
    /* margin: 1rem; */
    width: 90%;
    margin: 0 auto;
}
.footer-content2 .footer-content-policy {
    font-size: 0.9rem;
    margin: 1rem auto;
    width: 90%;
}
.footer-content2 .footer-content-copyright {
    font-size: 1rem;
    padding: 1rem 0;
    width: 90%;
    margin: 0 auto;
}

}
@media screen and (max-width: 540px) {
	.sp-only,
	.sp-only2 {
		display: block;
	}
	.site-header .logo {
        width: 70%;
        margin-left: 5%;
    }
	.site-header .nav_toggle {
		top: 20%;
        right: 2%;
	}
	.site-header .nav_toggle.is-open {
        top: 1%;
        right: 2%;
    }
	.main .main-bg {
        height: 130vh;
        height: 110vh;
        min-height: 650px;
        max-height: 650px;
    }
	section .content-wrap.content-top {
        border: 1px solid #008e99;
        border-radius: 999vmax;
        text-align: center;
        padding: 1rem 1.5rem;
        box-shadow: 4px 4px #008e99;
        background-color: #fff;
        width: 97%;
        margin-top: -3rem;
    }
		.nav-list .flex-box .link-btn-frame {
		width: 90%;
		margin: 1rem;
	}
	section .content-wrap.content-top ul li a {
		display: flex;
		justify-content: flex-end;
		color: #333;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
		padding-left: 0.5rem;
	}
	.content-wrap.wrap1 {
    margin-top: 3rem;
    margin-bottom: 1rem;
	width: 90%;
}
.content-wrap.wrap1 .flex-box {
    justify-content: center;
    gap: 2rem;
    flex-direction: column-reverse;
}
.content-wrap.wrap1 .wrap-img {
    width: 100%;
	margin: 0 auto;
}
.content-wrap.wrap1 .flex-box .flex-box {
	width: 100%;
	flex-direction: column;
	margin: 0 auto;
	align-items: center;
}
.content-wrap.wrap2 {
    position: relative;
    width: 100%;
}
.main-bg-brown .wrap2-bg-br {
    width: 100%;
    height: auto;
    position: absolute;
    width: 100%;
    height: 197vh;
    overflow: hidden;
	z-index: -5;
	min-height: 1200px;
	max-height: 1300px;
}
    .content-wrap.wrap2 .wrap2-bg {
	width: 100%;
	height: 70vh;
	margin-top: -2rem;
	overflow: hidden;
	position: relative;
	z-index: -2;
	min-height: 400px;
	max-height: 500px;
    }
    .content-wrap.wrap2 .wrap2-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    }
	.content-wrap.wrap2 .wrap2-content {
        margin-top: -25rem;
        width: 90%;
		margin-left: auto;
		margin-right: auto;
    }
	.content-wrap.wrap2 .wrap2-content img {
        width: 100%;
        margin-left: 0rem;
    }

	.content-wrap.wrap2 .wrap2-content p {
        width: 100%;
        margin-left: 0rem;
    }
	.content-wrap.wrap2 .link-btn {
        text-align: right;
        margin: 0 0 0 auto;
        margin-top: 1rem;
        width: 70%;
    }
.content-wrap.wrap2  .link-btn a{
	width: 100%;

}
.env-program-bg .env-program-bg-br {
    width: 100%;
    height: auto;
    position: absolute;
    width: 100%;
    height: 10vh;
    overflow: hidden;
    margin-top: 0rem;
}

.env-program .env-program-title {
        width: 60%;
		margin-top: 2rem;
    }

.content-wrap.wrap3 .wrap3-img1 {
        top: -128%;
        left: 4%;
        width: 90%;
    }
	.content-wrap.wrap3 {
        position: relative;
        margin-top: 25rem;
		width: 100%;
    }
	.content-wrap.wrap3 .wrap3-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.content-wrap.wrap3 .wrap3-content img {
    width: 90%;
}
.content-wrap.wrap3 .wrap3-content p {
    text-align: justify;
    margin: 1rem auto;
    width: 90%;
}
.wrap3-img2,
.wrap4-img2 {
	display: none;
}
    .content-wrap.wrap4 {
        position: relative;
        margin-top: 28rem;
		width: 100%;
		margin-bottom: 2rem;
    }
.content-wrap.wrap4 .wrap4-img1 {
		top: -165%;
        left: 5%;
        width: 90%;
        margin: 0 auto;
    }
	.content-wrap.wrap4 .wrap4-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.content-wrap.wrap4 .wrap4-content img {
    width: 90%;
}
.content-wrap.wrap4 .wrap4-content p {
    text-align: justify;
    margin: 1rem auto;
    width: 90%;
}


.edu-program h2 {
    width: 80%;
    margin: 2rem auto 1rem auto;
}
    .edu-program .content-wrap .flex-box {
        width: 100%;
    }
	.edu-program .content-wrap .flex-box .flex-box-content .box-content-text {
        display: flex;
        justify-content: space-around;
        padding: 0.5rem 0.5rem;
    }

	.edu-program .content-wrap .flex-box .flex-box-content.gyosei .content-gyosei  {
	width: 100%;
    background-color: #ff6262;
    display: inline-block;
    border-radius: 16px 16px 0 0;
	}
		.edu-program .content-wrap .flex-box .flex-box-content .content-kanko,
	.edu-program .content-wrap .flex-box .flex-box-content .content-jissen,
	.edu-program .content-wrap .flex-box .flex-box-content .content-kikan,
	.edu-program .content-wrap .flex-box .flex-box-content .content-syokugyonin{
	background-color: #14c1b0;
    border-radius: 16px 16px 0 0;
	display: inline-block;
	width: 100%;
	}

.edu-program .content-wrap .flex-box .flex-box-content.gyosei .box-content-title,
.edu-program .content-wrap .flex-box .flex-box-content .box-content-title {
    font-size: 1.8rem;
	width: 80%;
	margin: 0 auto;
}
.edu-program .content-wrap .flex-box .flex-box-content .box-content-title img {
    width: 80%;
}
.edu-program .content-wrap .flex-box .flex-box-content.syokugyounin .box-content-title img {
    width: 70%;
    padding: 1rem 1rem 0 1rem;
}

.edu-program .content-wrap .flex-box .flex-box-content.flex-box-content .box-content-title span,
.edu-program .content-wrap .flex-box .flex-box-content .box-content-title span {
    font-size: 1.5rem;

}

	.edu-program .content-wrap.vision .box-content-vison {
		padding: 1rem;
	}


.edu-program .content-wrap.vision .box-content-vison img {
    width: 100%;
    display: block;
    margin: 0 auto;
	padding: 0;
}
.edu-program .content-wrap.vision .box-content-vison p {
    font-weight: 400;
    font-size: 0.9rem;
    margin-top: 1rem;
}

.edu-program .content-wrap .flex-box .flex-box-content.gyosei .box-content-title::after {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 35px;
    right: 9%;
}
.edu-program .content-wrap .flex-box .flex-box-content .box-content-title::after {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 35px;
    right: 9%;
}
.edu-program .content-wrap.vision img {
    padding: 1rem;
}

.env-program h2 {
    width: 100%;
    margin: 4rem auto 1rem auto;
    font-size: 2rem;
    text-align: center;
}

.env-program-bg2 .wrap2 .content-img1 {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.env-program-bg2 .wrap2 .content-img2 {
    width: 100%;
    margin: 2rem auto 0;
    display: block;
}

.env-program-bg2 .wrap3 .wrap3-content-title.online img {
	width: 45%;
}
.env-program-bg2 .wrap3 .wrap3-content-title.train img {
	width: 30%;
}
.env-program-bg2 .wrap3 .wrap3-content-title.meeting img {
	width: 90%;
}

.env-program-bg2 .wrap3 .flex-box {
        display: flex;
        margin-top: 3rem;
        gap: 1rem;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

.env-program-bg2 .wrap3 .flex-box .flex-box {
        width: 100%;
        margin-top: 0;
    }
	.env-program-bg2 .wrap3 .box2 .flex-box .flex-box {
        width: 100%;
        margin-top: 0;
    }

.news .news-title {
    width: 36%;
}

.news-bg .content-wrap .news-list li p {
    display: inline-block;
    padding-left: 0rem;
	padding-top: 0.5rem;
}

.connect .connect-title {
    width: 74%;
}

.mat-rep .mat-rep-title {
	width: 55%;
}

.info .info-title {
	width: 50%;
}

.footer-img {
    width: 100%;
    margin-bottom: -0.5rem;
    width: 100%;
    height: 37vh;
    overflow: hidden;
	min-height: 230px;
	max-height: 300px;
}
.footer-content .flex-box {
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-content .flex-box .nav-list {
        width: 80%;
        font-weight: bold;
        margin: 0 auto;
		padding-left: 2rem;
    }
	.footer-content .flex-box .nav-list:last-child {
    padding-left: 2rem;
}
.footer-content .flex-box .link-btn-frame {
        width: 80%;
        margin: 1rem;
    }
	.footer-content2 {
    padding-top: 10rem;
    font-weight: bold;
}
	.footer-content2 .footer-img {
        width: 90%;
        top: -11%;
        left: -8%;
    }
	.footer-img2 {
		display: none;
	}
	.footer-content2 .footer-img1 {
        width: 70%;
        position: absolute;
        top: 7%;
        left: 16%;
        transform: none;
    }
	.footer-content2 .footer-content-uni {
    font-size: 1rem;
    /* margin: 1rem; */
    width: 90%;
    margin: 0 auto;
}
.footer-content2 .footer-content-policy {
    font-size: 0.9rem;
    margin: 1rem auto;
    width: 90%;
}
.footer-content2 .footer-content-copyright {
    font-size: 1rem;
    padding: 1rem 0;
    width: 90%;
    margin: 0 auto;
}

}

@media screen and (max-width: 430px) {
	.main .main-bg {
        height: 110vh;
    }
		.site-header .nav_toggle {
		top: 16%;
        right: 2%;
	}
	.site-header .nav_toggle.is-open {
        top: 1.5%;
        right: 2%;
    }
	.edu-program .content-wrap .flex-box .flex-box-content.gyosei .box-content-title::after {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 35px;
    right: -5%;
}
.edu-program .content-wrap .flex-box .flex-box-content .box-content-title::after {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 35px;
    right: -5%;
}
.edu-program .content-wrap .flex-box .flex-box-content .box-content-title img {
    width: 100%;
}
.edu-program .content-wrap .flex-box .flex-box-content.syokugyounin .box-content-title img {
    width: 90%;
}

.box-content-text .box-content-text-flex {
    margin-top: 0rem;
}
.box-content-text .box-content-text-flex .link-btn {
    margin-top: 0.5rem;
}
.box-content-text .box-content-text-flex .youkou {
    font-size: 1.2rem;
}
.box-content-text .box-content-text-flex .risyu-pro {
    font-size: 0.8rem;
}

.info .info-title {
	width: 70%;
}

.info-bg2 .content-wrap.wrap3 .flex-box .flex-box-content img {
        width: 20%;
        position: absolute;
        top: -10%;
    }
/* .footer-img {
        width: 100%;
        margin-bottom: -0.5rem;
        width: 100%;
        height: 30vh;
        overflow: hidden;
    } */
	
}
@media screen and (max-width: 380px) {
	.main .main-bg {
    height: 90vh;
}
	img.box-content-flex-img {
    width: 48%;
    padding: 1rem 0;
}
/* .footer-img {
        width: 100%;
        margin-bottom: -0.5rem;
        width: 100%;
        height: 25vh;
        overflow: hidden;
    } */
	.content-wrap.wrap3 .wrap3-img1 {
        top: -119%;
        left: 4%;
        width: 90%;
    }
	.edu-program .content-wrap .flex-box .flex-box-content.gyosei .box-content-title::after {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 45px;
        right: -11%;
    }
	.edu-program .content-wrap .flex-box .flex-box-content .box-content-title::after {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 45px;
		right: -11%;
	}
	.info-bg2 .content-wrap.wrap3 .flex-box .flex-box-content img {
        width: 20%;
        position: absolute;
        top: -6%;
    }
}
