* reset body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
object, embed {
  vertical-align: top;
}
legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
img, abbr, acronym, fieldset {
  border: 0;
}

*{
 margin:0;
 padding:0;
 }

body {
  font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: #fff;
}

a {
  color: #0066ff;
  text-decoration: none;
}
a:hover, .active {
  text-decoration: underline;
}
a:active, a:focus, input:active, input:focus {
  outline: 0;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.bold{
    font-weight: 700;
    font-size: 1.5em;
}
.bg1 {
  background-color: aqua;
}
.bg2 {
  background-color: lightgray;
}

/* ヘッダー
------------------------------------------------------------*/
#header {
  padding: 2em;
  margin: 0;
}
#header h1 {
  font-size: 1em;
  line-height: 1.5em;
  float: left; /*メニュー回り込む*/
}
#mainnav a {
  color: #000;
}
#mainImg {
  position: relative;
  display: flex; /*contentsをcenterに*/
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
  height: 95vh;
}
#mainImg p {
  margin: 0 2em 0 2em;
}
#mainImg::after {
  background: url("../images/wave_pi.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  bottom: -1px;
  content: '';
  height: 40%;
  z-index: -1000;
  position: absolute;
  width: 100%;
}
#mainImg .title {
  padding: 3em 0 0 0;
  width: 1400px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#mainImg .layer-in01 {
  /* ボックス配置指定 */
  position: absolute;
  top: 5%;
  left: -200px;
}
#mainImg .layer-img01 {
  width: 400px;
  height: auto;
}
#mainImg .layer-in02 {
  /* ボックス配置指定 */
  position: absolute;
  top: 5%;
  right: -1%;
}
#mainImg .layer-img02 {
  width: 120px;
  height: auto;
  transform: rotate(0deg); /* 回転 */
}
/* 共通
------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
section {
  clear: both;
  padding-top: 70px;
}
section h2 {
  display: block;
  width: 300px;
  margin: 0 auto 40px;
}
.inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.innerS {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 80px;
}

/* パソコンで見たときは"pc" */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp" */
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/*PCでは無効（改行しない）*/
.sma { display: none;}

@media screen and (max-width:767px) {/*スマートフォンでは有効（改行する）*/
  .sma { display: block;}
}

.wave {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: fill;
	margin: 0;
	padding: 0;
}


/* SEC01 SERVIS
------------------------------------------------------------*/
#sec01 {
  background-color: rgba(255, 202, 209, 1.00); /*ピンク*/
  min-height: 1300px;
  position: relative;
  display: flex;
  /*contentsをcenterに*/
  justify-content: center;
  align-items: flex-start;
  z-index: 0;
      margin: 0;
}
#sec01::after {
  background: url("../images/wave_bu.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  bottom: 0;
  content: '';
  height: 30%;
  z-index: -1000;
  position: absolute;
  width: 100%;
}
#sec01 .box {
  width: 700px;
  margin: 5em auto 1em auto;
}
#sec01 .layer-in01 {
  /* ボックス配置指定 */
  position: absolute;
  top: 0%;
  right: 8%;
}
#sec01 .layer-img01 {
  width: 280px;
  height: auto;
}

#sec01 .layer-in02 {
  /* ボックス配置指定 */
  position: absolute;
  top: 20%;
  left: 0%;
}
#sec01 .layer-img02 {
  width: 220px;
  height: auto;
}

#sec01 .layer-in03 {
  /* ボックス配置指定 */
  position: absolute;
  bottom: 300px;
  right: 0px;
}
#sec01 .layer-img03 {
  width: 250px;
  height: auto;
}

/* SEC02 WORKS
------------------------------------------------------------*/
#sec02 {
  background-color: rgba(194, 238, 238, 1.00); /*水色*/
  min-height: 700px;
  position: relative;
  display: flex;
  /*contentsをcenterに*/
  justify-content: center;
  align-items: flex-start;
  z-index: 0;
  height: auto;
      margin: 0;
}
#sec02::after {
  background: url("../images/wave_wh.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  bottom: 0;
  content: '';
  height: 200px;
  position: absolute;
  width: 100%;
  z-index: -100;
}

#sec02 .layer-in01 {
  position: absolute;
  top: 5%;
  left: 10%;
}
#sec02 .layer-img01 {
  width: 100px;
  height: auto;
  transform: rotate(0deg); /* 回転 */
}
#sec02 .layer-in02 {
  position: absolute;
  bottom: 20%;
  right: 0%;
}
#sec02 .layer-img02 {
  width: 180px;
  height: auto;
  transform: rotate(0deg); /* 回転 */
}

/* SEC03 CONTACT
------------------------------------------------------------*/
#sec03 {
  background-color: rgba(255, 255, 255, 1.00); /*白*/
  position: relative;
  display: flex;
  /*contentsをcenterに*/
  justify-content: center;
  align-items: flex-start;
  z-index: 0;
  margin: 0;
}

#sec03 .box {
  display: flex;
  justify-content: center;
  align-items: flex-start; /*contentsをcenterに*/
  height: 100px;
}
#sec03 .box2 {
  display: flex;
  justify-content: center;
  align-items: flex-start; /*contentsをcenterに*/
  height: 165px;
    width: 300px;
    margin: 0 auto;
}

#sec03 .layer-img01 {
  width: 190px;
  height: auto;
}

#sec03 .layer-in01 {
  position: absolute;
  top: -70px;
  left: 5%;
  z-index: 9999;
}

#sec03 .layer-in02 {
  /* ボックス配置指定 */
  position: absolute;
  top: 0%;
  right: -160px;
}

#sec03 .layer-img02 {
  width: 400px;
  height: auto;
}

/*画像リンク・オーバー*/
.image_link a img.cssOpacity {
	transition: 0.3s;
}
.image_link a:hover img.cssOpacity {
	opacity: 0.3;
}

/* フッター
------------------------------------------------------------*/
#sec03 footer {
  display: block;
  text-align: center;
  position: absolute; /*←絶対位置*/
  bottom: 0; /*下に固定*/
  font-size: 12px;
  height: 20px;
}


/*----------------------------------------------------------*/


/* RESPONSIVE 設定


------------------------------------------------------------*/

@media only screen and (min-width: 1200px) { /*1200以上*/
  .inner {
    width: 1024px;
  }
}
@media only screen and (min-width: 800px) { /*800以上*/
  body {
    font-size: 17px;
  }
  a#menu {
    display: none;
  }
  .panel { /*ロゴ+グローバルナビスペース*/
    display: block !important;
    position: absolute;
    right: 5%;
  }
  #mainnav li {
    display: inline-block;
    padding: 0px 25px;
    font-size: 16px;
  }
  #footer {
    padding: 0px 0px 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .innerS {
    width: 96%;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 799px) {
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    padding: 0;
  }
  #headerWrap { /*スマホ時のハンバーガー*/
    position: relative;
    width: 100%;
    height: 70px;
    background: #FFF;
    border-bottom: 1px solid #ccc;
  }
    
  #header h1 {
    padding-top: 5px;
    font-size: 0.75rem;
	 margin: 1em;
	}

  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  #menuBtn { /*ハンバーガー線*/
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #000;
    transition: .2s;
  }
  #menuBtn:before, #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #000;
    transition: .3s;
  }
  #menuBtn:before {
    margin-top: -7px;
  }
  #menuBtn:after {
    margin-top: 5px;
  }
  a#menu .close {
    background: transparent;
  }
  a#menu .close:before, a#menu .close:after {
    margin-top: 0;
  }
  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: antiquewhite;
  }
  /*ハンバーガー*/
  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }
  #mainnav ul {
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left;
    list-style: none; /*ハンバーガーリストスタイル*/
  }
  #mainnav li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
  }
  #mainnav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  section {
    padding-top: 50px;
  }
section h2 {
  display: block;
  width: 200px;
  margin: 0 auto 40px;
}
    
.bold{
    font-weight: 300;
    font-size: 1em;
}
  #mainImg {
    position: relative;
    display: flex; /*contentsをcenterに*/
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 0;
    width: 100%;
    margin: 0 auto;
    height: 95vh;
    padding-top: 0px;
  }
    
/* mainImg スマホ
------------------------------------------------------------*/
#mainImg .layer-in02 {
  /* ボックス配置指定 */
  position: absolute;
  top: 0;
  right: 0;
    }
    
#mainImg .layer-img02 {
  width: 30px;
  height: auto;
  transform: rotate(0deg); /* 回転 */
}

#mainImg p {
    font-size: 0.8rem;
    font-weight: 300;
    }
    
    
/* SEC01 SERVISスマホ
------------------------------------------------------------*/
#sec01 {
  background-color: rgba(255, 202, 209, 1.00); /*ピンク*/
  min-height: 450px;
  position: relative;
  display: flex;
  /*contentsをcenterに*/
  justify-content: center;
  align-items: flex-start;
  z-index: 0;
  margin: 0;
}
    
#sec01::after {
  background: url("../images/wave_bu.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  bottom: 0;
  content: '';
  height: 60px;
  z-index: -1000;
  position: absolute;
  width: 100%;
}
    
#sec01 .box {
  max-width: 280px;
  margin: 5em auto 1em auto;
}
    
#sec01 .layer-in01 {
  position: absolute;
  top: 0%;
  right: 0%;
}
    
#sec01 .layer-img01 {
  width: 130px;
  height: auto;
}
    
#sec01 .layer-in02 {
display: none;
}

#sec01 .layer-in03 {
display: none;
}


/* SEC02 WORKS スマホ
------------------------------------------------------------*/
#sec02 {
  background-color: rgba(194, 238, 238, 1.00); /*水色*/
  min-height: 400px;
  position: relative;
  display: flex;
  /*contentsをcenterに*/
  justify-content: center;
  align-items: flex-start;
  z-index: 0;
  height: auto;
}
#sec02::after {
  background: url("../images/wave_wh.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  bottom: 0;
  content: '';
  height: 60px;
  position: absolute;
  width: 100%;
  z-index: -100;
}
    
#sec02 .layer-in01 {
  position: absolute;
  top: 0%;
  left: 0%;
}
#sec02 .layer-img01 {
  width: 60px;
  height: auto;
  transform: rotate(0deg); /* 回転 */
}
#sec02 .layer-in02 {
 display: none;
}


/* SEC03 CONTACT  スマホ
------------------------------------------------------------*/
#sec03 {
 min-height: 300px;
}
    
#sec03 .box {
  display: flex;
  justify-content: center;
  align-items: flex-start; /*contentsをcenterに*/
  height: 60px;
}
#sec03 .box2 {
  display: flex;
  justify-content: center;
  align-items: flex-start; /*contentsをcenterに*/
  height: 90px;
    width: 90%;
  max-width: 300px;
    margin: 0 auto;
}
    
#sec03 .layer-in01 {
  /* ボックス配置指定 */
  position: absolute;
  top: -70px;
  left: 5%;
  z-index: 9999;
}

/* フッター　スマホ
------------------------------------------------------------*/
#sec03 footer {
  display: block;
  text-align: center;
  position: absolute; /*←絶対位置*/
  bottom: 0; /*下に固定*/
  font-size: 12px;
  height: 20px;
}

}