@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,*::before,*::after{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}img{vertical-align:bottom}

/* ===============================================
# common
=============================================== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; /* 10px */
  scroll-behavior: smooth;
}
body{
  padding: 0;
  word-wrap : break-word;
  overflow-wrap : break-word;
  font-size:16px;
  font-size:1.6rem;
  font-weight: 400;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-animation: PageIn 1.3s ease 0s 1 normal;
  animation: PageIn 1.3s ease 0s 1 normal;
  line-height: 1.688;
  -webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}
@keyframes PageIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes PageIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.wrapper{
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.inner{
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1510px;
  padding-right: 75px;
  padding-left: 75px;
}
a,
a:link,
a:visited{
  color: #006699;
}
a[href=""],a[href="#"] {
  pointer-events: none;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img[src*=".svg"] {
  width: 100%;
}
button{
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.for_pc{
  display: block;
}
.for_sp{
  display: none;
}
span.for_pc,
br.for_pc,
img.for_pc{
  display: inline;
}
span.for_sp,
br.for_sp,
img.for_sp{
  display: none;
}
.clear{
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.flex_center{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
@media print,screen and (min-width :835px){
  .flex_pc{
    display:-webkit-box;
    display:flex;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width :1024px){
  .wrapper{
    display: block;
    min-height:inherit;
  }
  .inner{
    width: 90.6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width :834px){
  body{
    font-size:14px;
    font-size:1.4rem;
    line-height: 1.607;
  }
  img{
    width: 100%;
    height: auto;
  }
  .for_pc{
    display: none;
  }
  .for_sp{
    display: block;
  }
  span.for_pc,
  br.for_pc,
  img.for_pc{
    display: none;
  }
  span.for_sp,
  br.for_sp,
  img.for_sp{
    display: inline;
  }
  *[id]{
    scroll-margin-top: 64px;
  }
}

*{
  scrollbar-color: #000 #ebebeb;
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #ebebeb;
}
::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 2px;
}
/*
 マウスオーバー
----------------------------------------------------------- */
.ov{
  display:block;
}
.over{
  display:block;
}
@media (hover:hover) and (pointer: fine) {
  .ov,
  .over{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .ov:hover{
    opacity: .6;
    text-decoration: none;
  }
}

/* ===============================================
# main
=============================================== */
.wrap_main{
  -webkit-box-flex: 1;
  flex: 1;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 88px;
}
@media screen and (max-width :834px) {
  .wrap_main{
    padding-bottom: 58px;
  }
}
/* ===============================================
# section
=============================================== */
.sec_content{
  padding-top: 60px;
  padding-bottom: 95px;
}
@media screen and (max-width :834px) {
  .sec_content{
    padding-top: 37px;
    padding-bottom: 50px;
  }
}
.sec_bottom_link{
  border-top: solid 1px #dedede;
}
.sec_seminar+.sec_bottom_link,
.sec_freshman+.sec_bottom_link{
  border-top:none;
}
@media screen and (max-width :834px) {
  .sec_bottom_link .inner{
    width: 100%;
    padding: 0;
  }
}

/*sec_menu_top*/
@media screen and (max-width :834px) {
  .sec_menu_top {
    width: 112%;
    margin-left: -6%;
  }
  .sec_menu_top .cmn_ttlmenu {
    padding-left: 5.2%;
  }
}

/* ===============================================
# sec_link
=============================================== */
.sec_link{
  padding-top: 82px;
  padding-bottom: 65px;
}
.sec_link .link_list{
  width: 97%;
  max-width: 1370px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.sec_link .link_list a{
  color: #000;
  text-decoration: none;
}
.sec_link .link_list a figure{
  position: relative;
}
.sec_link .link_list a figure::after{
  content: '';
  width: 100%;
  height: 14px;
  background: rgba(255,241,0,0.47);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec_link .link_list a p{
  margin-top: 18px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
}
.sec_link .link_list a p img{
  width: 17px;
  vertical-align: middle;
  margin-left: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .sec_link .link_list li a:hover{
    opacity: 0.8;
  }
}
@media print,screen and (min-width :835px) {
  .sec_link .link_list li{
    width: 24.04%;
    margin-left: 1.28%;
  }
  .sec_link .link_list li:nth-child(4n+1){
    margin-left: 0;
  }
  .sec_link .link_list li:nth-child(n+5){
    margin-top: 62px;
  }
}
@media screen and (max-width :834px) {
  .sec_link{
    padding-top: 54px;
    padding-bottom: 20px;
  }
  .sec_link .link_list{
    width: 90.66%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec_link .link_list::after{
    content: '';
    display: block;
    width: 48.52%;
  }
  .sec_link .link_list li{
    width: 48.52%;
  }
  .sec_link .link_list li:nth-child(n+3){
    margin-top: 19px;
  }
  .sec_link .link_list a figure::after{
    height: 7px;
  }
  .sec_link .link_list a p{
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_link .link_list a p img{
    width: 8.5px;
    margin-left: 4px;
  }

  /*android*/
  .android .sec_link .link_list{
    display: block;
  }
  .android .sec_link .link_list li{
    margin-right: auto;
    margin-left: auto;
  }
  .android .sec_link .link_list li:nth-child(n+2){
    margin-top: 19px;
  }
}
/* ===============================================
# footer
=============================================== */
footer{
  padding: 65px 0 45px;
  border-top: 1px solid #dedede;
}
footer .menu_siteinfo ul{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}
footer .menu_siteinfo ul li{
  position: relative;
}
footer .menu_siteinfo ul li a{
  padding: 0 25px;
  line-height: 1;
  color: #000;
  text-decoration: none;
}
footer .menu_siteinfo ul li a .ico_blank{
  width: 12px;
  padding-bottom: 3px;
}
footer .logo{
  width: 505px;
  margin: 0 auto 20px;
}
footer .copyright{
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
footer #btn_pagetop{
  display: none;
}
.wrapper:not(#home) footer #btn_pagetop{
  bottom: 85px;
}
@media print,screen and (min-width :835px) {
  footer .menu_siteinfo ul li:nth-child(n+2){
    border-left: solid 1px #e7e7e7;
  }
}
@media screen and (max-width :834px) {
  footer{
    padding: 80px 0 15px;
  }
  footer .menu_siteinfo ul{
    max-width: 390px;
    margin:0 auto 22px;
    flex-wrap: wrap;
  }
  footer .menu_siteinfo ul li{
    border-left: solid 1px #d3d3d3;
  }
  footer .menu_siteinfo ul li:nth-child(3n+1){
    border-left: none;
  }
  footer .menu_siteinfo ul li:nth-child(n+4){
    margin-top: 14px;
  }
  footer .menu_siteinfo ul li a{
    padding: 0 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer .menu_siteinfo ul li a .ico_blank{
    width: 10px;
    padding-bottom: 2px;
  }
  footer .logo{
    width: 252px;
    margin: 0 auto 10px;
  }
  footer .copyright{
    font-size: 10px;
    font-size: 1rem;
  }
  footer #btn_pagetop{
    display: block;
    width: 47px;
    position: fixed;
    z-index: 1;
    bottom: 15px;
    right: 8px;
  }
  footer #btn_pagetop a{
    display: none;
  }
  .android footer .menu_siteinfo ul{
    display: block;
  }
  .android footer .menu_siteinfo ul li:nth-child(n+2){
    margin-top: 14px;
    border-left: none;
  }
  .wrapper:not(#home) footer #btn_pagetop{
    bottom: 75px;
  }
}

@media screen and (max-width :390px) {
  footer .menu_siteinfo ul li a{
    padding: 0 10px;
  }
}
@media screen and (max-width :350px) {
  footer .menu_siteinfo ul li a{
    padding: 0 5px;
  }
}
