@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;
}

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;
}

img{
  width: 100%;
}

a {
  margin: 0;
  padding: 0;
  color: #3C4959;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.8;
}

/* ===================================================================================
  resetここまで
=================================================================================== */

section{
  position: relative;
}

.flex{
  display: flex;
}
.wrap{
  flex-wrap: wrap;
}

/* =================================
  fv
================================== */
.fv {
  background: url("../img/fv_bg.png") no-repeat center 0,#96CDDC ;
  background-size: 100vw 150.4vw,100%;
}
.fv_logo {
  position: absolute;
  top: 6.667vw;
  left: 50%;
  transform: translate(-50%,0%);
  width: 30.533vw;
}
/*./fv*/


/* =================================
  enquete
================================== */
.enquete {
  background: #1E5078;
}
.enquete_box{
  position: relative;
}
.enquete_btn{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0%);
  width: 90.667vw;
-webkit-filter:drop-shadow(1vw 1vw 0px rgba(0, 0, 0, 0.3));
  -moz-filter:drop-shadow(1vw 1vw 0px rgba(0, 0, 0, 0.3));
  -ms-filter:drop-shadow(1vw 1vw 0px rgba(0, 0, 0, 0.3));
  filter:drop-shadow(1vw 1vw 0px rgba(0, 0, 0, 0.3));
}
/*./enquete*/


/* =================================
  anxiety
================================== */
.anxiety {
  background: url("../img/anxiety_bg.jpg") repeat;
}
.anxiety_list li{
  width: 50vw;
}


/*./enquete*/

/* =================================
  join
================================== */
.join_tit{
  background: #1E5078;
}
.join_img{
  background: #78B4CD;
}
/*./join*/


/* =================================
  about
================================== */
.about{
  background: #F0F0F0;
}
/*./about*/


/* =================================
  merit
================================== */
.merit_list{
  justify-content: space-between;
}
/*./merit*/


/* =================================
  flow
================================== */
.flow {
  background: #96CDDC;
}
/*./footer*/


/* =================================
  footer
================================== */
.footer {
  background: #F6F7F7;
  position: relative;
  margin-bottom: 18.667vw;
}
.footer_logo{
  position: absolute;
  top: 6vw;
  left: 50%;
  transform: translate(-50%,0%);
  width: 35.733vw;
}

/*./footer*/


/* =================================
  adsorption_area
================================== */
.adsorption_area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 18.667vw;
  background: #1E5078;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adsorption{
  width:90vw;
-webkit-filter:drop-shadow(1vw 1vw 0px rgba(0, 0, 0, 0.3));
  -moz-filter:drop-shadow(1vw 1vw 0px rgba(0, 0, 0, 0.3));
  -ms-filter:drop-shadow(1vw 1vw 0px rgba(0, 0, 0, 0.3));
  filter:drop-shadow(1vw 1vw 0px rgba(0, 0, 0, 0.3));
}

/*./adsorption_area*/