@charset "UTF-8";
/* CSS Document */
body {
  min-width: 100%;
  font-family: "Optima", sans-serif;
}
header {
  width: 100%;
  position: fixed;
  background-color: #E06A36;
}
#headerbox {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
header h1 {
  font-size: 20px;
  color: #fff;
  float: left;
  font-weight: bold;
}
nav {
  float: right;
  padding: 5px 0 0 0;
}
nav ul {
  overflow: hidden;
}
nav li {
  float: left;
  font-size: 16px;
  color: #000;
  padding: 0 50px 0 0;
  list-style: none;
}
nav li a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.m1 {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.m2 {
  font-size: 20px;
  color: #fff;
  line-height: 1.6em;
  font-weight: normal;
  letter-spacing: 0.1em;
}
p.cau {
  font-size: 11px;
  line-height: 1.4em;
  color: #fff;
  padding: 200px 0 0 0;
  margin: 0;
}
.main {
  display: block;
  width: 100%;
  height: 100vh;
  color: #eee;
  font-size: 68px;
  font-weight: bold;
  padding: 250px 0 0 0;
  background-image: url("../img/back.jpg");
  background-size: cover;
}
.main .text {
  display: block;
  color: #E06A36;
  font-size: 68px;
  font-weight: bold;
  left: 0;
  top: 300px;
  animation-name: textBlink;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.main h2 {
  border: 1px solid #fff;
  padding: 0;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  width: 400px;
  height: 60px;
  margin: 30px 0 0 0;
}
.shadow {
  position: absolute;
  width: inherit;
  height: 40px;
  overflow: hidden;
  animation-name: shadowDown;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.shadow .viewport {
  position: relative;
  width: inherit;
  height: 200px;
}
.shadow .text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  animation-name: shadowTextUp;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes textBlink {
  0% {
    opacity: 1;
    left: 2px;
  }
  30% {
    opacity: .7;
  }
  70% {
    opacity: .8;
    left: -2px;
  }
  71% {
    opacity: .8;
    left: 0px;
  }
  75% {
    opacity: .8;
    left: 1px;
  }
  100% {
    opacity: 7;
    left: 0px;
  }
}
@keyframes shadowDown {
  0% {
    top: 0px;
  }
  10% {
    top: 20px;
  }
  20% {
    top: 30px;
  }
  40% {
    top: 35px;
  }
  60% {
    top: 50px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes shadowTextUp {
  0% {
    top: 0px;
  }
  10% {
    top: -20px;
    opacity: .5;
  }
  20% {
    top: -30px;
    opacity: 1;
  }
  40% {
    top: -35px;
  }
  60% {
    top: -50px;
    opacity: .5;
  }
  70% {
    top: -20px;
  }
  100% {
    top: -10px;
    opacity: 1;
  }
}
#policy {
  width: 100%;
  height: 100vh;
  background-color: #000;
  padding: 15% 0 0 0;
  box-sizing: border-box;
  color: #fff;
  background-image: url("../img/back-100.jpg");
  background-size: cover;
}
#policy h2 {
  font-size: 36px;
  padding: 0 0 30px 0;
  font-weight: bold;
  color: #E06A36;
}
#policy p {
  font-size: 20px;
  padding: 0 0 0 0;
}
#profile {
  width: 100%;
  height: 100vh;
  background-color: #000;
  padding: 10% 0 0 0;
  box-sizing: border-box;
  color: #fff;
  background-image: url("../img/back5.jpg");
  background-size: cover;
}
#profile h3 {
  font-size: 30px;
  padding: 0 0 15px 0;
  font-weight: bold;
  color: #E06A36;
}
#profile h3:nth-of-type(2) {
  font-size: 30px;
  padding: 30px 0 15px 0;
  font-weight: bold;
  color: #E06A36;
}
#profile h4 {
  font-size: 22px;
  padding: 0 0 15px 0;
  font-weight: bold;
  color: #fff;
}
table {
  padding: 0 0 0 0;
  font-size: 15px;
}
table th {
  width: 20%;
  padding: 5px;
  box-sizing: border-box;
}
table td {
  width: 80%;
  padding: 5px;
  box-sizing: border-box;
}
#profile ul {
  padding: 0 0 0 2%;
  font-size: 15px;
}
#profile ul li {
  padding: 0 0 10px 0;
}
footer {
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
}
#logo {
  width: 20%;
  margin: 0 auto;
}
p.link {
  width: 300px;
  padding: 0 0 0 0;
}


#company {
  width: 100%;
  height: 100vh;
  background-color: #000;
  padding: 10% 0 0 0;
  box-sizing: border-box;
  color: #fff;
  background-image: url("../img/back-200.jpg");
  background-size: cover;
}
#company h3 {
  font-size: 30px;
  padding: 0 0 15px 0;
}
#company h4 {
  font-size: 22px;
  padding: 0 0 15px 0;
  font-weight: bold;
  color: #E06A36;
}





#contact {
  width: 100%;
  height: 100vh;
  background-color: #000;
  padding: 10% 0 0 0;
  box-sizing: border-box;
  color: #fff;
  background-image: url("../img/back-300.jpg");
  background-size: cover;
}
#contact h3 {
  font-size: 30px;
  padding: 0 0 15px 0;
}
#contact h4 {
  font-size: 22px;
  padding: 0 0 15px 0;
  font-weight: bold;
  color: #E06A36;
}
.box {
  padding: 0 0 0 50%;
}
.mail {
  width: 300px;
  margin: 15px 0 30px 0;
}
.button {
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  margin: 0 0 0 0;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  border: 1px solid #E06A36;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.8);
}
.button:hover {
  color: #fff !important;
  letter-spacing: 0.3em;
  text-decoration: none !important;
}
.button::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  left: 0;
  background-color: #E06A36;
}
.map {
  width: 80%;
  margin: 10px 0 0 0;
}
.m50 {
  margin: 80px 0 0 0;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/*スマホ==========================================================================================================*/
@media screen and (max-width: 480px) {
  body {
    min-width: 100%;
    font-family: "Optima", sans-serif;
  }
  header {
    width: 100%;
    position: fixed;
    background-color: #E06A36;
  }
  #headerbox {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    overflow: hidden;
  }
  header h1 {
    font-size: 20px;
    color: #fff;
    float: none;
    font-weight: bold;
    text-align: center;
  }
  nav {
    float: none;
    padding: 5px 0 0 0;
  }
  nav ul {
    overflow: hidden;
  }
  nav li {
    float: left;
    font-size: 14px;
    color: #000;
    padding: 5px 0;
    list-style: none;
    text-align: center;
    width: 20%;
  }
  nav li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
  }
  .m1 {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  .m2 {
    font-size: 16px;
    color: #fff;
    line-height: 1.6em;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  p.cau {
    font-size: 10px;
    line-height: 1.4em;
    color: #fff;
    padding: 180px 0 0 0;
    margin: 0;
  }
  .main {
    display: block;
    width: 100%;
    height: 100vh;
    color: #eee;
    font-size: 30px;
    font-weight: bold;
    padding: 150px 0 0 0;
    background-image: url("../img/back.jpg");
    background-size: cover;
  }
  .main .text {
    display: block;
    color: #E06A36;
    font-size: 50px;
    font-weight: bold;
    left: 0;
    top: 300px;
    animation-name: textBlink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  .main h2 {
    border: 1px solid #fff;
    padding: 0;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    width: 400px;
    height: 60px;
    margin: 30px 0 0 0;
  }
  .shadow {
    position: absolute;
    width: inherit;
    height: 30px;
    overflow: hidden;
    animation-name: shadowDown;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  .shadow .viewport {
    position: relative;
    width: inherit;
    height: 200px;
  }
  .shadow .text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    animation-name: shadowTextUp;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  #policy {
    width: 100%;
    height: 100vh;
    background-color: #000;
    padding: 150px 0 0 0;
    box-sizing: border-box;
    color: #fff;
    background-image: url("../img/back-100.jpg");
    background-size: cover;
  }
  #policy h2 {
    font-size: 22px;
    padding: 0 0 30px 0;
    font-weight: bold;
    color: #E06A36;
  }
  #policy p {
    font-size: 14px;
    padding: 0 0 0 0;
    line-height: 1.6em;
  }
  #profile {
    width: 100%;
    height: 100vh;
    background-color: #000;
    padding: 100px 0 0 0;
    box-sizing: border-box;
    color: #fff;
    background-image: url("../img/back-200.jpg");
    background-size: cover;
  }
  #profile h3 {
    font-size: 26px;
    padding: 0 0 15px 0;
    font-weight: bold;
    color: #E06A36;
  }
  #profile h3:nth-of-type(2) {
    font-size: 22px;
    padding: 30px 0 15px 0;
    font-weight: bold;
    color: #E06A36;
  }
  #profile h4 {
    font-size: 22px;
    padding: 0 0 15px 0;
    font-weight: bold;
    color: #fff;
  }
  table {
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
    font-size: 14px;
  }
  table th {
    width: 20%;
    padding: 5px;
    box-sizing: border-box;
  }
  table td {
    width: 80%;
    padding: 5px;
    box-sizing: border-box;
  }
  #profile ul {
    padding: 0 0 0 2%;
    font-size: 14px;
  }
  #profile ul li {
    padding: 0 0 5px 0;
  }
	
	
	#company {
  width: 100%;
  height: 100vh;
  background-color: #000;
  padding: 10% 0 0 0;
  box-sizing: border-box;
  color: #fff;
  background-image: url("../img/back-200.jpg");
  background-size: cover;
}
#company h3 {
  font-size: 26px;
  padding: 0 0 15px 0;
}
#company h4 {
  font-size: 22px;
  padding: 0 0 15px 0;
  font-weight: bold;
  color: #E06A36;
}
	
	
	
	
  footer {
    width: 100%;
    padding: 5px 0;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
  }
  #logo {
    width: 40%;
    margin: 0 auto;
  }
  p.link {
    width: 300px;
    padding: 0 0 0 0;
  }
  #contact {
    width: 100%;
    height: 100%;
    background-color: #000;
    padding: 120px 0 0 0;
    box-sizing: border-box;
    color: #fff;
    background-image: url("../img/back-300.jpg");
    background-size: cover;
  }
  #contact p {
    font-size: 14px;
    line-height: 1.5em;
    padding: 0 0 10px 0;
  }
  #contact h3 {
    font-size: 22px;
    padding: 0 0 15px 0;
  }
  #contact h4 {
    font-size: 18px;
    padding: 0 0 15px 0;
    font-weight: bold;
    color: #E06A36;
  }
  .box {
    padding: 0 0 0 10%;
  }
  .mail {
    width: 70%;
    margin: 15px 0 30px 0;
  }
  .button {
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    outline: none;
    margin: 0 0 0 0;
  }
  .button::before, .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  .button, .button::before, .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .button {
    position: relative;
    z-index: 2;
    border: 1px solid #E06A36;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.8);
  }
  .button:hover {
    color: #fff !important;
    letter-spacing: 0.3em;
    text-decoration: none !important;
  }
  .button::after {
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
  }
  .button:hover::after {
    top: 0;
    left: 0;
    background-color: #E06A36;
  }
  .map {
    width: 90%;
    margin: 10px 0 0 0;
    height: 200px;
    padding: 0 0 100px 0;
  }
	.m50 {
  margin: 50px 0 0 0;
}
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}