@charset "UTF-8";
/*基本*/
body{
	font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-weight: 500;
	line-height: 1.75;
}
h1, .h1{
	line-height: 1.5;
}
h3, .h3{
	line-height: 1.5;
}
a {
	transition: 0.4s ;
}
.bold{
	font-weight: 700;
}
p.lh-18{
	line-height: 1.83;
}
img {
	max-width:100%;
	height:auto;
}
.bg-black{
	background-color: #333333;
}
.bg-fff{
	background-color: #fff;
}
.bg-deepblue{
	background-color: #333d95;
}
.bg-blue{
	background-color: #0068b6;
}
.bg-takahashiblue{
	background-color: #3666bf;
}
.bg-orange{
	background-color: #f29211;
}
.bg-awagiorange{
	background-color: #f27b11;
}
.c-blue{
	color: #333d95;
}
.c-takahashiblue{
	color: #3666bf;
}
.c-orange{
	color: #f29600;
}
.c-fff{
	color: #fff;
}
.c-shinriblue{
	color: #00b3ec;
}
.c-pink{
	color: #f09b9e;
}
.c-green{
	color: #87c796;
}
.space30{
	height: 30px;
}
/*header*/
nav.navbar{
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.2);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
}
#navbarColor03{
	justify-content: end;
	align-items: flex-start;
}
.header-center-parts{
	text-align: right;
}
.navbar .nav-item .nav-link{
	text-indent: -1em;
    padding-left: 1em;
	text-align: left;
}
.navbar .nav-item .nav-link span{
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 2px;
    vertical-align: middle;
}
.header-link01{
	color: #000;
    border: solid 1px;
    padding: 4px 12px;
	display: inline-block;
	margin-top: 8px;
    margin-right: 15px;
}
.header-link01:hover{
	text-decoration: none;
    color: #fff;
    background: #000;
}
a.header-button:hover{
	opacity: 0.7;
}
a.link-img:hover{
	opacity: 0.7;
}
#header-section{
	position: fixed;
    z-index: 1;
    width: 100%;
}
.header-button img{
	width: 100%;
}
.navbar-light .navbar-toggler{
	color: #fff;
    border-color: #333333;
	background-color: #333;
	border-radius: 0;
	padding: 10px;
}
.navbar-light .navbar-toggler-icon{
	background-image: url(/nikalp/img/navver.svg);
	/*background: url(/nikalp/img/bg-takahashi-min.png) center center / contain no-repeat ;*/
}
/*contents*/
.head01{
	text-align: center;
	letter-spacing: 0.01em;
}
.tab-design{
	display: inline-block;
    padding: 16px 2em;
    border-radius: 20px 20px 0 0;
}
.head02{
	letter-spacing: 0.05em;
}
.head02 span{
	font-size: 80%;
	margin-left:0.5em;
}
.orabgebox{
	background: #f29600;
    color: #fff;
    padding: 0 0.6em;
}
.head03{
	font-size: 6em;
	line-height: 1;
	letter-spacing: 0.03em;
}
.senkou-img{
	display: inline-block;
    height: 1em;
    width: auto;
    vertical-align: -14%;
    margin: 0 5px;
}
.head04{
	background: #fff;
    display: inline-block;
    padding: 0 0.4em;
	position: relative;
}
.head04:after{
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.2em 0.5em 0 0;
    border-color: #fff transparent transparent transparent;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -0.5em;
}
.text-wrap01{
	background: url(/nikalp/img/bg-takahashi-min.png) center center / contain no-repeat ;
}
.text-wrap02{
	height: 100%;
	padding: 30px;
}
.text-wrap03 > *{
	width: 33.3%;
	padding: 8px;
}
.text-wrap03-awagi > *{
	width: 100%;
}
.text-wrap03-awagi{
	padding-bottom: 3em;
}
.text-wrap03 h5{
	display: inline-block;
	padding: 20px 0;
	border-radius: 20px;
	width: 100%;
}
.text-wrap04{
	background: url(/nikalp/img/bg-awagi04-min.png) center center / contain no-repeat ;
}
.gakunoukin-wrap{
	background-color: #fff;
	border: solid 1px #333333;
	margin-top: 30px;
}
.lp-p01{
	margin-top: 20px;
}
.lp-p01 span{
	border: solid 1px;
	padding: 4px 1em;
	margin-left: 2em;
}
.awagi_1375x605{
	margin-top: -2.2em;
}
.gakunoukin-inner{
	padding: 0 10px;
}
/*footer*/
.footer-p01{
	background: #333d95;
    display: inline-block;
    color: #fff;
    padding: 0 1.5em;
    font-size: 80%;
    margin-bottom: 5px;
}
#header-button{
	position: absolute;
    top: -80px;
    display: inline-block;
}
.footer-tel-sp, .footer-contact-sp{
	display: inline-block;
    width: 100%;
    padding: 12px 0;
	height: 100%;
}
.footer-tel-sp{
	background: #333d95;
}
.footer-contact-sp{
	background: #666eb0;
}

@media (max-width: 1700px){
.navbar .nav-item .nav-link, .header-link01{
	font-size: 13px;
}
.header-contact{
	width: 30%;
}
}
@media (max-width: 1360px){
.header-contact{
	width: 18%;
    flex-wrap: wrap;
}
nav.navbar{
	padding-bottom: 0;
}
.header-button01{
	background:#333d95;
}
.header-button02{
	background:#666eb0;
}
.text-wrap03 h5{
	font-size: 1rem;
}
.footer-div01 h2 {
    font-size: 1.2rem;
}
}
@media (max-width: 991px){
.md-bk{
	display: block;
}
.navbar .nav-item .nav-link{
	font-size: 1.2em;
	padding: 15px;
}
.header-contact{
	width: 100%;
    flex-wrap: inherit;
	padding-right: 1.5rem;
}
nav.navbar{
	padding-right: 1.5rem;
}
}
@media (max-width: 767px){
h1, .h1 {
    font-size: 1.8rem;
}
.icon-arrow{
	max-width: 18px;
}
nav.navbar{
	padding-right: 0;
	padding-bottom: 0;
}
.logo_kiu_222x60{
	max-width: 150px;
}
/*.container01{
	padding: 0;
}*/
.tab-design{
	padding: 16px 1.5em;
}
h1.tab-design{
	font-size: 1.2em;
}
.awagi_1375x605{
	background-color: #f29211;
	margin-top: 0;
}
.row02 img{
	width: 80%;
}
.row02 h1{
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
}
.div01{
	padding: 0;
}
.div02{
	padding: 0 15px;
}
/*.div02 .col-4{
	padding-right: 4px;
    padding-left: 4px;
}*/
.div02 p{
	font-size:10px;
}
.div03-blue{
	background: #e1e8f5;
}
.div03-orange{
	background: #fdefdb;
}
.text-wrap02{
	padding: 30px 0 10px;
}
.text-wrap02 h4{
	font-size: 1.1rem;
}
.text-wrap03 > * {
    padding: 4px;
}
.text-wrap03 h5{
	font-size: 0.9rem;
}
.lp-p01{
	font-size: 8px;
}
.head04{
	font-size: 1.5rem;
}
.head05{
	font-size: 1.2rem;
}
.footer-schoollogo{
	width: 60%;
}
.footer-div01{
	padding-top: 1.5em;
    text-align: center;
	display: flex;
	justify-content: space-around;
}
.footer-div01 h2{
    font-size: 1.2rem;
	margin-bottom: 4px;
}
.footer-p02{
    font-size: 9px;
}
.footer-p01{
	padding: 0 1em;
}
.footer-pic.container{
	padding-right: 0;
    padding-left: 0;
	position: relative;
}
.footer-pic.container .row{
	margin-right: 0;
    margin-left: 0;
}
.footer-pic.container .row > div.col-6{
	padding-right: 0;
    padding-left: 0;
}
#header-button-sp{
	position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    width: 12%;
}
}
/*人間科学部*/
@media (min-width: 1360px){
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
}
}
.sec01{
	background: url(/nikalp/img/img01-min.jpg) center center / cover no-repeat ;
	padding: 8em 0;
}
.sec01 > .container{
	/*max-width: 1200px;*/
	box-shadow: 2px 2px 4px #bbb;
}
.sec01 .head01:before, .sec01 .head01:after{
	content:'';
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: text-bottom;

}
.sec01 .head01:before{
	background: url(/nikalp/img/head01-be.svg) center center / contain no-repeat ;
	margin-right: 0.5em;
}
.sec01 .head01:after{
	background: url(/nikalp/img/head01-af.svg) center center / contain no-repeat ;
	margin-left: 0.5em;
}
.sec02{
	background: url(/nikalp/img/img03-min.jpg) top center / cover no-repeat ;
	padding: 8em 0;
}
.sec02 .container.sec02-con01{
	max-width: 1100px;
	background: url(/nikalp/img/img04.svg) bottom right / auto 100% no-repeat;
	padding-bottom: 10%;
}
.none01{
	border: solid 1px;
    display: inline-block;
    padding: 0 0.6em;
}
#link-psychology{
	background: url(/nikalp/img/img05-oigin.png) center center / auto 100% no-repeat;
	padding: 4em 0;
}
#link-physical_therapy{
	background: url(/nikalp/img/img07.png) center center / auto 100% no-repeat;
	padding: 4em 0;
}
#link-occupational_therapy{
	background: url(/nikalp/img/img09.png) center center / auto 100% no-repeat;
	padding: 4em 0;
}
#engei{
	background: url(/nikalp/img/img11-min.jpg) center center / 100% auto;
	padding: 1.5em 0;
}
.ninzuu{
	font-size: 20%;
    background: #fff;
    padding: 0 10px;
    margin-left: 0.6em;
}
.maru-hito{
	display: inline-block;
    background: #fff;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    vertical-align: baseline;
    border-radius: 50%;
	margin-right: 0.1em
}
.button-a:hover img{
	opacity: 0.6;
}
.sec02-con03{
	margin-bottom: 160px;
}
.footer-h01{
	letter-spacing: 0.07em;
    text-align: center;
	margin-bottom: 1rem;
}
.button-b{
	display: inline-block;
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
    color: #000;
    border: solid 1px;
	margin-bottom: 10px;
	position: relative;
}
.button-b:after{
	content:'';
	width: 10px;
	height: 10px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: rotate(45deg);
}
.button-b:hover{
	background-color: #0068b6;
	color: #fff;
	text-decoration: none;
}
.footer-con table{
	margin-right: auto;
    margin-left: auto;
}
/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}
@media (max-width: 1400px){
#link-psychology {
    background: url(/nikalp/img/img05-oigin.png) center right 40% / auto 100% no-repeat;
}
#link-physical_therapy {
    background: url(/nikalp/img/img07.png) center left 40% / auto 100% no-repeat;
}
#link-occupational_therapy {
	background: url(/nikalp/img/img09.png) center right 40% / auto 100% no-repeat;
}
}
@media (max-width: 1300px){
#link-psychology {
    background: url(/nikalp/img/img05-oigin.png) center right 36% / auto 100% no-repeat;
}
#link-physical_therapy {
    background: url(/nikalp/img/img07.png) center left 36% / auto 100% no-repeat;
}
#link-occupational_therapy {
	background: url(/nikalp/img/img09.png) center right 46% / auto 100% no-repeat;
}
}
@media (max-width: 991px){
body{
    font-size: 14px;
}
h1, .h1 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.25rem;
}
h4, .h4 {
    font-size: 1.15rem;
}
.sec01 {
    padding: 5em 0;
}
.sec02 {
    padding: 6em 0;
}
.head03 {
    font-size: 4.5em;
}
#link-psychology{
	background: url(/nikalp/img/img05-oigin-sp-min.png) left center / 100% 100% no-repeat;
    border-radius: 0 100px 100px 0;
    overflow: hidden;
    margin-right: 30px;
}
#link-physical_therapy {
    background: url(/nikalp/img/img07-sp-min.png) left center / 100% 100% no-repeat;
    border-radius: 100px 0 0 100px;
    overflow: hidden;
    margin-left: 30px;
}
#link-occupational_therapy {
	background: url(/nikalp/img/img09-sp-min.png) left center / 100% 100% no-repeat;
    border-radius: 0 100px 100px 0;
    overflow: hidden;
    margin-right: 30px;
}
}
@media (max-width: 767px){
h1, .h1 {
    font-size: 1.7rem;
}
.sec01 {
    padding: 3em 15px;
}
.head01{
	display: inline-flex;
    font-size: 1.6rem;
}
.head02{
	font-size: 1.3rem;
}
.sec02 .container.sec02-con01 h1{
	font-size: 1.3rem;
}
.sec02 {
    padding: 3em 0;
}
.head03 {
    font-size: 2.6em;
}
.sec02-con03 {
    margin-bottom: 80px;
}
#link-psychology{
    border-radius: 0 50px 50px 0;
    margin-right: 15px;
}
#link-physical_therapy {
    border-radius: 50px 0 0 50px;
    margin-left: 15px;
}
#link-occupational_therapy {
    border-radius: 0 50px 50px 0;
    margin-right: 15px;
}
.footer-h01{
	font-size: 1.7rem;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.footer-con .col-lg-4, .footer-con .col-lg-3{
	width: 80%;
    margin: 5px auto;
	text-align: center;
}
.footer-telcon h4{
	font-size: 1.5rem;
}
}
@media (max-width: 575px){
.sec02 .container.sec02-con01{
	background: none;
	text-align: center;
	padding-bottom: 0;
}
h3, .h3 {
    font-size: 1.15rem;
}
h5, .h5 {
    font-size: 1rem;
}
}