/*ハンバーガーの枠線、形変更*/
.c-sp_navigation_btn {
    border: 1px solid #eee!important;
    border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
}

/*ハンバーガーの「三」の色*/
.c-sp_navigation_btn .c-sp-navigation_line1, .c-sp_navigation_btn .c-sp-navigation_line2, .c-sp_navigation_btn .c-sp-navigation_line3 {
    border-top: 4px solid #666!important;
}
/*ハンバーガーの位置（上と右の空き調節）*/
#spNavigationTrigger.-js-menuPosition-right_top_fixed {
    top: 10px;
    left: auto;
    right: 10px;
}


/*TOPに戻るボタン*/
#top {
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 20;
}



/* キャンパス設定 */
html, body {
  height: 100%;
  color:#000;
}

h2 {
	letter-spacing: 0.2em;
	color:#0e4564;
	font-size:32px!important;
}
h3 {
	letter-spacing: 0.2em;
	color:#000;
	font-size:22px!important;
}


p {
	font-size:16px;
}

#a-header {
	height: 45vw;
}


.box {
	height: 50vw;
	position: relative;
    overflow: hidden;
}

/* アニメーション設定 */
.arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #fff;
    padding: 0px 10px;
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}





#mv {
	position: relative;
	background-color: #f5f2ec;
    height: 30vw;
}
#mv h2{
	position: absolute;
    width:92%;
}


#navi {
	margin: 40px 4vw 40px 3vw!important;
    display: flex;
}
#navi h1 {
	margin-right: 2.5vw;
	max-width:160px;
	width: 14vw;
	line-height: 0;
}
#navi h4 {
    padding-top: 5px;
    margin-left: auto;
    position: absolute;
    right: 4vw;
}
#navi .c-menu {
    margin-bottom: 0px;
    padding-top: 22px;
}
#navi .c-menu.-menu_a li a {
    padding: 0 1.3vw;
    font-size: 14px;
    letter-spacing: 0.4em;
    line-height: 1;
}

#news {
	margin: 0 4vw 60px 3vw!important;
	background-color:#02283d;
	padding: 25px 30px 5px 60px;
	position: relative;
}
#news h2 {
    font-size: 24px!important;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#news h3 {
	font-size:20px!important;
	color:#fceb5f;
	text-decoration: underline;
	padding-left:140px;
	margin-bottom: 10px;
}
#news p {
    color: #fff;
    padding-left: 140px;
    line-height: 1.6;
    margin-bottom: 20px;
}


#greeting {
	display: flex;
}
#greeting .column.-column1 {
	max-width: 580px;
    width: 60%;
	background-image: url(../_userdata/img/top_greeting01.png);
	background-size: cover;
    background-position: center;
}
#greeting .column.-column2 {
	width:100%;
	padding:80px 60px;
	background-color:#f9f7f3;
}
#greeting h2 {
	margin-bottom:20px;
}
#greeting p {
	line-height: 2.4;
}


#tokucho {
	margin:80px 6vw!important;
}
#tokucho .column.-column1 {
	width:100%;
}
#tokucho .column.-column2 {
	width:33.333333333%;
	padding-right:2%;
	margin-top:30px;
}
#tokucho .column.-column3 {
	width:33.333333333%;
	padding:0 1%;
	margin-top:30px;
}
#tokucho .column.-column4 {
	width:33.333333333%;
	padding-left:2%;
	margin-top:30px;
}
#tokucho .column.-column5 {
	width:100%;
}
#tokucho h3 {
	text-decoration: underline;
	margin:30px 0 20px;
}


#topmenu_t h2 {
	margin-bottom:20px;
}
#topmenu_t p {
	text-align: center;
}


#topmenu {
	display: flex;
	justify-content: center;
}
#topmenu .column.-column1 {
	background-color:#fff;
	padding:30px 40px;
	max-width:440px;
	margin:30px 1px 0;
}
#topmenu .column.-column2 {
	background-color:#fff;
	padding:30px 40px;
	max-width:440px;
	margin:30px 1px 0;
	
}
#topmenu .column.-column3 {
	background-color:#fff;
	padding:30px 40px;
	max-width:440px;
	margin:30px 1px 0;
}
#topmenu h3 {
	text-decoration: underline;
	margin-bottom:20px;
}
#topmenu .c-list-no_mark {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.4;
    margin: 20px 30px 0px;
}
#topmenu .c-list-no_mark img {
    margin: 0 4px 4px 0;
}




#time h2{
	margin-bottom:30px;	
}
#time .time {
	font-size:16px;
	margin-bottom:15px;
}
#time p {
	text-align: center;	
}



#footer {
	display: flex;
}
#footer .column.-column1 {
	width:100%;
}
#footer .column.-column2 {
	max-width:680px;
	width:100%;
	padding:40px;
}
#footer h2 {
	margin-bottom:30px;
}
#footer h3 {
	text-decoration: underline;
}
#footer h4 {
	margin:30px 30px 10px;
}
#footer p {
	font-size:14px;
}
#footer .c-note {
	font-size:14px;
}
#footer .c-enclosure {
    border: 1px solid #b7c3c9;
    margin: 10px 0;
    line-height: 1.6;
    font-weight: bold;
}
#footer .c-enclosure img {
	float: left;
    margin: 0 15px 15px 0;	
}

#footer .map_box {
	height: 100%;
    overflow: hidden;
    position: relative;
}
#footer .map_box iframe {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}




@media screen and (max-width:1400px){
#navi {
    margin: 40px 30px 20px 30px!important;
}
#navi {
    flex-wrap: wrap;
}
#navi h1 {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
}
#navi h4 {
    top:40px;
}
#navi .c-menu.-menu_a li a {
    padding: 0px 2.6vw;
}
#navi .c-menu li {
    margin: 10px 0;
}
}


@media screen and (max-width:1300px){
#a-header {
    height: 48vw;
}
#greeting .column.-column2 {
    padding: 60px 30px 60px 40px;
}
#tokucho {
    margin: 80px 30px!important;
}
#topmenu .c-list-no_mark {
    margin: 20px 0 0px;
}
#news {
    margin: 0 30px 60px 30px!important;
    padding: 25px 30px 5px 40px;
}
}




@media screen and (max-width:1000px){
.-menu_left {
    text-align: center;
}
#mv h2{
    width:100%;
}
#tokucho {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#tokucho .column.-column2 {
    width: 50%;
    padding:0 10px;
}
#tokucho .column.-column3 {
    width: 50%;
    padding:0 10px;
}
#tokucho .column.-column4 {
    width: 50%;
    padding:20px 10px 0;
}
#topmenu {
    flex-wrap: wrap;
}
#topmenu .column.-column1 {
    max-width: 60%;
    width: 60%;
}
#topmenu .column.-column2 {
    max-width: 60%;
    width: 60%;
}
#topmenu .column.-column3 {
    max-width: 60%;
    width: 60%;
}
}





@media screen and (max-width:768px){
#js-globalNavigation {
    background-color: rgba(2, 40, 60, 0.92);
}
#js-globalNavigation a:link {
	color: #fff!important;
	
}
#js-globalNavigation a:visited { color: #fff!important; }
#js-globalNavigation a:hover { color: #fff!important; }
#js-globalNavigation a:active { color: #fff!important; }
#js-globalNavigation .c-menu.-menu_a li a{
    padding: 20px 20px;
    letter-spacing: 0.2em;
    text-align: center;
}
h2 {
    letter-spacing: 0.1em;
    font-size: 20px!important;
}
h3 {
    letter-spacing: 0.1em;
    font-size: 18px!important;
}
p {
    font-size: 14px;
}

a.link_01 {
    width: 300px !important;
    font-size: 14px !important;
    margin: 20px auto 0 !important;
}
	
#navi h4 {
    right: 0;
}
#navi {
    margin: 30px 14px 20px 15px!important;
}
#news {
    margin: 0 15px 40px 15px!important;
    padding: 0px 0px 5px 0px;
    position: static;
}
#navi h1 {
    width: 160px;
}
#news h2 {
	font-size: 20px!important;
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 15px;
    background-color: #000;
    padding: 5px 15px;
}
#news h3 {
	font-size: 18px!important;
    padding: 0px 15px;
}
#news p {
    padding: 0px 15px;
    margin-bottom: 15px;
}

#greeting {
    flex-wrap: wrap;
}
#greeting .column.-column1 {
    max-width: 100%;
    width: 100%;
    height: 80vw;
    margin: 0 auto;
    background-position: center bottom 30%;
}
#greeting .column.-column2 {
    padding: 40px 15px 40px 15px;
}
#greeting h2 {
    margin-bottom: 15px;
}
#greeting p {
    line-height: 1.8;
}
#tokucho {
    margin: 40px 15px!important;
}
#tokucho .column.-column2 {
    width: 500px;
    padding: 0 0px;
}
#tokucho .column.-column3 {
    width: 500px;
    padding: 0 0px;
}
#tokucho .column.-column4 {
    width: 500px;
    padding: 0 0px;
}
#tokucho h3 {
    margin: 15px 0 10px;
}
#topmenu_t {
	padding:40px 15px 0px 15px!important;
}
#topmenu_t h2 {
    margin-bottom: 10px;
}
#topmenu .column.-column1 {
    max-width: 500px;
    width: 500px;
    padding: 20px 20px;
    margin: 30px 0px 0;
}
#topmenu .column.-column2 {
    max-width: 500px;
    width: 500px;
    padding: 20px 20px;
    margin: 30px 0px 0;
}
#topmenu .column.-column3 {
    max-width: 500px;
    width: 500px;
    padding: 20px 20px;
    margin: 30px 0px 0;
}
#topmenu .c-list-no_mark {
    font-size: 14px;
}
#top_link {
	padding:0 15px 40px 15px!important;
}
#time {
	padding:40px 15px!important;
}
#time h2 {
    margin-bottom: 15px;
}
#time .time {
    font-size: 13px;
    margin-bottom: 10px;
}
#footer {
    flex-wrap: wrap;
}
#footer .column.-column1 {
    height: 70vw;
}
#footer h2 {
    width: 160px;
    margin: 0 auto 20px;
}
#footer .column.-column2 {
    padding: 40px 15px;
}
}






@media screen and (max-width:641px){
.box {
    display: none;
}
#navi {
    display: block;
}
#navi h1 {
	width:130px;
    margin: 0 auto;
}
#navi h4 {
    position: static;
    text-align: center;
}
#news {
    margin: 0 15px 20px 15px!important;
}
#topmenu_t p {
    text-align: left;
}
#footer h2 {
    width: 130px;
}
#footer h4 {
    margin: 20px 15px 10px;
}
#top {
    bottom: 50px;
    right: 10px;
    width: 60px;
}
}










