@charset "utf-8";

/* =======================================

	text-decoration CSS

========================================== */
.title01 {
    font-size: 3vw;
    font-weight: bold;
    line-height: 1.8em;
    float: left;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.title07 {
    float: left;
    font-weight: bold;
    margin-top: 8px;
    width: 20%;
}
/* =======================================

	btn CSS

========================================== */
.btn02 {
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
    font-size: 140%;
    width: 48%;
    height: 100px;
    line-height: 100px;
    border-radius: 5px;
}
.btn02 a {
    display: block;
    color: #fff;
    background-position: 83% center;
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    background-size: 5%;
    background-image: url(../images/module/search02.svg);
}
.btn02 a:hover {
    display: block;
    color: #fff;
    background-position: 81% center;
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    background-size: 5%;
    background-image: url(../images/module/search02.svg);
}

/* =======================================

	nav CSS

========================================== */
#headNav #gnav ul li a,
#headNav.fixed #gnav ul li a {
	width: 100%;
	display: block;
	margin: 0;
	/*padding: 13px 0;*/
	padding: 13px 20px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
#headNav #gnav ul li a:hover,
#headNav.fixed #gnav ul li a:hover {
	width: 100%;
	display: block;
	margin: 0;
	/*padding: 13px 0;*/
	padding: 13px 20px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
	text-align: left;
    text-decoration: none;
    transition: 0.5s;
}

#spNavToggle {
    display: block;
    position: absolute;
    right: -74px;
    top: 0;
    background: #66CA97;
    padding: 10px;
    cursor: pointer;
    z-index: 101;
}


#spNavToggle div {
    position: relative;
    width: 34px;
    height: 34px;
}
#spNavToggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .50s ease-in-out;
    -moz-transition: .50s ease-in-out;
    transition: .50s ease-in-out;
}
#spNavToggle span:nth-child(1) {
    top: 3px;
}
#spNavToggle span:nth-child(2) {
    top: 13px;
}
#spNavToggle span:nth-child(3) {
    top: 23px;
}
#gnav {
    position: fixed;
    width: 260px;
    height: 100%;
    padding: 0;
    top: 99px;
    right: -300px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 100;
}
#gnav ul {
    float: none;
    margin: 0;
}
#gnav ul li {
    float: none;
    position: static;
}
#headNav #gnav ul li a, #headNav.fixed #gnav ul li a {
    width: 100%;
    display: block;
    margin: 0;
    /* padding: 13px 0; */
    padding: 13px 20px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
#spNavToggle span:nth-child(1) {	top: 3px;}
#spNavToggle span:nth-child(2) {	top: 13px;}
#spNavToggle span:nth-child(3) {	top: 23px;}
#spNavToggle span:nth-child(4),
#spNavToggle span:nth-child(5) {	top: 28px;
	text-align: center;
	font-size: 71%;
	color: #000;
	background-color: #fff;
	height: 0;
}
#spNavToggle span:nth-child(5) {
	display: none;
}
#headNav.open #spNavToggle span:nth-child(5) {
	display: block;
}
#headNav.open #spNavToggle span:nth-child(4) {
	display: none;
}
.open #spNavToggle span:nth-of-type(1),
.open #spNavToggle span:nth-of-type(3) {
	width: 20px;
}
.open #spNavToggle span:nth-of-type(1) {
	-webkit-transform: translate(15px,2px) rotate(45deg);
	transform: translate(15px,2px) rotate(45deg);
}
.open #spNavToggle span:nth-of-type(3) {
	-webkit-transform: translate(15px,-2px) rotate(-45deg);
	transform: translate(15px,-2px) rotate(-45deg);
}
.open #gnav {
	background-color: #fff;
	right: 0;
}

/* =======================================

	header CSS

========================================== */
.siteTitle h1 {
    margin: inherit;
    width: 100%;
}
.tabNavAreaTop {
    padding: 40px 20px 0 20px;
}
.navListLink {
    padding: 15px 20px;
}
.navListLink a {
    color: #fff;
}
.tabNavListBox {
    float: right;
    margin-right: 90px;
    position: relative;
}
.tabNavAreaBottom ul {
    border-top: 1px solid #EDECE8;
}
.tabNavAreaBottom li {
    float: left;
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    text-align: center;
    font-size: 15px;
    box-sizing: border-box;
}
.tabNavAreaBottom li a {
    text-decoration: none;
    display: block;
    padding: 20px 0;
}
.tabNavAreaBottom {
    padding: 30px 0 0 0;
}

.tabNavAreaBottom li span {
font-weight: bold;
}

.tabNavAreaBottom li:first-child {
    border-left: 1px solid #FF646C;
    border-bottom: 4px solid #FF646C;
 border-right: 1px solid #fff;
}
.tabNavAreaBottom li:nth-child(2) {
border-left: 1px solid #58CCCC;
border-bottom: 4px solid #58CCCC;
 border-right: 1px solid #fff;
}
.tabNavAreaBottom li:nth-child(3) {
border-left: 1px solid #FFCD1F;
border-bottom: 4px solid #FFCD1F;
 border-right: 1px solid #fff;
}
.tabNavAreaBottom li:first-child a:hover {
    background: #FF646C;
    color: #fff;
}
.tabNavAreaBottom li:first-child a:hover .fa-red,.tabNavAreaBottom li:nth-child(2) a:hover .fa-blue,.tabNavAreaBottom li:nth-child(3) a:hover .fa-yellow {
    color: #fff;
}
.tabNavAreaBottom li:nth-child(2) a:hover {
    background: #58CCCC;
    color: #fff;
}
.tabNavAreaBottom li:nth-child(3) a:hover {
    background: #FFCD1F;
    color: #fff;
}





.student .tabNavAreaBottom li:first-child a {
    background: #FF646C;
    color: #fff;
}
.student .tabNavAreaBottom li:first-child a .fa-red,.office .tabNavAreaBottom li:nth-child(2) a .fa-blue,.education .tabNavAreaBottom li:nth-child(3) a .fa-yellow{
        color: #fff;
}
.office .tabNavAreaBottom li:nth-child(2) a {
    background: #58CCCC;
    color: #fff;
}

.education .tabNavAreaBottom li:nth-child(3) a {
    background: #FFCD1F;
    color: #fff;
}


/* =======================================

	mainimg CSS

========================================== */
.tabMainImgBox .mainImgBoxInner {
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    left: 5%;
}
.pcMainImgBox .mainImgBoxInner {
    width: inherit;
    position: absolute;
    top: 30%;
    left: 4%;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* =======================================

	homeBoxFirst CSS

========================================== */
.arrowBox01 {
    height: 40px;
    width: 40px;
    background: #FF646C;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    background-image: url(../images/module/arrow_white.svg);
}
.arrowBox02 {
    height: 40px;
    width: 40px;
    background: #58CCCC;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    background-image: url(../images/module/arrow_white.svg);
}
.arrowBox03 {
    height: 40px;
    width: 40px;
    background: #FFCD1F;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    background-image: url(../images/module/arrow_white.svg);
}

.homeBoxFirstInner {
    width: inherit;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 20px 20px 0;
}
.tabSerchBox {
    display: block;
    margin-bottom: 40px;
}
.tabSerchBox .search {
    text-align: center;
}
.tabSerchBox .search a {
    color: #66cc99;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    width: 240px;
    display: inline-block;
    background-position: 220px 8px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url(../images/module/search.svg);
}
.homeBtnBox {
    float: none;
    padding: 20px 30px;
    border-radius: 5px;
    margin-top: 0;
    position: relative;
    z-index: 1;
    width: inherit;
}
.homeBoxFirst li {
    float: left;
    width: 31.3%;
    margin-right: 20px;
}
/* =======================================

	homeBoxImportant CSS

========================================== */
.homeBoxImportant {
  padding: 0 20px;
}
.homeBoxImportant .inner {
  width: inherit;
}
.homeBoxImportant .inner ul {
  margin: 20px;
}
/* =======================================

	homeBoxSecond CSS

========================================== */
.homeBoxSecond .inner {
    width: inherit;
    margin: 0 auto;
    padding: 60px 20px 40px;
}
/* =======================================

	homeBoxThirdInner CSS

========================================== */
.homeBoxThird {
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: inherit;
    background-image: none;
    padding: 70px 20px 60px;
}
.homeBoxThirdInner {
    width: inherit;
    margin: 0 auto;
}
/* =======================================

under css

========================================== */
.topicpath ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0 40px;
    font-size: 80%;
    text-transform: uppercase;
    color: #246163;
}
.lowerContents {
    width: inherit;
    margin: 0 auto 90px;
    padding: 0 40px;
}

.lowerAllPage li {
    float: left;
    width: 47.5%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.descriptionBoxLeft {
    float: left;
    width: 100%;
    position: relative;
}
/* =======================================

news css

========================================== */
.newsCategoryBox .title07 {
    width: 26%;
}
.newsCategoryBox ul {
    float: right;
    width: 70%;
}
.newsCategoryBox li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.newsSingleCategoryBox {
    width: inherit;
    margin: 0 auto;
    margin-bottom: 90px;
}
/* =======================================

	link CSS

========================================== */

.linkBoxLeft {
    float: none;
    width: 100%;
    margin-right: 0px;
}
.linkBoxLeft li:last-child {
border-bottom: none;
}
.linkBoxRight {
    float: none;
    width: 100%;
}
/* =======================================

	pr CSS

========================================== */
.pamphletBox {
    margin-right: 0%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.pamphletBox li {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
}
/* =======================================

	footer CSS

========================================== */
.footerLeftBox {
    float: inherit;
    margin-bottom: 30px;
}
.fNav {
    float: left;
    margin-left: 0;
}
.footerInner {
    width: inherit;
    margin: 0 auto;
    padding: 40px 40px 50px;
}
/* =======================================

	pc CSS

========================================== */
.pc{
    display: none;
}
/* =======================================

	tablet CSS

========================================== */
.tab {
    display: block;
}
.spnavLink {
    display: none;
}


/* =======================================

	sp CSS

========================================== */
.sp{
    display: none;
}
/* =======================================

	fukunin CSS

========================================== */
.fukuninBtnBox li a {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fukuninBtnBox2 a {
  margin: 0 0 30px;
  width: 60%;
}
.officeList {
  display: block;
}
.officeList li {
  width: 100%;
}
.fukuninMeritBox {
  display: block;
}
.fukuninMeritBox .ytWrap {
  width: auto;
  max-width: 560px;
  margin: 0 auto;
}
.fukuninMeritBoxItem {
  width: auto;
}
/* =======================================

	2018.02.14 小島追加css

========================================== */

.lowerBoxInner .left {
    float: none;
    padding-right: 0;
    width: inherit;
    box-sizing: border-box;
}
.lowerBoxInner .right {
    float: none;
    width: inherit;
    margin-top: 7%;
}
.lowerBoxInner .right02 {
    float: none;
    width: inherit;
}
.lowerBoxInner .left02 {
    width: inherit;
    float: none;
    padding-right: 0;
    box-sizing: border-box;
}
.spLogoBox {
    display: block;
    text-align: center;
    padding: 0 0 60px 0;
}
.spLogoBox img {
    width: 14em;
}
