@charset "utf-8";

/*-------------------------------------------------------------------
	index
-------------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #000;
}

a:hover img {
	opacity: .7;
}

/* ------------------------------ */

.inner {
	width: 1440px;
	max-width: 90%;
	margin: 0 auto;
}

.flex {
	display: flex;
}

span.ib {
	display: inline-block;
}

.ccllist {
	padding-left: 1.1em;
	text-indent: -1.1em;
}

.bluetxt {
	color: #51dcf1;
}

.pinktxt {
	color: #ffc0cb;
}

.greentxt {
	color: #b5f5a6;
}

.purpletxt {
	color: #acbfe5;
}

.bluebg {
	background-color: #51dcf1;
}

.mainttl {
	position: relative;
	margin-bottom: 150px;
}

.mainttl span {
	line-height: 1.2;
}

.mainttl .en {
	font-size: 16rem;
	font-weight: 700;
	color: #e8f7f9;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.mainttl .jp {
	font-size: 5rem;
	font-weight: 700;
	display: block;
	position: relative;
	z-index: 2;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.subttl {
	margin-bottom: 80px;
}

.bigtxt {
	font-size: 4.2rem;
	font-weight: 700;
}

.lead {
	font-size: 2rem;
	letter-spacing: .05em;
}

.relaWrap {
	position: relative;
}

.absLink {
	position: absolute;
	top: -80px;
	left: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

.w100 {
	width: 100%;
}

/* ローディング画面 */

#load {
	position: fixed;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	background-color: #dff2f5;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

#load .loadLogo {
	animation: loading 2s ease-out infinite;
}

@keyframes loading {

	0%,
	40%,
	60%,
	80% {
		transform: scale(1.0);
	}

	50%,
	70% {
		transform: scale(0.95);
	}
}

#load #loadBar {
	width: 300px;
	height: 10px;
	margin-top: 30px;
}

/* sec01 */

.sec01 .fade01,
.sec01 .fade02,
.sec01 .fade03,
.sec01 .fade04 {
	opacity: 0;
}

.sec01 .fade01.visible,
.sec01 .fade02.visible,
.sec01 .fade03.visible,
.sec01 .fade04.visible {
	animation-name: fadeIn;
	animation-fill-mode: forwards;
	animation-duration: .3s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.sec01 .kvslider .kvsliderItem {
	position: relative;
	padding-top: 80px;
	padding-bottom: 50px;
}

.sec01 .kvslider .kvsliderItem.item01 {
	background-color: #e8f7f9;
}

.sec01 .kvslider .kvsliderItem.item02 {
	background-color: #ecf3ea;
}

.sec01 .kvslider .kvsliderItem.item03 {
	background-color: #f9eaee;
}

.sec01 .kvslider .kvsliderItem .kv {
	width: 100%;
	position: relative;
}

.sec01 .kvslider .kvsliderItem .kv .imgContent {
	position: relative;
	max-width: 95%;
	padding-top: 20px;
	margin-bottom: 40px;
}

.sec01 .kvslider .kvsliderItem .kv .imgContent .absItem {
	position: absolute;
}

.sec01 .kvslider .kvsliderItem .kv .imgContent .absItem.absItem01 {
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	z-index: 2;
}

.sec01 .kvslider .kvsliderItem .kv .imgContent .absItem.absItem02 {
	top: 0;
	right: 0;
}

.sec01 .kvslider .kvsliderItem .kv .txtContent {
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 20px;
}

.sec01 .kvslider .kvsliderItem .kv .txtContent .logo {
	position: absolute;
	top: 40%;
	left: 5%;
	transform: translateY(-50%);
	max-width: 40%;
}

.sec01 .kvslider .kvsliderItem .kv .txtContent .lead {
	position: absolute;
	top: 60%;
	left: 40%;
	transform: translateX(-50%);
	max-width: 30%;
}

.sec01 .kvslider .kvsliderItem .kvlead {
	justify-content: center;
	align-items: center;
}

.sec01 .kvslider .kvsliderItem .kvlead p {
	font-size: 2.4rem;
	text-align: center;
	margin: 0 100px;
}

/* sec02 */

.sec02 {
	padding-top: 200px;
}

/* content01 */

.sec02 .content01 {
	padding-bottom: 120px;
}

.sec02 .content01 .lead {
	margin-top: 40px;
	margin-bottom: 50px;
}

.sec02 .content01 .grahContainer {
	justify-content: space-between;
}

.sec02 .content01 .grahContainer li {
	max-width: 48%;
}

.sec02 .content01 .grahContainer li p {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin-top: 30px;
}

.sec02 .content01 .grahContainer li p .minitxt {
	font-size: 2rem;
	font-weight: 400;
}

/* content02 */

.sec02 .content02 {
	padding-bottom: 70px;
}

.sec02 .content02 .licenseContainer {
	align-items: center;
}

.sec02 .content02 .licenseContainer li {
	width: 50%;
}

.sec02 .content02 .licenseContainer li.right {
	padding-left: 5%;
}

.sec02 .content02 .licenseContainer li .lead {
	margin-top: 40px;
}

/* content03 */

.sec02 .content03 .practiceContainer {
	align-items: center;
}

.sec02 .content03 .practiceContainer li {
	width: 50%;
}

.sec02 .content03 .practiceContainer li .lead {
	margin-top: 40px;
}

/* sec03 */

.sec03 {
	padding-top: 200px;
}

.sec03 .tab-area {
	justify-content: space-between;
}

.sec03 .tab-area .tab {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49%;
	height: 100px;
	border-radius: 40px 40px 0 0;
	cursor: pointer;
}

.sec03 .tab-area .tab.green {
	background-color: #b5f5a6;
}

.sec03 .tab-area .tab.pink {
	background-color: #ffc0cb;
}

.sec03 .content-area .content {
	display: none;
	padding-top: 130px;
	padding-bottom: 70px;
	background-repeat: repeat;
}

.sec03 .content-area .content.is-show {
	display: block;
}

.sec03 .content-area .content .merit {
	background-color: #fff;
	position: relative;
	border-radius: 40px;
	padding: 0 5%;
}

.sec03 .content-area .content .merit h3 {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	display: block;
	width: 230px;
	border-radius: 0 0 40px 40px;
	padding: 10px 0 15px 0;
	margin: 0 auto 80px auto;
}

.sec03 .content-area .content .merit h3 .whitetxt {
	color: #fff;
}

.sec03 .content-area .content .merit h4 {
	font-size: 4.2rem;
	font-weight: 700;
	margin-bottom: 25px;
}

.sec03 .content-area .content .merit .meritTxt {
	font-size: 2rem;
}

.sec03 .content-area .content .btnArea {
	justify-content: center;
}

.sec03 .content-area .content .btnArea .morebtn {
	display: block;
	width: fit-content;
	margin-right: 30px;
	position: relative;
	z-index: 2;
}

.sec03 .content-area .content .btnArea .tabbtn {
	cursor: pointer;
}

.sec03 .content-area .content .btnArea .tabbtn:hover img {
	opacity: .7;
}

/* 生活情報デザイン専攻 */

.sec03 .content-area .content.jouhou {
	border-top: 6px solid #b5f5a6;
	border-bottom: 6px solid #b5f5a6;
	background-image: url(../image/jouhouBg.jpg);
}

.sec03 .content-area .content.jouhou .merit::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 28px 0 28px;
	border-color: #b5f5a6 transparent transparent transparent;
}

.sec03 .content-area .content.jouhou .merit h3 {
	background-color: #b5f5a6;
}

.sec03 .content-area .content.jouhou .merit h4 .greenbg {
	background-color: #b5f5a6;
}

/* MERIT01 */

.sec03 .content-area .content.jouhou .merit.merit01 {
	width: 1680px;
	max-width: 95%;
	margin: 0 auto 200px auto;
	padding: 0 0 80px 0;
}

.sec03 .content-area .content.jouhou .merit.merit01 .inner {
	max-width: 100%;
}

.sec03 .content-area .content.jouhou .merit.merit01 h4 {
	text-align: center;
	position: relative;
}

.sec03 .content-area .content.jouhou .merit.merit01 h4 img {
	position: absolute;
	top: 0;
}

.sec03 .content-area .content.jouhou .merit.merit01 h4 .rightimg {
	right: 0;
}

.sec03 .content-area .content.jouhou .merit.merit01 h4 .leftimg {
	left: 0;
}

.sec03 .content-area .content.jouhou .merit.merit01 .courselist {
	justify-content: space-between;
	margin-top: 70px;
}

.sec03 .content-area .content.jouhou .merit.merit01 .courselist li {
	width: 30%;
}

.sec03 .content-area .content.jouhou .merit.merit01 .courselist li dl dt.txtbox {
	font-size: 2.8rem;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 1em;
	text-indent: -1em;
}

.sec03 .content-area .content.jouhou .merit.merit01 .courselist li dl dd.txtbox {
	font-size: 2rem;
}

/* MERIT02 */

.sec03 .content-area .content.jouhou .container02 {
	position: relative;
	margin-bottom: 250px;
}

.sec03 .content-area .content.jouhou .container02 .bg {
	position: absolute;
	width: 50%;
	left: 0;
	top: 30px;
}

.sec03 .content-area .content.jouhou .container02 .merit.merit02 {
	width: 52%;
	margin-right: 0;
	margin-left: auto;
	z-index: 2;
	padding-bottom: 80px;
}

.sec03 .content-area .content.jouhou .container02 .merit.merit02 h4 {
	position: relative;
}

.sec03 .content-area .content.jouhou .container02 .merit.merit02 h4 img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.sec03 .content-area .content.jouhou .container02 .merit.merit02 .meritTxt {
	margin-bottom: 30px;
}

.sec03 .content-area .content.jouhou .container02 .merit.merit02 dl dt {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.sec03 .content-area .content.jouhou .container02 .merit.merit02 dl dd {
	font-size: 2rem;
	line-height: 2;
}

/* MERIT03 */

.sec03 .content-area .content.jouhou .container03 {
	position: relative;
	margin-bottom: 130px;
}

.sec03 .content-area .content.jouhou .container03 .bg {
	position: absolute;
	width: 50%;
	left: 50%;
	top: 30px;
}

.sec03 .content-area .content.jouhou .container03 .merit.merit03 {
	width: 52%;
	margin-right: auto;
	margin-left: 0;
	z-index: 2;
	padding-bottom: 80px;
}

.sec03 .content-area .content.jouhou .container03 .merit.merit03 h4 {
	position: relative;
}

.sec03 .content-area .content.jouhou .container03 .merit.merit03 h4 img {
	position: absolute;
	bottom: 50%;
	right: 0;
}

.sec03 .content-area .content.jouhou .container03 .merit.merit03 .meritTxt {
	margin-bottom: 30px;
}

.sec03 .content-area .content.jouhou .container03 .merit.merit03 .meritTxt:last-of-type {
	margin-bottom: 0;
}

.sec03 .content-area .content.jouhou .container03 .merit.merit03 dl dt {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.sec03 .content-area .content.jouhou .container03 .merit.merit03 dl dd {
	font-size: 2rem;
	line-height: 2;
}

/* 幼児教育学科 */

.sec03 .content-area .content.youji {
	border-top: 6px solid #ffc0cb;
	border-bottom: 6px solid #ffc0cb;
	background-image: url(../image/youjiBg.jpg);
}

.sec03 .content-area .content.youji .merit::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 28px 0 28px;
	border-color: #ffc0cb transparent transparent transparent;
}

.sec03 .content-area .content.youji .merit h3 {
	background-color: #ffc0cb;
}

.sec03 .content-area .content.youji .merit h4 .pinkbg {
	background-color: #ffc0cb;
}

/* MERIT01 */

.sec03 .content-area .content.youji .container01 {
	position: relative;
	margin-bottom: 500px;
}

.sec03 .content-area .content.youji .container01 .merit.merit01 {
	width: 52%;
	margin-right: 0;
	margin-left: auto;
	z-index: 3;
	padding-bottom: 80px;
}

.sec03 .content-area .content.youji .container01 .merit h4 {
	position: relative;
}

.sec03 .content-area .content.youji .container01 .merit h4 img {
	position: absolute;
	right: 0;
	bottom: 50%;
}

.sec03 .content-area .content.youji .container01 .bg {
	max-width: 60%;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 2;
}

/* MERIT02 */

.sec03 .content-area .content.youji .container02 {
	position: relative;
	margin-bottom: 160px;
}

.sec03 .content-area .content.youji .container02 .bg {
	width: 55%;
	position: absolute;
	top: 30px;
	right: 0;
}

.sec03 .content-area .content.youji .container02 .merit.merit02 {
	width: 52%;
	z-index: 2;
	padding-bottom: 80px;
}

.sec03 .content-area .content.youji .container02 .merit.merit02 h4 {
	position: relative;
}

.sec03 .content-area .content.youji .container02 .merit.merit02 h4 img {
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-100%);
}

.sec03 .content-area .content.youji .container02 .merit.merit02 .meritTxt {
	margin-bottom: 30px;
}

.sec03 .content-area .content.youji .container02 .merit.merit02 dl dt {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.sec03 .content-area .content.youji .container02 .merit.merit02 dl dd {
	font-size: 2rem;
}

/* MERIT03 */

.sec03 .content-area .content.youji .container03 {
	position: relative;
	margin-bottom: 400px;
}

.sec03 .content-area .content.youji .container03 .bg {
	position: absolute;
	width: 50%;
	left: 0;
	top: 30px;
}

.sec03 .content-area .content.youji .container03 .merit.merit03 {
	width: 52%;
	margin-right: 0;
	margin-left: auto;
	z-index: 2;
	padding-bottom: 80px;
}

.sec03 .content-area .content.youji .container03 .merit.merit03 h4 {
	position: relative;
}

.sec03 .content-area .content.youji .container03 .merit.merit03 h4 img {
	position: absolute;
	right: 0;
	bottom: 50%;
}

/* sec04 */

.sec04 {
	background-image: url(../image/sec04bg.jpg);
	background-repeat: repeat;
	padding-top: 180px;
	padding-bottom: 100px;
	position: relative;
}

/* content01 */

.sec04 .content01 {
	margin-bottom: 140px;
	position: relative;
}

.sec04 .content01 .contentleft {
	width: 720px;
	max-width: 45%;
	margin-right: 0;
	margin-left: auto;
	padding-right: 2%;
	z-index: 2;
}

.sec04 .content01 .contentleft h3 {
	font-size: 4.2rem;
	font-weight: 700;
	margin-bottom: 50px;
}

.sec04 .content01 .contentleft .eventContainer {
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec04 .content01 .contentleft .eventContainer li {
	width: 47%;
}

.sec04 .content01 .contentleft .eventContainer li:nth-of-type(n+3) {
	margin-top: 60px;
}

.sec04 .content01 .contentleft .eventContainer li dl dt {
	font-size: 2.2rem;
	font-weight: 700;
	align-items: center;
	margin-bottom: 20px;
}

.sec04 .content01 .contentleft .eventContainer li dl .imgbox {
	display: none;
}

.sec04 .content01 .contentleft .eventContainer li dl dt .num {
	margin-right: 15px;
}

.sec04 .content01 .contentleft .eventContainer li dl .txtbox {
	font-size: 2rem;
}

.sec04 .content01 .contentright {
	width: 50%;
	padding-left: 2%;
	z-index: 2;
}

/* content02 */

.sec04 .content02 {
	position: relative;
}

.sec04 .content02 h3 {
	font-size: 4.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}

.sec04 .content02 .lead {
	margin-top: 25px;
	margin-bottom: 40px;
}

.sec04 .content02 .schedule {
	position: relative;
	margin-bottom: 200px;
}

.sec04 .content02 .schedule .scheduleimg {
	position: relative;
	z-index: 2;
}

.sec04 .content02 .schedule .schedulebtn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.sec04 .content02 .schedulebtnSP {
	display: none;
}

.sec04 .content02 .otherContainer {
	justify-content: space-between;
	margin-bottom: 80px;
	position: relative;
	z-index: 2;
}

.sec04 .content02 .otherContainer li {
	width: 47%;
}

.sec04 .content02 .otherbtn {
	display: block;
	width: fit-content;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

/* sec05 */

.sec05 {
	background-color: #dae5fb;
	padding-top: 100px;
	padding-bottom: 120px;
}

.sec05 .mainttl {
	position: absolute;
	width: 100%;
	pointer-events: none;
}

.sec05 .mainttl .en {
	color: #cad7ef;
}

.sec05 .faqList {
	width: 1080px;
	max-width: calc(100% - 350px);
	margin-right: 0;
	margin-left: auto;
}

.sec05 .faqList li .accordion dt {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 30px 50px 30px 30px;
	cursor: pointer;
}

.sec05 .faqList li .accordion dt::after {
	position: absolute;
	content: '＋';
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 700;
	color: #acbfe5;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.sec05 .faqList li .accordion dt.open::after {
	content: '－';
}

.sec05 .faqList li .accordion dt p {
	font-size: 2.1rem;
	font-weight: 700;
	padding-left: 1.8em;
	text-indent: -1.8em;
}

.sec05 .faqList li .accordion dt p .question {
	margin-right: 1em;
}

.sec05 .faqList li .accordion dd {
	background-color: #acbfe5;
	padding: 30px;
}

.sec05 .faqList li .accordion dd p {
	font-size: 2.1rem;
	font-weight: 700;
	color: #fff;
	padding-left: 1.6em;
	text-indent: -1.6em;
}

.sec05 .faqList li .accordion dd p .answer {
	margin-right: 1em;
}

/* sec06 */

.sec06 {
	padding-top: 140px;
	padding-bottom: 120px;
}

.sec06 ul {
	justify-content: space-between;
}

.sec06 ul li {
	width: 31%;
}

.sec06 ul li .accordion {
	height: 100%;
}

.sec06 ul li .accordion dt {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 120px;
	padding: 0 50px;
	cursor: pointer;
	border: 4px solid #00ccea;
}

.sec06 ul li .accordion dt p {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}

.sec06 ul li .accordion dt::after {
	position: absolute;
	content: '＋';
	font-size: 2rem;
	font-weight: 700;
	color: #00ccea;
	line-height: 1;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.sec06 ul li .accordion dt.open::after {
	content: '－';
}

.sec06 ul li .accordion dd {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: calc(100% - 100px);
	padding: 45px 30px 50px 30px;
	background-color: #e8f7f9;
	border: 4px solid #00ccea;
	border-top: none;
}

.sec06 ul li .accordion dd p {
	font-size: 2rem;
	margin-bottom: 45px;
}

/* sec07 */

.sec07 {
	padding-top: 120px;
	padding-bottom: 80px;
	background-color: #e1f2f4;
}

.sec07 .mainttl .en {
	color: #fff;
}

.sec07 .sec07slider li {
	margin: 0 50px;
}

.sec07 .sec07slider li dl .imgBox {
	margin-bottom: 50px;
}

.sec07 .sec07slider li dl .imgBox figure {
	text-align: center;
}

.sec07 .sec07slider li dl dt.txtBox {
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.sec07 .sec07slider li dl dd.txtBox {
	font-size: 2rem;
	text-align: center;
}

.sec07 .sec07slider li dl dd.txtBox .bigtxt {
	font-size: 2.4rem;
	font-weight: 700;
}

.sec07 .slick-prev,
.sec07 .slick-next {
	width: 20px;
	height: 40px;
	z-index: 5;
}

.sec07 .slick-prev {
	background-image: url(../image/sliderarrowLeft.png);
	left: 30%;
}

.sec07 .slick-next {
	background-image: url(../image/sliderarrowRight.png);
	right: 30%;
}

.sec07 .slick-prev:before,
.sec07 .slick-next:before {
	content: '';
}

/* sec08 */

.sec08 {
	padding-top: 180px;
	background-color: #fff;
}

.sec08 h3 {
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 50px;
}

/* SNS */

.sec08 .sns {
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #e1f2f4;
}

.sec08 .sns .snsContent {
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec08 .sns .snsContent li {
	width: 47%;
}

.sec08 .sns .snsContent li:nth-of-type(n + 4) {
	margin-top: 30px;
}

.sec08 .sns .snsContent li.ttlArea {
	width: 100%;
}

.sec08 .sns .snsContent li h4 {
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 40px;
}

.sec08 .sns .snsContent li .flexArea {
	justify-content: space-between;
}

.sec08 .sns .snsContent li .flexArea .txtArea,
.sec08 .sns .snsContent li .flexArea .imgArea {
	width: 47%;
}

.sec08 .sns .snsContent li .flexArea .txtArea h5 {
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.sec08 .sns .snsContent li .flexArea .txtArea p {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 30px;
}

.sec08 .sns .snsContent li .flexArea .txtArea a {
	font-size: 2rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 5px;
	transition: .3s all;
}

.sec08 .sns .snsContent li .flexArea .txtArea a:hover {
	opacity: .7;
	transition: all .3s;
}

.sec08 .event {
	padding-top: 100px;
	padding-bottom: 180px;
}

.sec08 .event .eventContent {
	justify-content: space-between;
}

.sec08 .event .eventContent li {
	width: 47%;
}

/* sec09 */

.sec09 {
	background-image: url(../image/sec09bg.jpg);
	background-size: cover;
	padding-bottom: 100px;
}

.sec09 .mainttl {
	transform: translateY(-50%);
}

.sec09 .sec09slider {
	height: 800px;
	background-image: url(../image/sec09img.png);
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: right top;
	animation-name: sliderbg;
	animation-duration: 3000s;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes sliderbg {
	from {
		background-position: right top;
	}

	from {
		background-position: right 10000% top;
	}
}

.sec09 .sec09Content {
	justify-content: center;
	margin-top: 70px;
}

.sec09 .sec09Content li:first-of-type {
	margin-right: 80px;
}

/* 背景画像の設定 */

.background {
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

.background01 {
	top: 200px;
	right: 30px;
}

.background02 {
	left: 30px;
	bottom: 15px;
}

.background03 {
	top: 0;
	left: 0;
}

.background04 {
	right: 40px;
	bottom: 30px;
}

.background05 {
	top: 100px;
	right: 30px;
}

.background06 {
	bottom: 20px;
	left: 50px;
}

.background07 {
	bottom: -20px;
	left: 50px;
	transform: translateY(100%);
	z-index: 1;
}

.background08 {
	bottom: -50px;
	right: 100px;
	transform: translateY(100%);
	z-index: 1;
}

.background09 {
	bottom: -50px;
	left: 50px;
	transform: translateY(100%);
	z-index: 1;
}

.background10 {
	bottom: -100px;
	right: -10px;
	transform: translateY(100%);
	z-index: 1;
}

.background11 {
	bottom: -10px;
	left: 20px;
	transform: translateY(100%);
	z-index: 1;
}

.background12 {
	bottom: -100px;
	right: 30px;
	transform: translateY(100%);
	z-index: 1;
}

.background13 {
	top: 180px;
	right: 0;
	z-index: 1;
}

.background14 {
	top: 60px;
	left: 0;
	z-index: 1;
}

.background15 {
	left: 30px;
	bottom: 50px;
	z-index: 1;
}

.background16 {
	top: 0;
	right: 0;
	z-index: 1;
}

.background17 {
	top: 200px;
	left: 0;
	z-index: 1;
}

.background18 {
	bottom: 50px;
	left: 20px;
	z-index: 1;
}

.background19 {
	top: -50px;
	left: 0;
	z-index: 1;
}

.background20 {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.background21 {
	bottom: 50px;
	right: 70px;
	z-index: 1;
}

.background22 {
	top: 30px;
	right: 0;
	z-index: 1;
}

.background23 {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

/* pagetop */

.pagetopArea {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 135px;
	pointer-events: none;
	z-index: 9;
}

.pagetopArea #pagetop {
	pointer-events: none;
	opacity: 0;
	transition: .3s opacity;
}

.pagetopArea #pagetop.onBtm {
	pointer-events: all;
	opacity: 1;
	transition: .3s all;
}

.pagetopArea.stopArea {
	position: relative;
	bottom: 20px;
}

.pagetopArea #pagetop.stopBtm {
	width: 98px;
	position: absolute;
	opacity: 1;
	top: -50px;
	pointer-events: all;
	transform: translateX(-100%);
}

/* 固定フッター */

.fixedArea {
	position: fixed;
	z-index: 8;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background-color: #c3edf2;
	opacity: 0;
	transition: all,.3s;
	pointer-events: none;
}

.fixedArea.onBtm {
	opacity: 1;
	transition: all,.3s;
	pointer-events: all;
}

.fixedArea .fixedList {
	justify-content: center;
}

.fixedArea .fixedList li {
	margin-right: 90px;
}

.fixedArea .fixedList li:last-of-type {
	margin-right: 0;
}

/* fadein */

.fadeIn_up {
	opacity: 0;
	transform: translate(0, 100px);
	transition: 2s;
}

.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

@media screen and (max-width: 1400px) {

	.mainttl .en {
		font-size: 12rem;
	}

	/* sec01 */

	.sec01 .kvslider .kvsliderItem .kv .imgContent .absItem.absItem01 {
		left: 0;
		max-width: 10%;
	}

	.sec01 .kvslider .kvsliderItem .kv .imgContent .absItem.absItem02 {
		max-width: 15%;
	}

	/* sec03 */

	.sec03 .content-area .content.jouhou .merit.merit01 {
		padding: 0 5% 80px 5%;
	}

	.sec03 .content-area .content.jouhou .container03 .merit.merit03 h4 img {
		bottom: 100%;
	}

}

@media(min-width: 1024px) {

	a[href^="tel:"] {
		pointer-events: none;
	}

}

@media screen and (max-width: 1024px) {

	.sec06 ul li .accordion dt p {
		font-size: 2rem;
	}

}

@media screen and (max-width: 768px) {

	.mainttl {
		margin-bottom: 60px;
	}

	.mainttl .en {
		font-size: 8rem;
	}

	.absLink {
		top: -90px;
	}

	/* sec01 */

	.sec01 .kvslider .kvsliderItem .kv .imgContent {
		max-width: none;
	}

	.sec01 .kvslider .kvsliderItem.item01 .kv .imgContent {
		padding-top: 40px;
	}

	.sec01 .kvslider .kvsliderItem.item02 .kv .imgContent,
	.sec01 .kvslider .kvsliderItem.item03 .kv .imgContent {
		padding-top: 0;
	}

	.sec01 .kvslider .kvsliderItem .kv .txtContent .logo {
		max-width: 50%;
		top: 50px;
		transform: none;
	}

	.sec01 .kvslider .kvsliderItem .kv .txtContent .lead {
		left: 5%;
		top: auto;
		bottom: 100px;
		transform: none;
	}

	.sec01 .kvslider .kvsliderItem .kv .imgContent .absItem.absItem01 {
		max-width: 15%;
		left: 5%;
	}

	.sec01 .kvslider .kvsliderItem .kv .imgContent .absItem.absItem02 {
		max-width: 20%;
	}

	.sec01 .kvslider .kvsliderItem .kvlead p {
		margin: 0;
	}

	/* sec02 */

	.sec02 .content01 {
		padding-bottom: 0;
	}

	.sec02 .content01 .grahContainer {
		display: block;
	}

	.sec02 .content01 .grahContainer li {
		max-width: none;
	}

	.sec02 .content01 .grahContainer li:first-of-type {
		margin-bottom: 50px;
	}

	.sec02 .content01 .grahContainer li figure {
		text-align: center;
	}

	.sec02 .content02 {
		padding-bottom: 0;
	}

	.sec02 .content02 .licenseContainer {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.sec02 .content02 .licenseContainer li {
		width: auto;
	}

	.sec02 .content02 .licenseContainer li.right {
		padding-left: 0;
	}

	.sec02 .content02 .licenseContainer li:first-of-type {
		margin-top: 50px;
	}

	.sec02 .content03 .practiceContainer {
		display: block;
	}

	.sec02 .content03 .practiceContainer li {
		width: auto;
	}

	.sec02 .content03 .practiceContainer li:first-of-type {
		margin-bottom: 80px;
	}

	/* sec03 */

	.sec03 {
		padding-top: 150px;
	}

	.sec03 .tab-area .tab {
		height: 160px;
	}

	.sec03 .content-area .content {
		padding-bottom: 100px;
	}

	.sec03 .content-area .content .btnArea {
		flex-direction: column;
		align-items: center;
	}

	.sec03 .content-area .content .btnArea .morebtn {
		margin-right: 0;
		margin-bottom: 30px;
	}

	/* 生活情報デザイン専攻 */

	.sec03 .content-area .content.jouhou .merit.merit01 {
		max-width: 90%;
		padding-bottom: 60px;
	}

	.sec03 .content-area .content.jouhou .merit.merit01 .courselist {
		display: block;
	}

	.sec03 .content-area .content.jouhou .merit.merit01 .courselist li {
		width: auto;
	}

	.sec03 .content-area .content.jouhou .merit.merit01 .courselist li {
		margin-bottom: 70px;
	}

	.sec03 .content-area .content.jouhou .merit.merit01 .courselist li:last-of-type {
		margin-bottom: 0;
	}

	.sec03 .content-area .content.jouhou .merit.merit01 .courselist li :last-of-type {
		margin-bottom: 0;
	}

	.sec03 .content-area .content.jouhou .merit.merit01 .courselist li dl dt.imgbox {
		text-align: center;
	}

	.sec03 .content-area .content.jouhou .container02 {
		margin-bottom: 80px;
	}

	.sec03 .content-area .content.jouhou .container02 .merit.merit02 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 40px;
		margin-bottom: 80px;
	}

	.sec03 .content-area .content.jouhou .container02 .bg {
		position: static;
		width: 100%;
		padding-left: 5%;
	}

	.sec03 .content-area .content.jouhou .container03 {
		margin-bottom: 80px;
	}

	.sec03 .content-area .content.jouhou .container03 .merit.merit03 {
		width: 100%;
		padding-bottom: 40px;
	}

	.sec03 .content-area .content.jouhou .container03 .merit.merit03 h4 img {
		bottom: 50%;
	}

	.sec03 .content-area .content.jouhou .container03 .bg {
		position: static;
		width: 90%;
		margin: 80px auto 0 auto;
	}

	/* 幼児教育学科 */

	.sec03 .content-area .content.youji .container01 {
		margin-bottom: 80px;
	}

	.sec03 .content-area .content.youji .container01 .merit.merit01 {
		width: 100%;
		padding-bottom: 40px;
		margin-bottom: 100px;
	}

	.sec03 .content-area .content.youji .container01 .bg {
		max-width: none;
		position: static;
	}

	.sec03 .content-area .content.youji .container02 {
		margin-bottom: 80px;
	}

	.sec03 .content-area .content.youji .container02 .merit.merit02 {
		width: 100%;
		padding-bottom: 40px;
	}

	.sec03 .content-area .content.youji .container02 .merit.merit02 h4 img {
		top: 100%;
		max-width: 25%;
	}

	.sec03 .content-area .content.youji .container02 .bg {
		width: auto;
		position: static;
		padding-left: 5%;
		text-align: right;
		margin-top: 100px;
	}

	.sec03 .content-area .content.youji .container03 {
		margin-bottom: 60px;
	}

	.sec03 .content-area .content.youji .container03 .merit.merit03 {
		width: 100%;
		margin-bottom: 40px;
	}

	.sec03 .content-area .content.youji .container03 .bg {
		position: static;
		margin-top: 100px;
		padding-left: 5%;
		width: auto;
	}

	/* sec04 */

	.sec04 .content01 {
		display: block;
		margin-bottom: 80px;
	}

	.sec04 .content01 .contentright {
		display: none;
	}

	.sec04 .content01 .contentleft {
		max-width: 90%;
		margin: 0 auto;
	}

	.sec04 .content01 .contentleft .eventContainer {
		display: block;
	}

	.sec04 .content01 .contentleft .eventContainer li {
		width: auto;
	}

	.sec04 .content01 .contentleft .eventContainer li dl .imgbox {
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}

	.sec04 .content01 .contentleft .eventContainer li:nth-of-type(n + 2) {
		margin-top: 80px;
	}

	.sec04 .content02 .schedule {
		margin-bottom: 80px;
	}

	.sec04 .content02 .schedule .scheduleimg {
		max-width: fit-content;
	}

	.sec04 .content02 .schedule .schedulebtn {
		display: none;
	}

	.sec04 .content02 .schedule .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
		z-index: 3;
		opacity: 1;
	}

	.sec04 .content02 .schedulebtnSP {
		display: block;
		width: fit-content;
		margin: 0 auto;
	}

	.sec04 .content02 .otherContainer {
		display: block;
	}

	.sec04 .content02 .otherContainer li {
		width: auto;
	}

	.sec04 .content02 .otherContainer li:first-of-type {
		margin-bottom: 100px;
	}

	/* sec05 */

	.sec05 .mainttl {
		position: relative;
	}

	.sec05 .faqList {
		max-width: 100%;
	}

	/* sec06 */

	.sec06 ul {
		display: block;
	}

	.sec06 ul li {
		width: auto;
	}

	.sec06 ul li:nth-of-type(n + 2) {
		margin-top: 50px;
	}

	/* sec07 */

	.sec07 .slick-next {
		right: 5px;
	}

	.sec07 .slick-prev {
		left: 5px;
	}

	.sec07 .sec07slider li {
		margin: 0 30px;
	}

	/* sec08 */

	.sec08 .sns .snsContent {
		display: block;
	}

	.sec08 .sns .snsContent li {
		width: auto;
	}

	.sec08 .sns .snsContent li:nth-of-type(n + 3) {
		margin-top: 80px;
	}

	.sec08 .event .eventContent {
		display: block;
	}

	.sec08 .event .eventContent li {
		width: auto;
	}

	.sec08 .event .eventContent li:first-of-type {
		margin-bottom: 30px;
	}

	/* sec09 */

	.sec09 .sec09Content {
		flex-direction: column;
		align-items: center;
	}

	.sec09 .sec09Content li {
		width: 90%;
	}

	.sec09 .sec09Content li:first-of-type {
		margin-right: 0;
		margin-bottom: 30px;
	}

	/* 背景画像の設定 */

	.background01 {
		display: none;
	}

	.background02 {
		width: 90%;
		margin: 30px auto;
		position: static;
	}

	.background03 {
		display: none;
	}

	.background04 {
		width: 90%;
		margin: 40px auto 80px auto;
		position: static;
		text-align: right;
	}

	.background05 {
		display: none;
	}

	.background06 {
		width: 70%;
		margin: 40px auto 0 5%;
		position: static;
	}

	.background07 {
		bottom: -40px;
	}

	.background08 {
		position: static;
		transform: none;
		width: 90%;
		margin: 20px auto 0 auto;
	}

	.background09 {
		position: static;
		transform: none;
		width: 90%;
		margin: 50px auto 0 auto;
		text-align: right;
	}

	.background10 {
		position: static;
		transform: none;
		margin-top: 50px;
		text-align: right;
	}

	.background11 {
		position: static;
		transform: none;
		width: 90%;
		margin: 60px auto 0 auto;
	}

	.background12 {
		position: static;
		transform: none;
		width: 90%;
		margin: 60px auto 0 auto;
		text-align: right;
	}

	.background13 {
		display: none;
	}

	.background14 {
		display: none;
	}

	.background15 {
		position: static;
		width: 90%;
		margin: 70px auto 0 auto;
	}

	.background16 {
		display: none;
	}

	.background17 {
		display: none;
	}

	.background18 {
		position: static;
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.background19 {
		display: none;
	}

	.background20 {
		display: none;
	}

	.background21 {
		position: static;
		width: 90%;
		margin: 60px auto 0 auto;
	}

	.background22,
	.background23 {
		display: none;
	}

	/* ----- */

	.pagetopArea {
		bottom: 80px;
	}

	.pagetopArea #pagetop.stopBtm {
		width: 78px;
	}

	/* 固定フッター */

	.fixedArea .fixedList {
		width: 90%;
		margin: 0 auto;
	}

	.fixedArea .fixedList li {
		margin-right: 40px;
		max-width: 180px;
	}

}

@media screen and (max-width: 640px) {

	.mainttl .jp {
		font-size: 2.2rem;
	}

	.mainttl .en {
		font-size: 4rem;
	}

	.subttl {
		margin-bottom: 50px;
	}

	.bigtxt {
		font-size: 2rem;
	}

	.lead {
		font-size: 1.6rem;
	}

	.sec01 .kvslider .kvsliderItem .kvlead p {
		font-size: 1.6rem;
		flex-shrink: 0;
	}

	.sec02,
	.sec04,
	.sec05,
	.sec06,
	.sec07 {
		padding: 50px 0;
	}

	.sec03 {
		padding-top: 50px;
	}

	.sec08 {
		padding-top: 50px;
	}

	.sec02 .content01 .grahContainer li p {
		font-size: 1.6rem;
	}

	.sec02 .content01 .grahContainer li p .minitxt {
		font-size: 1.4rem;
	}

	.sec03 .tab-area .tab {
		font-size: 2rem;
		line-height: 1.6;
		height: 100px;
	}

	.sec03 .content-area .content {
		padding-top: 50px;
	}

	.sec03 .content-area .content .merit h3 {
		font-size: 2rem;
		margin-bottom: 40px;
	}

	.sec03 .content-area .content .merit h4,
	.sec03 .content-area .content.jouhou .merit.merit01 h4 {
		font-size: 1.8rem;
	}

	.sec03 .content-area .content .merit .meritTxt {
		font-size: 1.6rem;
	}

	.sec03 .content-area .content.jouhou .merit.merit01 .courselist li dl dt.txtbox {
		font-size: 1.8rem;
	}

	.sec03 .content-area .content.jouhou .merit.merit01 .courselist li dl dd.txtbox {
		font-size: 1.6rem;
	}

	.sec03 .content-area .content.jouhou .merit.merit01 {
		margin-bottom: 120px;
	}

	.sec03 .content-area .content.jouhou .container02 .merit.merit02 dl dt,
	.sec03 .content-area .content.jouhou .container02 .merit.merit02 dl dd {
		font-size: 1.6rem;
	}

	.sec03 .content-area .content.youji .container02 .merit.merit02 dl dt,
	.sec03 .content-area .content.youji .container02 .merit.merit02 dl dd {
		font-size: 1.6rem;
	}

	.sec04 .content01 .contentleft h3 {
		font-size: 2rem;
	}

	.sec04 .content01 .contentleft .eventContainer li dl dt {
		font-size: 1.8rem;
	}

	.sec04 .content01 .contentleft .eventContainer li dl .txtbox {
		font-size: 1.6rem;
	}

	.sec04 .content02 h3 {
		font-size: 2rem;
	}

	.sec05 .faqList li .accordion dt p,
	.sec05 .faqList li .accordion dd p {
		font-size: 1.8rem;
	}

	.sec06 ul li .accordion dd p {
		font-size: 1.6rem;
	}

	.sec07 .sec07slider li dl dt.txtBox {
		font-size: 2rem;
	}

	.sec07 .sec07slider li dl dd.txtBox {
		font-size: 1.6rem;
	}

	.sec07 .sec07slider li dl dd.txtBox .bigtxt {
		font-size: 1.8rem;
	}

	.sec08 .event {
		padding: 70px 0;
	}

	.sec08 .sns .snsContent li .flexArea {
		display: block;
	}

	.sec08 .sns .snsContent li .flexArea .txtArea,
	.sec08 .sns .snsContent li .flexArea .imgArea {
		width: auto;
	}

	.sec08 .sns .snsContent li .flexArea .imgArea {
		margin-top: 20px;
		text-align: center;
	}

	.sec08 h3 {
		font-size: 2rem;
	}

	.sec08 .sns .snsContent li h4,
	.sec08 .sns .snsContent li .flexArea .txtArea h5 {
		font-size: 1.8rem;
	}

	.sec08 .sns .snsContent li .flexArea .txtArea p,
	.sec08 .sns .snsContent li .flexArea .txtArea a {
		font-size: 1.6rem;
	}

	.sec09 .sec09slider {
		height: 400px;
	}

}