@charset "UTF-8";

/*=============================================================
#mainimage
=============================================================*/
#mainimage {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: url("../image/mainimage.jpg");
  background-size: cover;
}

#mainimage .logo {
  position: absolute;
  width: 100px;
  top: 10px;
  left: 10px;
}

#mainimage .drawer-nav {
  background: #00adf1;
  /*メインカラー*/
  text-align: center;
}

#mainimage .drawer-menu li {
  width: 100%;
  border-bottom: 1px dotted #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

#mainimage .drawer-menu li img {
  max-width: 20%;
  min-width: 20%;
}

#mainimage .drawer-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

#mainimage .copy {
  position: absolute;
  top: 30%;
  left: 5%;
  text-align: left;
}

#mainimage .copy h2 {
  color: #00adf1;
  /*メインカラー*/
  text-align: left;
  line-height: 1.5em;
}

#mainimage .copy p {
  color: #fff;
  text-align: left;
  line-height: 1.5em;
  margin: 30px 0;
}

#mainimage .partner {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}

#mainimage .partner a {
  background: #00adf1;
  /*メインカラー*/
  width: 150px;
  height: 80px;
  padding: 0.3em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
  z-index: 100;
  color: #fff;
}

#mainimage .partner a:hover {
  background: #101C81;
  opacity: 0.5;
  transition: all 0.5s ease 0s;
}

#mainimage .link {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}

#mainimage .link li a {
  background: #00adf1;
  /*メインカラー*/
  width: 80px;
  height: 80px;
  padding: 1em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
  z-index: 100;
  color: #fff;
  border-radius: 100%
}

#mainimage .link li a:hover {
  background: #101C81;
  opacity: 0.5;
  transition: all 0.5s ease 0s;
}

/*=============================================================
#gyoumu
=============================================================*/
#gyoumu p {
  text-align: left;
}

/*=============================================================
#interview
=============================================================*/
#interview .interview_video {
  padding-bottom: 30px;
}

/*=============================================================
#tokutyou
=============================================================*/
#tokutyou ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#tokutyou ul li {
  border: 1px solid #00adf1;
  /*メインカラー*/
  color: #00adf1;
  /*メインカラー*/
  width: 48%;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 0.4em;
  box-sizing: border-box;
}


/*=============================================================
#company
=============================================================*/
#company {
  padding-bottom: 60px;
}

#company .company_box,
#youkou .company_box {
  text-align: left;
  margin: 30px 0 60px;
}

#company .company_box dt,
#youkou .company_box dt {
  font-weight: bold;
  padding: 0.5em 0;
}

#company .company_box dd,
#youkou .company_box dd {
  border-bottom: 1px solid #00adf1;
  /*メインカラー*/
  padding: 0 0 0.5em 0;
}