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

 .clearfix:after{
   visibility:hidden;
   height:0;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
 }
 a{
   outline: none;
 }
 a:focus{
   outline: none;
 }
 a,
 a:link,
 a:visited,
 a:active,
 a:hover{
   color:#000;
   text-decoration:none;
 }
 *, *::before, *::after{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

*/
/* common */
html {
  /*font-size: 62.5%;*/
}
body {
  margin: 0;
  font-size: 1.4rem;
  font-size: 14px;
  font-family: "Avenir Next", Verdana, helvetica, arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  color: #222;
  font-weight: 400;
  min-width: 1064px;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
.mincho{
  font-family: "游明朝体" , "YuMincho" , "游明朝" , "Yu Mincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.corm{
  font-family: 'Cormorant Garamond', serif;
}
.tac{
  text-align: center;
}
.tar{
  text-align: right;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.container{
  padding-top: 60px;
}
.inner{
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
.inner-800{
  max-width: 800px;
  margin: 0 auto;
}
.base-color{
  color: #b99124;
}
.top-ttl{
  font-size: 2.8rem;
  letter-spacing: .5rem;
}
.top-ttl span{
  display: block;
  font-size: 1.3rem;
  margin-top: 13px;
}
.each-ttl{
  font-size: 3.2rem;
  letter-spacing: .5rem;
}

/* header */
.header{
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
 background: #fff;
  min-width: 1064px;
  z-index: 1000;
}
.head-logo{
  position: absolute;
  top: 22px;
  left: 20px;
}
.menu-area{
  display: block;
  position: relative;
  float: right;
  padding: 30px 250px 0 0;
}
.menu-li{
  display: inline-block;
  margin: 0 7px;
}
.menu-li a{
  display: block;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: .05rem;
  padding: 5px;
  transition: .3s ease-in-out;
}
.menu-li span{
  display: block;
  font-size: 1rem;
  margin-top: 5px;
}
.menu-entry-wrap{
  position: absolute;
  top: 0;
  right: 1px;
  width: 240px; 
 /* width: 120px;*/
  display: flex;
}
.menu-entry-wrap2{
  position: absolute;
  top: 0;
  right: 1px;
  width: 120px; 
  display: flex;
}

.menu-entry-box{
  width: 120px;
}
.menu-entry-box:nth-of-type(1){
  border-right: solid #fff 1px;
  margin-right: 1px;
}
a.entry-btn{
  display: block;
  width: 120px;
  height: 40px;
  background: #000;
  color: #fff;
  letter-spacing: .2rem;
  font-size: 1.3rem;
  padding-top: 9px;
}
a.entry-btn:hover{
  background: #fff;
  color: #000;
  transition: all 0.3s ease 0s;
}
.entry-line{
  position: relative;
}
.entry-line:after{
  content: '';
  width: 1px;
  height: 30px;
  background: #fff;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}
a.mypage-btn{
  display: block;
  width: 120px;
  height: 40px;
  background: #737373;
  color: #fff;
  letter-spacing: .2rem;
  font-size: 1.3rem;
  padding-top: 9px;
}
a.mypage-btn:hover{
  background: #fff;
  color: #737373;
  transition: all 0.3s ease 0s;
}
a.mypage-btn span,
a.entry-btn span{
  display: block;
  font-size: 1.1rem;
}

/* first-title-area */
.first-title-area{
  margin-top: 80px;
  height: 450px;
}
.first-filter{
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.first-title{
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 1.3rem;
  font-weight: bold;
  padding-top: 190px;
}
.first-title span{
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.4rem;
  padding: 20px 5px 0 0;
}

/* topic */
.topics-section{
  max-width: 800px;
  margin: 0 auto;
  padding: 120px 0;
}
.topics-section .top-ttl{
  padding-bottom: 10px;
}
.each-topic{
  margin-top: 40px;
  font-size: 1.3rem;
}
.each-topic dt{
  float: left;
  letter-spacing: 0.2rem;
  width: 16%;
  line-height: 1.9;
  transition: .2s ease-in-out;
}
.each-topic dd{
  float: left;
  margin-left: 4%;
  width: 80%;
  line-height: 1.9;
  letter-spacing: 0.1rem;
  color: #444;
  transition: .2s ease-in-out;
}

/* recruit-section */
.recruit-section{
  padding: 120px 0 0;
  max-width: 815px;
  margin: 0 auto;
}
.recruit-section .top-ttl{
  margin-bottom: 70px;
}
a.graduate-btn,
a.career-btn{
  display: block;
  width: 395px;
  height: 70px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: .25rem;
  padding-top: 27px;
}
.graduate-btn{
  float: left;
  background: #0b5e89;
  margin:0 auto;
}
.career-btn{
  float: right;
  background: #0b3063;
}
.bottom-line{
  width: 300px;
  height: 1px;
  background: #e3e3e3;
  margin: 120px auto 0;
}

/* totop-area */
.totop-area{
  display: block;
  width: 100%;
  height: 80px;
  background: #fff;
  font-size: 1.8rem;
  letter-spacing: .2rem;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 35px;
}
.totop-txt{
  position: relative;
}
.angle-l,
.angle-r{
  position: absolute;
  top: -6px;
  width: 12px;
  height: 2px;
  background: #999;
}
.angle-r{
  left: 35px;
  transform: rotate(45deg);
}
.angle-l{
  left: 28px;
  transform: rotate(-45deg);
}

/* footer */
.footer{
  padding-bottom: 50px;
  background: #f9f9f9;
}
.footer-link{
  padding: 50px 0 70px;
  width: 490px;
  margin: 0 auto;
}
.footer-link li{
  margin-top: 20px;
}
.footer-link a{
  font-size: 1.2rem;
  color: #444;
}
.logo-footer{
  padding-bottom: 20px;
}
.each-row{
  float: left;
  margin-right: 80px;
}
.each-row:last-child{
  margin-right: 0;
}
.copyright{
  font-size: 1rem;
  color: #999;
  letter-spacing: .3rem;
}

@media (max-width: 768px){
  body{
    min-width: 100%;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .inner{
    width: 100%;
    padding: 0;
  }

  /* header */
  .header{
    min-width: 100%;
    height: 50px;
  }
  .c-box__breadclumb{
    margin-top: 40px;
  }
  .head-logo{
    width: 90px;
    top: 15px;
  }
  .head-logo img{
    max-width: 100%;
    height: auto;
  }
  .menu-area{
    float: none;
    padding: 20px 55px 0 15px;
    position: fixed;
    top: 0;
    right: -270px;
    width: 270px;
    height: 100%;
    background: #000;
    display: block;
    z-index: 100;
    transition: .2s ease-in-out;
  }
  .menu-area.on{
    right: 0;
  }
  .menu-li{
    display: block;
    margin: 0;
  }
  .menu-li a{
    color: #fff;
    text-align: left;
    letter-spacing: .05rem;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255,255,255,.4);
    opacity: 0;
    transition: .4s ease-in-out;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  .menu-li:first-child a{
    border-top: 1px solid rgba(255,255,255,.4);
    transition-delay: 0.05s;
  }
  .menu-li:nth-child(2) a{
    transition-delay: 0.1s;
  }
  .menu-li:nth-child(3) a{
    transition-delay: 0.15s;
  }
  .menu-li:nth-child(4) a{
    transition-delay: 0.2s;
  }
  .menu-li:nth-child(5) a{
    transition-delay: 0.25s;
  }
  .menu-li:nth-child(6) a{
    transition-delay: 0.3s;
  }
  .menu-li:nth-child(7) a{
    transition-delay: 0.35s;
  }
  .menu-li:nth-child(8) a{
    transition-delay: 0.4s;
  }
  .menu-li.on a{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu-btn{
    position: fixed;
    bottom: 50px;
    right: 0;
    width: 45px;
    height: 60px;
    background: #b99124;
  }
  .close-btn{
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 45px;
    height: 60px;
    background: #b99124;
  }
  .menu-bar{
    display: block;
    position: absolute;
    background: #fff;
    width: 14px;
    height: 2px;
    left: 16px;
  }
  .close-bar{
    display: block;
    position: absolute;
    background: #fff;
    width: 14px;
    height: 2px;
    left: 16px;
    top: 20px;
  }
  .bar-top{
    top: 15px;
  }
  .bar-middle{
    top: 21px;
  }
  .bar-under{
    top: 27px;
  }
  .txt-menu,
  .txt-close{
    display: block;
    color: #fff;
    font-size: 1.4rem;
    padding-top: 38px;
  }
  .close-top{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .close-bottom{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-entry-wrap,
  .menu-entry-wrap2{
    position: static;
    width: 100%;
    display: block;
  }
  .menu-entry-box{
    width: 100%;
    margin-bottom: 15px;
  }
  .menu-entry-box:nth-of-type(1){
    border-right: none;
  }
  .entry-line:after{
    display: none;
  }
  a.entry-btn{
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 35px;
    border: 1px solid #fff;
    padding-top: 12px;
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    transition: .8s ease-in-out;
  }
  a.mypage-btn{
    position: relative;
    margin-top: 3px;
    top: 0;
    width: 100%;
    height: 35px;
    border: 1px solid #fff;
    padding-top: 12px;
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    transition: .8s ease-in-out;
  }
  .entry-btn.on,
  .mypage-btn.on{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
a.mypage-btn span,
a.entry-btn span{
  display: inline;
  font-size: 1.3rem;
}

  /* first-title-area */
  .first-title-area{
    margin-top: 60px;
    height: 300px;
  }
  .first-title{
    font-size: 2.8rem;
    letter-spacing: .5rem;
    padding-top: 120px;
  }

  /* topic */
  .topics-section{
    padding: 60px 15px;
  }
  .topics-section .top-ttl{
    padding-bottom: 10px;
  }
  .each-topic{
    margin-top: 20px;
  }
  .each-topic dt{
    float: none;
    letter-spacing: 0.2rem;
    width: 100%;
  }
  .each-topic dd{
    float: none;
    margin-left: 0;
    width: 100%;
  }

  /* recruit-section */
  .recruit-section{
    padding: 60px 0 0;
  }
  .recruit-section .top-ttl{
    margin-bottom: 40px;
  }
  a.graduate-btn,
  a.career-btn{
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .graduate-btn{
    float: none;
  }
  .career-btn{
    float: none;
  }
  .bottom-line{
    width: 200px;
    margin: 60px auto 0;
  }

  /* footer */
  .footer{
    padding-bottom: 40px;
  }
  .footer-link{
    padding: 20px 15px 50px;
    width: 100%;
    margin: 0 auto;
  }
  .footer-link li{
    margin-top: 30px;
    text-align: center;
  }
  .footer-link a{
    font-size: 1.2rem;
    color: #444;
  }
  .logo-footer{
    padding-bottom: 20px;
  }
  .each-row{
    float: none;
    margin-right: 0;
  }
  .copyright{
    letter-spacing: .2rem;
  }
}