@charset "UTF-8";
/* CSS Document */

* {
  font-family: YuGothic,'Yu Gothic',Century Gothic,sans-serif;
  font-style: normal;
  font-weight: 300;
}
html{
  font-size: 62.5%;
}
div.content {
  margin-left: 0;
  background-image: none;
  font-size: 1.6rem;
  line-height: 1.5;
}

div.main {
  padding-top: 51px;
  background-color: #f3f3f3;
}

div.beergarden2018 {
  background-size: 100%;
  background-image: none;
}

a {
  font-weight: bold;
}

div.intro,
div.entry,
div.main_seminar,
div.info,
div.join,
div.company-list,
div.attention,
div.seminar,
div.contact,
div.credit {
  position: relative;
  max-width: 870px;
  margin: 0 auto;
  /*overflow: hidden;*/
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/* ヘッダー */

img.main_graphic {
  max-width: 100%;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

header h1.title img {
  height: 17px;
  position: relative;
  top: 1px;
}

header nav.header-nav li.sns img {
  height: 20px;
}
header nav.header-nav li.sns a {
  padding: 0 2px;
}

h1.title {
  font-size: 12px;
  line-height: 51px;
  font-weight: bold;
}
.wrapper{
  padding:4rem 0 0;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 750px) {

  h1.title {
    font-size: 12px !important;
    left: 10px !important;
  }
  div.main{
    padding-top: 0;
  }
  .wrapper{
    padding-top: 0;
    padding-bottom: 2rem;
  }
}

.header .header-nav ul {
  font-size: 15px;
}

div.beergarden2018 > header.content-header {
  background-position: center;
  background-size: cover;
}

div.beergarden2018 > header.content-header > h2.content-title {
  color: #1d2088;
  background-color: white;
}

div.beergarden2018 > .content-header {
  padding: 190px 0 190px;
}

.header {
  background-color: #15a956;
}

.beergarden {
  padding: 44px 0; /* 上下の緑分の余白 */
}

@media only screen and (max-width: 750px) {
  .footer-copyright {
    font-size: 14px;
    font-family: YuGothic,'Yu Gothic',sans-serif;
  }
  img.main_graphic {
    width: 100%;
    margin: 0 auto;
  }

  .beergarden {
    padding: 30px 1.4em 15px;
  }
}
nav.header-nav ul li a img {
  height: 17px;
  top: 4px;
  position: relative;
}

div.header-sns-fb,
div.header-sns-tw {
  float: left;
  width: 39px;
}

div.header-sns-fb > a,
div.header-sns-tw > a {
  display: block;
}

div.header-sns-fb > img,
div.header-sns-tw > img {
  display: block;
  width: 100%;
  height: auto;
}

.beergarden .container {
  position: relative;
  max-width: 870px; /* 1045px */
  margin: 0 auto;
  overflow: initial;
}

#timeline div.content-txt a {
  font-weight: normal;
}

@media only screen and (max-width: 750px) {
  .sp-header h1.title {
    font-size: 1.6rem !important;
  }
  .sp-header {
    background-color: #fff;
    border-top:10px solid #15a956;
    height: 22.93333%;
    padding: 1rem;
    color: white;
    max-width: 100% !important;
    width: auto;
  }
  .sp-header img {
    height: 13px;
  }
  .sp-header:before {
    padding-top: 0;
    display: none;
  }
}

/* 全体 */

* html .container > div {
  height: 1px;
  /*¥*/ /*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/
}

div.container > div {
  margin-bottom: 60px; /* 各divの隙間 */
  min-height: 1px;
}

div.container > div:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

h2 {
  display: block;
  max-width: 1045px;
  margin: 0 auto;
  color: #000080;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  /* text-align: center; */
  border-bottom: 1px solid;
  margin-bottom: 3rem;
  font-weight: bold;
  font-family: 'century gothic',sans-serif;
}

h2 span {
  font-size: 2rem; /* タイトル英字 */
  width: 47rem;
  max-width: 100%;
  font-weight: 700;
  margin-left: 10px;
  font-family: YuGothic,'Yu Gothic',sans-serif;
}

.beergarden .container p {
  margin-top: 6px;
  line-height: 2;
  /* text-align: center; */
}

@media only screen and (max-width: 750px) {
  h2 {
    font-size: 2.4rem;
    margin-bottom: 1.8rem;
  }

  h2 span {
    font-size: 1.4rem; /* タイトル英字 */
  }
}

div.attention > p,
div.seminar > p {
  margin-bottom: 2rem;
}

/* main_seminar */
div.beergarden2018 div.main_seminar {
  padding-bottom: 0;
  margin-bottom: 40px;
}
div.beergarden2018 div.main_seminar .contents-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px;
}
div.beergarden2018 div.main_seminar .box {
  max-width: 100%;
  width: 47%;
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
div.beergarden2018 div.main_seminar .box02 {
  max-width: 100%;
  width: 47%;
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
div.beergarden2018 div.main_seminar .box .link-box {
  margin-top: auto;
}
div.beergarden2018 div.main_seminar .box .link-box a {
  font-style: italic;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
div.beergarden2018 div.main_seminar .box02 .link-box {
  margin-top: auto;
}
div.beergarden2018 div.main_seminar .box02 .link-box a {
  font-style: italic;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: YuGothic,'Yu Gothic',sans-serif;
}
.footer-sns {
  text-align: center;
  background: none;
}
@media only screen and (max-width: 750px) {
  div.beergarden2018 div.main_seminar .box {
    width: 100%;
  }
  div.beergarden2018 div.main_seminar .box02 {
    width: 100%;
  }
  div.beergarden2018 div.main_seminar .box .link-box a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  div.beergarden2018 div.main_seminar .box02 .link-box a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

div.beergarden2018 div.main_seminar h3 {
  color: #000080;
  font-weight: bold;
  background-color: #f8ee43;
  padding-bottom: 0.5rem;
}

div.beergarden2018 div.main_seminar h3 span {
  background-color: #000080;
  color: white;
  padding: 0.5rem 1rem;
  font-weight: bold;
  margin-right: 1rem;
}

div.beergarden2018 div.main_seminar p.guest {
  color: #000080;
  font-weight: bold;
  padding-bottom: 0.5rem;
  font-size: 1.4rem;
    font-size: 14px;
    margin-top: 0;
}
div.beergarden2018 div.main_seminar .date {
  margin-top: 16px;
  font-size: 1.4rem;
    font-size: 14px;
}
@media only screen and (max-width: 750px) {
  div.beergarden2018 div.main_seminar .date {
    margin-bottom: -10px;
  }
}

div.beergarden2018 div.main_seminar p.guest span {
  background: linear-gradient(transparent 50%, #fff799 0%);
  color: #000080;
  padding: 2px 0;
  font-weight: bold;
  font-family: YuGothic,'Yu Gothic',sans-serif;

}
div.beergarden2018 div.main_seminar .box-img{
  width: 100%;
  height: auto;
  min-height: 0%;
}
div.beergarden2018 div.main_seminar .box-img img {
  max-width: 100%;
}

div.beergarden2018 div.main_seminar .box02 h4 {
  color: #000080;
  font-weight: bold;
  padding: 16px 20px 0;
  font-size: 1.8rem;
  font-size: 18px;
  font-feature-settings: "palt";
  font-family: YuGothic,'Yu Gothic',sans-serif;
}
div.beergarden2018 div.main_seminar .box02 p{
  font-family: YuGothic,'Yu Gothic',sans-serif;
}
div.beergarden2018 div.main_seminar .box02 .date{
  margin-bottom: 5px;
}
div.beergarden2018 div.main_seminar .box .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #000080;
  padding: 10px 20px;
  min-height: 0%;
}
div.beergarden2018 div.main_seminar .box .title .main-icon {
  width: 16%;
}
div.beergarden2018 div.main_seminar .box .title img {
  height: auto;
  max-width: 100%;
}
div.beergarden2018 div.main_seminar .box .title h4 {
  width: 80%;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  font-size: 18px;
  font-feature-settings: "palt";
  font-family: YuGothic,'Yu Gothic',sans-serif;
}
div.beergarden2018 div.main_seminar .box .title h4 span{
  display: block;
  font-weight: bold;
}
div.beergarden2018 div.main_seminar .box p{
  font-family: YuGothic,'Yu Gothic',sans-serif;
}
div.beergarden2018 div.main_seminar .box .title h4 .small-text {
  display: block;
  font-size: 70%;
}
div.beergarden2018 div.main_seminar .box .title h4.normal-title {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  div.beergarden2018 div.main_seminar .box .title img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 100%;
  }
  div.beergarden2018 div.main_seminar .box .title h4 {
    width: 78%;
    margin-left: 2%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: justify;
    font-feature-settings: "palt";
  }
  div.beergarden2018 div.main_seminar .box .title h4 span{
    display: block;
    font-size: 14px;
    font-weight: bold;
  }
  div.beergarden2018 div.main_seminar .box02 .title h4{
    font-size: 16px;
  }
}

div.beergarden2018 div.main_seminar p {
  padding: 0.5rem 2rem 1.5rem;
  line-height: 1.5;
}

div.beergarden2018 div.main_seminar p.explain {
  padding: 0.5rem 2rem 1.5rem;
  line-height: 1.5;
  font-size: 1.3rem;
}

@media only screen and (max-width: 750px) {
  div.beergarden2018 div.main_seminar p.explain {
    display: none;
  }
  div.beergarden2018 div.main_seminar .guest {
    margin-bottom: 20px;
  }
}

div.beergarden2018 div.main_seminar ol a.online {
  background-color: #444444;
}
div.beergarden2018 div.main_seminar ol li {
}
div.beergarden2018 div.main_seminar ol li a {
  text-align: center;
  background-color: #000080;
  width: 100%; /* ライブ視聴公開時に50%に */
  padding: 0.5rem 0;
  float: left;
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: block;
}

div.beergarden2018 div.main_seminar ol li.sub a {
  width: 100%; /* LGBTsなど */
  background-color: #444444;
}

/* sub */

div.sub > div.flex-container > div {
  background-color: white;
  width: 29%;
  float: left;
  margin: 2%;
  position: relative;
}

@media only screen and (min-width: 751px) {
  div.sub > div.flex-container > div p.pickup {
    /* margin-bottom: 5rem; */
  }
}

div.beergarden div.sub h3 {
  color: #fff;
  font-weight: bold;
  background-color: #000080;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
}

div.sub img {
  max-width: 100%;
}
div.sub > div.flex-container > div h4 {
  color: #000080;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 1.5rem 1.5rem 1rem 1.5rem;
  line-height: 1.3;
}

div.sub > div.flex-container > div h4 span {
  letter-spacing: -8px;
  font-weight: bold;
}

div.sub > div.flex-container > div p {
  font-size: 1.4rem;
  line-height: 1.7 !important;
  margin: 1.5rem;
}

div.sub > div.flex-container > div ol li a {
  text-decoration: none;
  display: block;
  background-color: #000080;
  color: white;
  font-weight: bold;
  padding: 1rem 0 1rem 0;
  text-align: center;
  font-size: 1.3rem;
  width: 100%;
}

div.sub > div.flex-container > div.pickup {
  /* min-height: 490px; */
}

div.sub > div.flex-container > div ol.pickup li a {
  bottom: 3.3rem;
}

div.sub > div.flex-container > div ol.pickup li a.live {
  bottom: 0;
  background-color: #444444;
}

@media only screen and (max-width: 750px) {
  div.sub > div.flex-container > div {
    width: 100%;
    margin: 0 0 10% 0;
    /* padding-bottom: 4rem; */
  }
  div.sub > div.flex-container > div ol li a {
    font-size: 1.8rem;
  }
}

/* 概要 */

div.beergarden2018 div.graphic {
  background-size: 100%;
  background-repeat: no-repeat;
  /* background-position-x: 68rem; */
  background-position-y: 16%;
  padding-top: 0;
}

@media only screen and (max-width: 750px) {
  div.beergarden2018 div.graphic {
    background-image: none;
  }
}

/* 参加方法 */

div.beergarden2018 div.join a {
  background-color: #000080;
  color: white;
  text-decoration: none;
  padding: 0.2rem 1rem;
  margin-top: 1rem;
  display: inline-block;
  font-family: YuGothic,'Yu Gothic',sans-serif;
}

div.beergarden2018 div.join h3 {
  background-color: #1d2088;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color: white;
  width: 6rem;
  display: block;
  padding: 0.3rem 1rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
div.beergarden2018 div.join p{
  font-family: YuGothic,'Yu Gothic',sans-serif;
}
div.beergarden2018 dl.schedule_more {
  text-align: justify !important;
  border-left: 1px solid #1d2088;
  margin-left: 2rem;
  padding-left: 2rem;
}
div.beergarden2018 dl.schedule_more dt {
  margin-bottom: 0.5rem;
}

div.beergarden2018 div.join p {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 750px) {
  div.beergarden2018 div.join p {
    font-size: 14px;
  }
}

/* 注意事項 */
div.attention ul {
  list-style-type: disc;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 15px;
  text-align: justify;
}
div.attention ul li {
  padding: 2px 0;
  font-family: YuGothic,'Yu Gothic',sans-serif;
}
@media only screen and (max-width: 750px) {
  div.attention ul{
    padding-left: 20px;
  }
  div.attention ul li{
    font-size: 14px;
    width: auto;
}
}

/*CONTACT*/
.contact p{
  font-family: YuGothic,'Yu Gothic',sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact p a{
  font-family: YuGothic,'Yu Gothic',sans-serif;
}

@media only screen and (max-width: 750px) {
  .contact p{
    font-size: 14px;
  }

}

/* クレジット */
div.credit dl {
  font-size: 1.1rem;
  line-height: 1.2;
  /* padding-bottom: 5rem; */
  max-width: 335px;
  margin: 0 auto;
}

div.credit dt {
  float: left;
  width: 8rem;
  color: #1d2088;
  font-weight: bold;
}

div.credit dd {
  display: table;
  padding-bottom: 1rem;
}

div.credit {
  padding-bottom: 0;
}

div.credit img {
  width: 80px;
}

div.credit ul.sns {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 80px;
}

div.credit ul.sns li {
  margin: 5px;
}

img.footer_graphic {
  max-width: 50%;
  width: 45%;
  position: relative;
  margin: 0 auto;
}
.footer-copyright {
  font-size: 14px;
  font-family: YuGothic,'Yu Gothic',sans-serif;
}
@media only screen and (max-width: 750px) {
  div.credit img {
    width: 65px;
  }
    .footer-copyright {
      font-size: 12px;
    }
    img.footer_graphic {
      width: 70%;
    max-width: 100%;
    }
}
/*mobile-menu*/
@media screen and (min-width:768px){
  .content{min-height:1440px} 
 }
 
 .side .gnav ul li:nth-child(4) a:before {
   background: url("/img/common/gnav_match.png") no-repeat!important;
 }
 .side .gnav ul li:nth-child(5) a:before {
   background: url("/img/common/gnav_training.png") no-repeat!important;
 }
 .side .gnav ul li:nth-child(6) a:before {
   background: url("/img/common/gnav_search.png") no-repeat!important;
 }
 
 .side .gnav ul li:nth-child(7) a:before {
   background: url("/img/common/gnav_hello_work.png") no-repeat!important;
 }
 
 .side .gnav ul li:nth-child(8) a:before {
   background: url("/img/common/gnav_workspace.png") no-repeat!important;
 }
 
 .side .gnav ul li:nth-child(9) a:before {
   background: url("/img/common/gnav_nursing.png") no-repeat!important;
 }
 .side .gnav ul li:nth-child(10) a:before {
   background: url("/img/common/gnav_sapoicon.png") no-repeat!important;
 }
 .side .gnav ul li:nth-child(11) a:before {
   background: url("/img/common/gnav_business.png") no-repeat!important;
 }
 
 
 
 #sp-nav .gnav ul li:nth-child(4) a:before {
   background-image: url("/img/common/sp_nav_match.png");
 }
 #sp-nav .gnav ul li:nth-child(5) a:before {
   background-image: url("/img/common/sp_nav_training.png");
 }
 #sp-nav .gnav ul li:nth-child(6) a:before {
   background-image: url("/img/common/sp_nav_search.png");
 }
 
 #sp-nav .gnav ul li:nth-child(7) a:before {
   background-image: url("/img/common/sp_nav_hello_work.png");
 }
 
 #sp-nav .gnav ul li:nth-child(8) a:before {
   background-image: url("/img/common/sp_nav_workspace.png");
 }
 
 #sp-nav .gnav ul li:nth-child(9) a:before {
   background-image: url("/img/common/sp_nav_nursing.png");
 }
 #sp-nav .gnav ul li:nth-child(10) a:before {
   background-image: url("/img/common/sp_nav_sapoicon.png");
 }
 #sp-nav .gnav ul li:nth-child(11) a:before {
   background-image: url("/img/common/sp_nav_regist.png");
 }
 #sp-nav .gnav ul li:nth-child(12) a:before {
   background-image: url("/img/common/sp_nav_business.png");
 }
 
 
 @media only screen and (max-width: 750px) {
   body.sp-nav-visible {
     height: 100%;
   }
   body.sp-nav-visible #wrap {
      min-height:100%;
      height:auto;
      overflow:auto;
   }
   body.sp-nav-visible #wrap .main{
     display:none;
   }
 }