/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: '游ゴシック',"メイリオ", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system, 'Hiragino Kaku Gothic ProN', meiryo;
  color: #444444;
}

a {
  color: #fd680e;
}

a:hover {
  color: #ff8f4c;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  /*padding: 30px 30px;*/
  z-index: 10;
  position: relative;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  max-width: 260px;
  padding: 28px 0 0 15px;
  margin: 0;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  right: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(34, 34, 34, 0.8);
  transition: 0.4s;
  letter-spacing: 3px;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #C79FD2;
  padding: 10px 20px;
  font-family: Helvetica, Arial, sans-serif, -apple-system, 'Hiragino Kaku Gothic ProN', meiryo;
  font-weight: bold;
  transition: 0.3s;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #AA6CB9;
  text-decoration: none;
}

.nav-menu .drop-down > a:after {
  content: "\e9f8";
  font-family: '游ゴシック',"メイリオ", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system, 'Hiragino Kaku Gothic ProN', meiryo;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.nav-menu .active.drop-down > a:after {
  content: "\e9f8";
}

.nav-menu .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}

.nav-menu .drop-down li {
  padding-left: 20px;
}

.nav-menu-active {
  right: 0;
}

.nav-toggle {
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 9998;
  border: 0;
  background: rgba(34, 34, 34, 0.5);
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 10px 12px;
  border-radius: 2px;
}

.nav-toggle i {
  color: #fff;
  font-size: 18px;
}

.nav-toggle-active {
  right: 275px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: -80px;
  z-index: 9;
}

#hero01 {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg01.jpg") no-repeat center center;
  background-position: center;
  background-size: cover;
  position: relative;
  /*margin-top: -80px;*/
}

#hero02 {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg02.jpg") no-repeat center center;
  background-position: center;
  background-size: cover;
  position: relative;
  /*margin-top: -80px;*/
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  /*padding: 0 15px;*/
}

@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}

.section-bg {
  background-color: #F9F5FA;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  letter-spacing: 3px;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #EE82EE;
  bottom: 0;
  left: calc(50% - 40px);
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
  color: #666666;
}

/*--------------------------------------------------------------
# COMPANY
--------------------------------------------------------------*/
.company {
  padding-bottom: 60px;
}

.company .company-list {
  padding: 0;
  list-style: none;
}

.company .company-list li {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.company .company-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.company .company-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.company .company-business {
  line-height: 32px;
  margin: 0px 0px 0px 30px;
}

.company .company-business-list {
  /*list-style: none;*/
}

.company .company-business-list ol {
  padding: 0;
}

.company .company-business-list li {
  margin-top: 12px;
  line-height: 28px;
}

.company .company-business-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
.contact .info {
  color: #444444;
  margin-right: 2em;
}

.contact .info i {
  font-size: 32px;
  color: #EE82EE;
  float: left;
}

.contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .social-links a {
  font-size: 20px;
  display: inline-block;
  background: #5a2c10;
  color: #fff;
  line-height: 1;
  padding: 9px 0px 0px 2px;
  margin-right: 3px;
  border-radius: 50%;
  text-align: center;
  width: 38px;
  height: 38px;
  transition: 0.3s;
}

.contact .social-links a:hover {
  background: #fd680e;
  color: #fff;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #EE82EE;
}

.contact .php-email-form button[type="submit"] {
  background: #EE82EE;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #A15DB2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #EE82EE;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/*--------------------------------------------------------------
# max-width: 1024px
--------------------------------------------------------------*/
@media (max-width: 1024px) {
  #header .logo img {
    max-width: 260px;
    padding: 28px 0 0 15px;
  }
  #hero {
    background-attachment: fixed;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .form-txt {
    font-size: 16px;
  }
  .why-us {
    background-attachment: scroll;
  }
}
/*--------------------------------------------------------------
# max-width: 768px
--------------------------------------------------------------*/
@media (max-width: 768px) {
  #header .logo img {
    max-width: 240px;
    padding: 28px 0 0 15px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .form-txt {
    font-size: 16px;
  }
  .contact .social-links {
    text-align: center;
  }
  .contact .info {
    margin-right: 0;
  }
}
/*--------------------------------------------------------------
# max-width: 624px
--------------------------------------------------------------*/
@media (max-width: 624px) {
  #header .logo img {
    max-width: 210px;
    padding: 28px 0 0 10px;
  }
  #hero01 {
    background: url("../img/hero-bg-sp01.jpg") no-repeat center top;
    background-position: center;
    background-size: cover;
  }
  #hero02 {
    background: url("../img/hero-bg-sp02.jpg") no-repeat center top;
    background-position: center;
    background-size: cover;
  }
  .section-title h2 {
    font-size: 26px;
  }
  .form-txt {
    font-size: 14px;
  }
  .contact .info {
    margin-right: 0;
  }
  #footer .copyright {
    font-size: 12px;
  }
}
/*--------------------------------------------------------------
# max-width: 480px
--------------------------------------------------------------*/
@media (max-width: 480px) {
  #header .logo img {
    max-width: 180px;
    padding: 32px 0 0 10px;
  }
  #hero01 {
    background: url("../img/hero-bg-sp01.jpg") no-repeat center top;
    background-position: center;
    background-size: cover;
  }
  #hero02 {
    background: url("../img/hero-bg-sp02.jpg") no-repeat center top;
    background-position: center;
    background-size: cover;
  }
  .section-title h2 {
    font-size: 22px;
  }
  .company {
   font-size: 14px;
  }
  .company .company-list li {
    margin-left: 20px;
    margin-right: 20px;
  }
  .form-txt {
    font-size: 14px;
  }
  .contact .info {
    margin-right: 0;
  }
  #footer .copyright {
    font-size: 10px;
  }
}