@charset "UTF-8";
/*!
Theme Name: REAPROTEC ver1.0
Author: ARTARAKT
Author URI: http://artarakt.com
Version: 1.0
*/ @import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal
}
body {
  line-height: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
li, ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before {
  content: '';
  content: none
}
q:after, q:before {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}
img {
  border: 0;
  vertical-align: top
}
em {
  font-style: italic
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0
}
input, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle
}
input:focus, select:focus, textarea:focus {
  outline: none
}
input[type=button], input[type=submit] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
input[type=button]::-webkit-search-decoration, input[type=submit]::-webkit-search-decoration {
  display: none
}
input[type=button]::focus, input[type=submit]::focus {
  outline-offset: -2px
}
body, html {
  width: 100%;
  height: 100%
}
body {
  min-width: 1000px;
  color: #4d4d4d;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  font-weight: 300
}
h2, h3, h4, h5 {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300
}
h2 span, h3 span, h4 span, h5 span {
  font-size: 14px
}
.wrapper {
  padding: 100px 0
}
small {
  font-size: 90%
}
ul {
  overflow: hidden
}
a {
  color: #4d4d4d;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s
}
a:hover {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s
}
.hidden {
  display: none
}
.m0a {
  display: block;
  margin: 0 auto
}
.sp {
  display: none !important
}
.pc {
  display: block !important
}
@media screen and (max-width:750px) {
  body {
    min-width: 320px;
    font-size: 13px;
    line-height: 26px
  }
  h2, h3, h4, h5 {
    margin-bottom: 2rem;
    font-size: 24px;
    line-height: 24px
  }
  h2 span, h3 span, h4 span, h5 span {
    font-size: 12px
  }
  .wrapper {
    padding: 30px 0
  }
  .sp {
    display: block !important
  }
  .pc {
    display: none !important
  }
}
.inner {
  width: 100%;
  max-width: 1000px;
  clear: both;
  margin: 0 auto;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.box {
  clear: both
}
.left {
  float: left
}
.right {
  float: right
}
.center {
  text-align: center
}
.txtl {
  text-align: left !important
}
.absolute_box {
  position: relative
}
.absolute {
  position: absolute
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex
}
.btnbox input, a.btn {
  display: inline-block;
  margin-bottom: 1rem;
  background-color: #036eb7;
  color: white;
  width: 100%;
  max-width: 300px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  border: 0;
  cursor: pointer
}
.btnbox input:hover, a.btn:hover {
  background-color: #2e344c
}
@media screen and (max-width:750px) {
  .flex {
    display: block
  }
}
@media screen and (max-width:320px) {
  .inner {
    padding: 0 10px
  }
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  padding: 10px 0
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
header .logo {
  padding-top: 5px
}
header ul {
  text-align: right
}
header ul li {
  display: inline-block;
  margin-left: 2rem
}
footer {
  width: 100%;
  padding: 24px 0;
  background-color: #2e344c;
  color: white;
  text-align: center;
  font-size: 12px
}
@media screen and (max-width:750px) {
  header {
    padding: 10px 0 3px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
  }
  header .inner {
    display: block
  }
  header .logo {
    padding-top: 0;
    text-align: center
  }
  header .logo img {
    width: 60px;
    height: auto
  }
  header ul {
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center
  }
  header ul li {
    margin-left: 0
  }
  footer {
    padding: 12px 0;
    font-size: 10px
  }
}
.mv {
  padding-top: 100px;
  background-image: url(images/mv.jpg);
  background-size: cover
}
.mv h1 {
  padding: 100px 0 50px
}
#Idea {
  background-image: url(images/bg_idea.jpg);
  background-size: cover;
  background-position: center bottom
}
#Idea ul {
  width: 100%;
  max-width: 640px;
  margin: 0 auto
}
#Idea ul li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e6e6e6
}
#Idea ul li span {
  font-size: 18px
}
#Idea ul li:last-of-type {
  margin-bottom: 0;
  border-bottom: 0
}
#Business {
  background-image: url(images/bg_business.jpg);
  background-size: cover;
  background-position: center top
}
#Business h3 {
  color: white
}
#Business .flex {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#Business article {
  width: 31%;
  margin-left: 2%;
  margin-bottom: 2%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3)
}
#Business article .thumb {
  width: 100%;
  height: auto;
  overflow: hidden
}
#Business article p {
  line-height: 21px
}
#Business article p span {
  display: inline-block;
  padding: 15px 0 10px;
  font-size: 18px
}
#Company .flex {
width: 100%;
    max-width: 1000px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
padding-bottom: 30px;  
}
#Company .video {
  width: 100%;
  max-width: 420px
}
#Company p span {
  display: inline-block;
  padding: 15px 0 10px;
  font-size: 18px
}
#Company .contents {
  display: flex;
  justify-content:space-between; 
}
#Contact {
  background: -webkit-linear-gradient(315deg, white 0%, #e6e6e6 100%);
  background: -o-linear-gradient(315deg, white 0%, #e6e6e6 100%);
  background: linear-gradient(135deg, white 0%, #e6e6e6 100%)
}
#Contact .tel {
  margin: 2rem 0
}
#Contact .tel span {
  font-size: 21px
}
.form {
  padding: 150px 0px
}
#formWrap {
  width: 100%;
  max-width: 520px;
  margin: 0 auto
}
#formWrap table {
  width: 100%
}
#formWrap td, #formWrap th {
  padding: 10px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#formWrap td input, #formWrap td textarea, #formWrap th input, #formWrap th textarea {
  padding: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#formWrap td span, #formWrap th span {
  color: red;
  font-size: 12px
}
#formWrap .btnbox {
  padding-top: 4rem;
  text-align: center
}
@media screen and (max-width:750px) {
  .mv h1 {
    padding: 50px 0;
    text-align: center
  }
  .mv h1 img {
    margin: 0 auto
  }
  #Idea ul li {
    padding-bottom: 1rem;
    margin-bottom: 1rem
  }
  #Idea ul li span {
    font-size: 16px
  }
  #Business article {
    width: 100%;
    margin-right: 0
  }
  #Business article p {
    line-height: 16px
  }
  #Business article p span {
    font-size: 16px
  }
  #Company .outline {
    margin-bottom: 1rem
  }
  #Company .contents {
    display: block;
    justify-content: space-between;
    margin-top: 0rem
  }
  #Company p span {
    font-size: 16px
  }
  .form {
    padding: 100px 10px
  }
  #formWrap td, #formWrap th {
    display: block;
    width: 100%
  }
  #formWrap td input, #formWrap td textarea, #formWrap th input, #formWrap th textarea {
    width: 100%
  }
  #formWrap th {
    padding: 0 10px
  }
  #formWrap td {
    padding-top: 0
  }
  #formWrap .btnbox {
    padding-top: 2rem
  }
#Company .flex {
    width: 100%;
    padding-bottom: 20px;
}
}