@charset "UTF-8";
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6,
p, img, small, strong, b,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, tbody, tfoot, thead, tr, th, td,
footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
  box-sizing: border-box;
}

html {
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  width: 100%;
}

img {
  width: 100%;
}

ul li {
  list-style: none;
}

table {
  border-spacing: 0;
}

body * {
  color: #3C4959;
  line-height: 1;
}

a {
  margin: 0;
  padding: 0;
  color: #3C4959;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.8;
}

/* ===================================================================================
  resetここまで
=================================================================================== */

.wrap{
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.flex{
  display: flex;
}

/* =================================
  fv
================================== */
.fv {
  background: url("../img/fv_bg.jpg") no-repeat center 0 ;
  background-size: 2000px 750px;
}
.fv_logo {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 229px;
}
/*./fv*/


/* =================================
  questionnaire
================================== */
.questionnaire {
  background: #28A087;
  max-width: 2000px;
  margin: 0 auto;
}
.questionnaire_box{
  position: relative;
  height: 97px;
}
.questionnaire_btn{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0%);
  width: 820px;
-webkit-filter:drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.3));
  -moz-filter:drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.3));
  -ms-filter:drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.3));
  filter:drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.3));
}
/*./enquete*/


/* =================================
  questionnaire_recruitment
================================== */
.questionnaire_recruitment {
  background:#007D78;
  max-width: 2000px;
  margin: 0 auto;
}
/*./questionnaire_recruitment*/


/* =================================
  recruitment
================================== */
.recruitment {
  background:#28A087;
  max-width: 2000px;
  margin: 0 auto;
}
/*./recruitment*/


/* =================================
  works
================================== */
.works{
  background: #F0F0F0;
  max-width: 2000px;
  margin: 0 auto;
}
/*./works*/


/* =================================
  about
================================== */
.about{
  background: #F0F0F0;
  max-width: 2000px;
  margin: 0 auto;
}
/*./about*/


/* =================================
  flow
================================== */
.flow {
  background: #6EB9EA;
  max-width: 2000px;
  margin: 0 auto;
}
/*./footer*/


/* =================================
  footer
================================== */
.footer_logo{
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%,0%);
  width: 268px;
}

/*./footer*/


/* =================================
  adsorption_area
================================== */
.adsorption_area {
  position: fixed;
  bottom: 0;
    left: 50%;
    transform: translate(-50%,0%);
  width: 100%;
  margin: 0 auto;
  max-width: 2000px;
}
.adsorption{
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100px;
}

/*./adsorption_area*/


