/* Scss Document */
/*--------defalt style--------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

input, button, textarea {
  -webkit-appearance: none;
}

del {
  text-decoration: line-through;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

table, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

body {
  line-height: 1.4;
  color: #000;
  background: #FFF;
  font-family: "Meiryo",arial,"Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
}

body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(images/common/bg.jpg) center/cover no-repeat;
  -webkit-background-size: cover;
}

/*--------clearfix--------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*----------------common----------------*/
.whiteBg {
  background: #FFF;
}

.wp {
  padding: 0 5%;
}

header {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 1px 0 0 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  padding: 10% 0;
  z-index: 10;
}
header p {
  position: absolute;
}
header .hlogo {
  top: 15%;
  width: 66%;
  left: 2%;
}
header .htel {
  top: 23%;
  right: 20%;
  width: 6%;
}
header .menu {
  top: 28%;
  right: 5%;
  width: 8%;
}

nav {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 100;
}
nav .close {
  width: 8%;
  float: right;
}
nav ul {
  border-top: 1px solid #9ac6e6;
  margin: 3% 0 10%;
}
nav ul li {
  border-bottom: 1px solid #9ac6e6;
}
nav div.navInner {
  background: #c1e8ff;
  padding: 5%;
}
nav div.navInner p.navtxt {
  margin: 0% 0 4%;
}
nav div.navInner p.txt {
  padding: 0 3%;
}

footer {
  padding: 10% 5% 5%;
}
footer .inner {
  background: #c1e8ff;
  padding: 2% 4% 4%;
}
footer .inner .flogo {
  width: 100%;
  margin: 0 auto;
  display: block;
}
footer .inner address {
  font-style: normal;
  margin-bottom: 5%;
}
footer .inner a.flogo {
  margin-bottom: 2%;
}
footer .inner p.navtxt {
  margin: 0% 0 4%;
}
footer .inner p.txt {
  padding: 0 3%;
}
footer .copy {
  font-size: 1.2rem;
  text-align: center;
  padding: 5% 0 0;
}

article {
  padding-bottom: 10%;
}

#index .mainimage {
  background: url(images/index/mainimg.png) no-repeat right bottom;
  background-size: contain;
  padding: 80% 5% 60%;
}
#index article {
  padding-top: 5%;
}
#index article .topabout h2 {
  margin-bottom: 5%;
  padding: 0 2%;
}
#index article .topabout p.mt {
  margin: 7% 0;
}
#index article .topwork {
  margin: 5% 0 0;
}
#index article .topwork h2 {
  margin-bottom: 5%;
  padding: 0 2%;
}
#index article .topwork #tabMenu {
  margin: 5% 0 0 0;
}
#index article .topwork #tabMenu li {
  float: left;
  width: 50%;
  height: 5rem;
}
#index article .topwork #tabMenu li a {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 5rem;
}
#index article .topwork #tabMenu li:nth-child(1) {
  background: url(images/index/tab01_df.jpg) no-repeat left bottom;
  background-size: 100%;
}
#index article .topwork #tabMenu li:nth-child(2) {
  background: url(images/index/tab02_df.jpg) no-repeat left bottom;
  background-size: 100%;
}
#index article .topwork #tabMenu li a.active {
  display: block;
  width: 100%;
  height: 5rem;
}
#index article .topwork #tabMenu li:nth-child(1) a.active {
  background: url(images/index/tab01_ac.jpg) no-repeat left bottom;
  background-size: 100%;
}
#index article .topwork #tabMenu li:nth-child(2) a.active {
  background: url(images/index/tab02_ac.jpg) no-repeat left bottom;
  background-size: 100%;
}
#index article .topwork #tabBoxes {
  background: #d8e9fd;
  padding: 5% 3% 8%;
}
#index article .topwork #tabBoxes #tab02 {
  display: none;
}
#index article .topwork #tabBoxes ul li {
  float: left;
  width: 32%;
}
#index article .topwork #tabBoxes ul li:nth-child(2) {
  margin: 0 2%;
}
#index article .topwork #tabBoxes ul li span {
  background: #000;
  color: #FFF;
  padding: 1% 2%;
  margin: 5% 0 3%;
  display: inline-block;
  font-size: 1.1rem;
}
#index article .topwork #tabBoxes a {
  display: block;
  width: 50%;
  margin: 6% auto 0;
}
#index article .topnews {
  padding-top: 10%;
}
#index article .topnews dl {
  margin-top: 5%;
}
#index article .topnews dl dt {
  color: #0361a7;
  padding: 3% 0 1%;
}

.mainimage {
  position: relative;
  z-index: 0;
  top: 0;
}

#flow article {
  padding: 10% 0 20%;
}
#flow article ol li {
  padding-top: 7%;
}
#flow article ol li:nth-child(2n) {
  background: #d8e9fd;
}
#flow article ol li:nth-child(1) {
  padding-top: 0;
}
#flow article ol li div {
  padding-bottom: 7%;
}
#flow article ol li div h2 {
  margin-bottom: 2%;
}
#flow article ol li div p.red {
  color: #cc0000;
  margin-top: 3%;
  font-weight: bold;
}

#results article {
  padding: 10% 0 20%;
}
#results article #tabMenu li {
  float: left;
  width: 48%;
  height: 5.5rem;
  margin-bottom: 10%;
}
#results article #tabMenu li a {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 5.5rem;
}
#results article #tabMenu li:nth-child(1) {
  margin-right: 3%;
}
#results article #tabMenu li:nth-child(1) a {
  background: url(images/results/tab01_df.jpg) no-repeat left bottom;
  background-size: 100%;
}
#results article #tabMenu li:nth-child(2) a {
  background: url(images/results/tab02_df.jpg) no-repeat left bottom;
  background-size: 100%;
}
#results article #tabMenu li a.active {
  display: block;
  width: 100%;
  height: 5.5rem;
}
#results article #tabMenu li:nth-child(1) a.active {
  background: url(images/results/tab01_ac.jpg) no-repeat left bottom;
  background-size: 100%;
}
#results article #tabMenu li:nth-child(2) a.active {
  background: url(images/results/tab02_ac.jpg) no-repeat left bottom;
  background-size: 100%;
}
#results article #tabBoxes section {
  padding: 0 0 3%;
  margin-top: 5%;
}
#results article #tabBoxes section h3 {
  background: #ebf4fe;
  padding: 3%;
}
#results article #tabBoxes section table {
  width: 100%;
}
#results article #tabBoxes section table span {
  color: #FFF;
  padding: 0 1%;
  background: #000;
}
#results article #tabBoxes section table th {
  width: 30%;
  fofont-weight: bold;
  text-align: left;
  padding: 3%;
}
#results article #tabBoxes section table th, #results article #tabBoxes section table td {
  border-bottom: 1px solid #cfcece;
}
#results article #tabBoxes section table td {
  padding: 3%;
}
#results article #tabBoxes section table td li {
  float: left;
  width: 40%;
  margin: 0 2%;
  padding: 2px;
  background: #FFF;
  border: 1px solid #cecece;
}
#results article #tabBoxes section table tr:last-child td, #results article #tabBoxes section table tr:last-child th {
  border-bottom: none;
}

#concept article {
  padding: 10% 0 20%;
}
#concept article h2 {
  margin-bottom: 5%;
}
#concept article .blue, #concept article .outline h3 {
  color: #0075bb;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2%;
}
#concept article .mt {
  margin-top: 5%;
}
#concept article .name {
  font-size: 2rem;
  margin-bottom: 10%;
}
#concept article .outline {
  padding-top: 10%;
}
#concept article .outline dl {
  margin-bottom: 5%;
}
#concept article .outline dl dt {
  background: #efefee;
}
#concept article .outline dl dt {
  padding: 2% 3%;
}
#concept article .outline dl dd {
  padding: 2% 3% 4%;
}
#concept article .outline ul li {
  border-bottom: 1px dotted #cecece;
  padding: 3% 0;
}

#cost article {
  padding: 10% 0 10%;
}
#cost article h2 {
  margin-bottom: 5%;
}
#cost article p.mt, #cost article img.mt {
  margin-top: 5%;
}
#cost article section.mt {
  padding-top: 10%;
}
#cost article section.wp section {
  margin-bottom: 10%;
}
#cost article section.wp section h3 {
  background: #d8e9fd;
  padding: 2% 3%;
  margin-bottom: 3%;
  font-size: 1.6rem;
}
#cost article section.wp section h3 span {
  color: #0075bb;
  padding-right: 2%;
}
#cost article section.wp section .red {
  color: #cc0000;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1%;
}
#cost article section.wp section img {
  padding: 2px;
  background: #FFF;
  border: 1px solid #cecece;
  width: 98%;
  margin-top: 5%;
}

#company article {
  padding: 10% 0 20%;
}
#company article h2 {
  margin-bottom: 5%;
}
#company article iframe {
  width: 100%;
  height: 250px;
}
#company article .mt {
  margin-top: 10%;
}
#company article dl {
  margin-bottom: 5%;
}
#company article dl dt {
  background: #efefee;
  padding: 2% 3%;
}
#company article dl dd {
  padding: 2% 3% 4%;
}

#contact article {
  padding: 10% 5% 20%;
}
#contact article h2 {
  margin-bottom: 5%;
}
#contact article .mt {
  margin-top: 3%;
}
#contact article dl {
  margin: 5% 0;
}
#contact article dl dt {
  padding-bottom: 1%;
}
#contact article dl dt span {
  float: right;
  color: #FFF;
  padding: 0 1%;
}
#contact article dl dt .hisu {
  background: #000;
}
#contact article dl dt .hisu2 {
  background: #8c8b8b;
}
#contact article dl dd {
  padding-bottom: 2%;
}
#contact article dl .input {
  width: 96%;
  padding: 0 2%;
  font-size: 1.6rem;
  border: 1px solid #dedede;
  border-radius: 0px;
  height: 4rem;
  margin-bottom: 3%;
}
#contact article dl select {
  border: 1px solid #dedede;
  border-radius: 0px;
  height: 4rem;
  width: 40%;
  margin-bottom: 3%;
}
#contact article dl textarea {
  border: 1px solid #dedede;
  border-radius: 0px;
  height: 15rem;
  width: 96%;
  padding: 2%;
  font-size: 1.6rem;
}
#contact article dl label, #contact article dl input[type=radio] {
  vertical-align: -0.6rem;
}
#contact article dl .red {
  margin-bottom: 5%;
  color: #DD0000;
}
#contact article .submit {
  text-align: center;
}
#contact article .submit .back {
  background: url(images/contact/btn02.jpg) no-repeat center top;
  height: 5rem;
  background-size: contain;
  width: 30rem;
  text-indent: -9999px;
  border: none;
  border-radius: 0;
}
#contact article .submit .send {
  background: url(images/contact/btn03.jpg) no-repeat center top;
  height: 5rem;
  background-size: contain;
  width: 22rem;
  text-indent: -9999px;
  border: none;
  margin-top: 5%;
  border-radius: 0;
}
#contact article .submit .submitbtn input {
  width: 70%;
  margin: 0 auto;
  display: block;
  border-radius: 0;
}
