@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ここまで
=================================================================================== */

.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.flex{
  display: flex;
}

/* =================================
  fv
================================== */
.fv {
background: url(../img/sec01-bg.jpg)top center no-repeat;
padding-bottom: 200px;
}
.fv_logo {
  position: absolute;
  top: 27px;
  left: 0px;
  width: 229px;
}
.sec01-img01{
  padding-top: 150px;
}
.sec01-img03{
  padding-top: 16px;
}

/*./fv*/


/* =================================
  sec02
================================== */
.sec02{
  margin-top: -84px;
  position: relative;
  z-index: 10;
}
/*./sec02*/


/* =================================
  sec03
================================== */
.sec03{
  background: url(../img/sec03-bg.jpg)top center no-repeat;
  margin-top: -75px;
  position: relative;
  z-index: 1;
}
/*./sec03*/

/* =================================
  sec04
================================== */
.sec04{
  background: url(../img/sec04-bg.jpg)top center no-repeat;
}

/*./sec04*/


/* =================================
  sec05
================================== */
.sec05{
  background: #69B4D7;
}
/*./about*/



/* =================================
  footer
================================== */
.footer {
  background: #F6F7F7;
}
.footer_logo{
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%,0%);
  width: 268px;
}

/*./footer*/


/* =================================
  adsorption_area
================================== */
.adsorption_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.adsorption{
  position: absolute;
  top: 200px;
  right: 0px;
  width: 100px;
}

/*./adsorption_area*/


