@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}
body {
  background: #fff ;
  background-size: cover;
  color: #333;
  text-align: center;
  font-size: 1.4rem;
  font-family: Meiryo, Osaka,"Hiragino Kaku Gothic Pro","MS PGothic", sans-serif;

}
*, *::before, *::after {
  box-sizing: border-box;
}


/* --------------------------------
 * parts
 * -------------------------------- */
.heading {
  position: relative;
  display: inline-block;
  margin: 30px 0 10px;
  padding-bottom: 15px;
  letter-spacing: 2px;
  font-size: 3.2rem;
  z-index:0;
}
.uline{
  border-bottom:3px solid green;
  position: relative;
  z-index:0;
}
.uh{
  font-size: 1.8rem;
  padding-bottom: 15px;
  font-weight:bold;
}

.button {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 58px;
  padding: 10px 10px;
  border-radius: 10px;
  background-color: #000;
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.3rem;
  line-height:40px;
}
.button_02 {
  line-height:20px;
}
.button:hover {
  opacity: 1;
}

.fixed{
  position: fixed;
  z-index:9;
  top: 0px;
  left: 0px;
  background:#000;
  width:100%;
  padding:auto 0;

}

.fixed .button {

}

.red{
  color:#b22222;
}
.fsb1{
  font-size:2.2rem;
  font-weight:bold;
}
.fsb2{
  font-size:3.0rem;
  font-weight:bold;
}
/* --------------------------------
 * header
 * -------------------------------- */
.header {
  padding: 80px 0 320px 0;
}

.buttons .button {
  margin: 10px;
}
h1{
  padding-bottom:320px;
}
/* --------------------------------
 * about
 * -------------------------------- */
.about {
  padding: 10px 0 10px;
  background-color: #fff;
}
.about-text {
  margin: 0;
  line-height: 2.5;
}

.espd{
  font-size: 1.8rem;
  font-weight:bold;
}
h2{
  padding-top:20px;
}

.access{
  text-align:left;
  margin:0 auto;
  max-width:1280px;
  padding:10px 20px;
}

.access li{
  line-height: 1.7;
  display:inline-block;
  padding:20px 20px;
}

/* --------------------------------
 * works
 * -------------------------------- */
.works {
  padding: 25px 0 30px;
  background-color: #fafafa;
  text-align:center;

}

 .works img{
  max-width:100%;
}

.works2 {
  padding: 30px 0 30px;
  background-color: #fff;
  color:#333;
}


 .works2 img{
  max-width:100%;
}

.works3 {
  padding: 30px 0 30px;
  background-color: #eee;
}


 .works3 img{
  max-width:100%;
}

table{
  max-width:1280px;
  width:100%;
  margin:10px auto 35px;
  background:#fff;
}
th{
  background:#dadada;
  border:1px solid #eaeaea;
 padding:8px 2px;
  font-weight:bold;
  color:#000;
  font-size:1.8rem;
}
td{
  color:#000;
   border:1px solid #e0e0e0;
  padding:8px 2px;
  vertical-align: middle;

}
.t{
  background:#eee;
}

h3{
  font-size:2rem;
  font-weight:normal;
  margin:0 auto 10px;
  padding:0;
}
.syukatsu-text{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:2.4rem;
  font-weight:bold;
  margin:0 auto 30px;
  padding:0;
}

.portrait_box{
  max-width:1280px;
  margin:0 auto;
}
.portrait_l{
  float:left;
  width:48%;
}
.portrait_r{
  float:right;
  width:48%;
  line-height:250%;
  text-align:left;
}
.clear_b{
clear: both;
}
.portrait_r2{
  float:right;
  width:56%;
}
.portrait_l2{
  float:left;
  width:40%;
  line-height:250%;
  text-align:right;
  padding-top:10px;
}

.border_radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
  padding: 5px 0;
  font-size: 1.1rem;
  color:#333;
  background:#fafafa;
}
.footer p{
  padding: 0;
  margin: 0;
  font-size: 4.0rem;
  line-height:120%;
}

.bgslideshow {position:fixed; left:0; top:0; z-index: -1; height:auto; width:108%;}
.bgslideshow img {position: absolute; left:0; top:0; min-height:100%; min-width:100%; height: auto; width:100%;}
.sp, .sp1,.sp2{
	display:none;
}
/* --------------------------------
 * smart phone
 * -------------------------------- */

@media (max-width: 1279px) {
  /* --- header --- */


  h1{
     padding-bottom:150px;
  }

.header  {
     padding-bottom:60px;
}

}

@media (max-width: 959px) {
  /* --- header --- */
  h1{
     margin:-20px 0 20px 0;
  }
  h1 img{
    width:200px;
  }

.header {
  padding: 0 0 0 0;
}

.buttons .button {
  margin: 0 3px 4px;
}
.buttons  {
  margin: 0 0 20px;
}
h1{
  padding-bottom:0;
}

.sp1,.sp{
 display:inline-block;
}
.sp2{
 display:none;
}



  .access{
    text-align:center;
  padding:10px 0;
  }

.access li{
  display:block;
  padding:20px 0;
}
.fsb1{
  font-size:1.6rem;
  font-weight:bold;
}
.fsb2{
  font-size:2.4rem;
  font-weight:bold;
}
th{
  font-size:1.4rem;
}

}


@media (max-width: 599px) {

  body {
    font-size: 1.3rem;
  }
  .heading {
    margin-top: 0;
  }
  .button:hover {
    opacity: 1;
  }


  /* --- about --- */
  .about-text {
    line-height: 1.8;
  }



  /* --- works --- */

h3{
  font-size:1.6rem;
  font-weight:bold;
  margin:0 auto;
  padding:0;
}
.syukatsu-text{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:1.6rem;
  font-weight:bold;
  margin:0 auto;
  padding:0;
}

.fsb1{
  font-size:1.3rem;
  font-weight:bold;
}
.fsb2{
  font-size:1.6rem;
  font-weight:bold;
}

th{
  font-size:1.4rem;
}


.sp .sp2{
 display:inline-block;
}
.sp1{
 display:none;
}
.bgslideshow {
  height: auto;
  width:150%;
}

.about, .works, .works2, .works3 {
  padding: 10px;
}
.portrait_l{
  text-align:center;
  float:none;
  width:100%;
}
.portrait_r2{
  text-align:center;
  float:none;
  width:100%;
}
.portrait_r{
  width:100%;
  text-align:left;
  padding:10px 30px 0;
}
.portrait_l2{
  width:100%;
  text-align:left;
  padding:10px 30px 0;
}
#syoumei td{
  vertical-align: top;
}
.logo img{
	width:30%;
}


}

@media (max-width: 479px) {


.button {
  vertical-align: middle;
  width: 95px;
  height: 40px;
  padding: 5px 5px;
  letter-spacing: 0px;
  font-size: 1.0rem;
  line-height:30px;
}
.button_02 {
  line-height:15px;
}

th{
  font-size:1.2rem;
}

#syoumei table th,#syoumei table td{
  vertical-align: top;
	font-size:0.9rem;
}
#syoumei td{
  vertical-align: top;
}
#syoumei .fsb1{
  font-size:1.0rem;
  font-weight:bold;
}


}

@media (max-width: 358px) {
th{
  font-size:1.2rem;
}
.fsb2,.fsb1{
  font-size:1.2rem;
}

#syoumei table{
	font-size:0.8rem;
}
#syoumei .fsb1{
  font-size:0.8rem;
}


}






















.pace.pace-inactive {
  display: none;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  height: 60px;
  width: 100px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pace .pace-progress {
  z-index: 2000;
  position: absolute;
  height: 60px;
  width: 100px;

  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.pace .pace-progress:before {
  content: attr(data-progress-text);
  text-align: center;
  color: #fff;
  background: #60ad52;
  border-radius: 50%;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 1;
  padding: 20% 0 7px;
  width: 50%;
  height: 40%;
  margin: 10px 0 0 30px;
  display: block;
  z-index: 999;
  position: absolute;
}

.pace .pace-activity {
  font-size: 15px;
  line-height: 1;
  z-index: 2000;
  position: absolute;
  height: 60px;
  width: 100px;

  display: block;
  -webkit-animation: pace-theme-center-atom-spin 2s linear infinite;
  -moz-animation: pace-theme-center-atom-spin 2s linear infinite;
  -o-animation: pace-theme-center-atom-spin 2s linear infinite;
  animation: pace-theme-center-atom-spin 2s linear infinite;
}

.pace .pace-activity {
  border-radius: 50%;
  border: 5px solid #60ad52;
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100px;
}

.pace .pace-activity:after {
  border-radius: 50%;
  border: 5px solid #60ad52;
  content: ' ';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  height: 60px;
  width: 100px;

  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.pace .pace-activity:before {
  border-radius: 50%;
  border: 5px solid #60ad52;
  content: ' ';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  height: 60px;
  width: 100px;

  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

@-webkit-keyframes pace-theme-center-atom-spin {
  0%   { -webkit-transform: rotate(0deg) }
  100% { -webkit-transform: rotate(359deg) }
}
@-moz-keyframes pace-theme-center-atom-spin {
  0%   { -moz-transform: rotate(0deg) }
  100% { -moz-transform: rotate(359deg) }
}
@-o-keyframes pace-theme-center-atom-spin {
  0%   { -o-transform: rotate(0deg) }
  100% { -o-transform: rotate(359deg) }
}
@keyframes pace-theme-center-atom-spin {
  0%   { transform: rotate(0deg) }
  100% { transform: rotate(359deg) }
}

