* {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #A69257; }

body {
  overflow: hidden; }

a {
  text-decoration: none;
  position: relative;
  z-index: 2; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul {
  list-style: none; }

img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.clear {
  clear: both; }

h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: normal; }

h2 {
  font-size: 64px;
  line-height: 64px;
  font-weight: normal; }

h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: normal; }

h4 {
  font-size: 32px;
  line-height: 32px;
  font-weight: normal; }

p {
  font-size: 20px;
  line-height: 40px;
  font-weight: normal; }

.container {
  width: 80%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative; }

#mobile {
  display: none; }

header {
  position: fixed;
  top: calc(50vh - 200px);
  right: 40px;
  z-index: 5; }
  header nav ul li a {
    display: block;
    height: 16px;
    width: 108px; }
    header nav ul li a .nav-line {
      float: right;
      display: inline-block;
      margin: 7.5px 0;
      margin-left: 8px;
      -webkit-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    header nav ul li a text {
      font-size: 16px;
      line-height: 16px;
      display: inline-block;
      float: right; }
  header nav ul li a:hover .nav-line {
    margin-left: 16px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  header nav ul li + li {
    margin-top: 48px; }

.home-wrapper {
  width: 100%;
  height: 100vh;
  position: relative; }
  .home-wrapper .container {
    height: 100%; }
    .home-wrapper .container .scroll-down {
      margin-top: 160px;
      position: absolute;
      bottom: 16px; }

.home-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 780px; }

.header-logo {
  height: 36px;
  width: 80px;
  position: absolute;
  top: 40px;
  left: 0px; }

.title {
  padding-top: 280px; }

.sub-title {
  margin-top: 80px; }

.scroll-down {
  float: left;
  text-align: center; }
  .scroll-down text {
    font-size: 16px;
    line-height: 16px;
    display: block; }
  .scroll-down img {
    margin-top: 8px; }

.mission-wrapper {
  margin-top: 160px;
  width: 100%;
  position: relative; }
  .mission-wrapper .blue-block {
    float: left; }
  .mission-wrapper .bg-red-circle {
    position: absolute;
    right: 0;
    top: 180px;
    z-index: -1; }

.head h2 {
  display: inline-block; }

.head h4 {
  display: inline-block;
  margin-left: 40px; }

.body {
  margin-top: 64px; }

.blue-block {
  background: #002970;
  padding: 80px;
  width: 720px; }
  .blue-block .head h2 {
    color: white; }
  .blue-block .head h4 {
    color: white; }
  .blue-block .body p {
    color: rgba(255, 255, 255, 0.7); }

.service-wrapper {
  margin-top: 160px;
  width: 100%;
  position: relative; }
  .service-wrapper .blue-block {
    float: right; }
  .service-wrapper .bg-brush-stroke {
    position: absolute;
    top: 240px;
    left: 20%;
    z-index: -1; }

.action-wrapper {
  margin-top: 160px;
  width: 100%;
  position: relative; }
  .action-wrapper .blue-block {
    float: left; }
  .action-wrapper .bg-red-circle {
    position: absolute;
    left: 0px;
    top: 440px;
    z-index: -1; }

.company-wrapper {
  margin-top: 160px;
  width: 100%;
  position: relative; }
  .company-wrapper .blue-block {
    width: 100%; }
  .company-wrapper .bg-brush-stroke {
    position: absolute;
    right: 0;
    top: 300px;
    z-index: -1; }
  .company-wrapper table {
    width: 100%; }
    .company-wrapper table tr td {
      padding: 16px 0;
      font-size: 20px;
      line-height: 20px;
      color: rgba(255, 255, 255, 0.7); }
    .company-wrapper table tr .td-left {
      width: 20%; }
    .company-wrapper table tr .td-right {
      width: 80px; }

.message-wrapper {
  margin-top: 160px;
  padding: 80px 0;
  width: 100%; }

.contact-wrapper {
  margin-top: 160px;
  padding: 80px 0 240px 0;
  width: 100%; }
  .contact-wrapper form {
    text-align: center; }
  .contact-wrapper table {
    width: 100%;
    text-align: left; }
    .contact-wrapper table tr {
      width: 100%;
      vertical-align: middle;
      padding: 40px 0;
      border-top: solid 2px #A69257;
      border-bottom: solid 2px #A69257; }
      .contact-wrapper table tr td {
        margin: 40px 0;
        vertical-align: middle;
        display: inline-block; }
        .contact-wrapper table tr td input {
          border: solid 1px #A69257;
          height: 40px;
          width: 100%;
          vertical-align: middle; }
        .contact-wrapper table tr td textarea {
          border: solid 1px #A69257;
          width: 100%;
          height: 240px; }
      .contact-wrapper table tr .td-left {
        width: 26%; }
      .contact-wrapper table tr .td-right {
        width: 66%;
        margin-left: 8%; }

.asterisk {
  color: #E50113; }

.button {
  margin-top: 80px;
  border: solid 1px #A69257;
  padding: 24px 48px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.button:hover {
  background: #A69257;
  color: white;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

footer {
  width: 100%;
  background: #002970;
  text-align: center;
  padding: 160px 0 8px 0; }

.footer-logo {
  width: 320px;
  height: auto; }

.copyright {
  margin-top: 160px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 16px; }

@media screen and (max-width: 780px) {
  #desktop {
    display: none; }
  #mobile {
    display: block; }
  .container {
    width: 90%;
    margin: 0 auto; }
  h1 {
    font-size: 40px;
    line-height: 56px; }
  h2 {
    font-size: 32px;
    line-height: 32px; }
  h3 {
    font-size: 20px;
    line-height: 20px; }
  h4 {
    font-size: 16px;
    line-height: 16px; }
  p {
    font-size: 14px;
    line-height: 32px; }
  .home-wrapper {
    background-image: url("../images/top.png");
    background-position: center; }
  .header-logo {
    height: 24px;
    width: auto; }
  .title {
    padding-top: 200px; }
  .sub-title {
    margin-top: 40px; }
  .bg-red-circle {
    height: 160px;
    width: auto; }
  .mission-wrapper {
    margin-top: 80px; }
    .mission-wrapper .blue-block {
      margin-left: -10%; }
    .mission-wrapper .bg-red-circle {
      top: 300px; }
  .head h4 {
    margin-left: 24px; }
  .body {
    margin-top: 32px; }
  .blue-block {
    padding: 80px 10vw;
    width: 110%; }
  .service-wrapper {
    margin-top: 80px; }
    .service-wrapper .blue-block {
      float: right;
      margin-right: -10%; }
    .service-wrapper .bg-brush-stroke {
      width: 300px;
      top: 336px;
      left: 0; }
  .action-wrapper {
    margin-top: 80px; }
    .action-wrapper .blue-block {
      margin-left: -10%; }
    .action-wrapper .bg-red-circle {
      top: 440px;
      z-index: -1; }
  .company-wrapper {
    margin-top: 80px; }
    .company-wrapper .blue-block {
      margin-left: -10%;
      width: 120%; }
    .company-wrapper .bg-brush-stroke {
      width: 300px;
      top: 400px; }
    .company-wrapper table {
      width: 100%; }
      .company-wrapper table tr {
        vertical-align: top; }
        .company-wrapper table tr td {
          padding: 12px 0;
          font-size: 14px;
          line-height: 20px; }
  .message-wrapper {
    margin-top: 80px;
    padding: 40px 0; }
  .contact-wrapper {
    margin-top: 80px;
    padding: 40px 0 120px 0; }
    .contact-wrapper table tr {
      padding: 24px 0; }
      .contact-wrapper table tr td {
        margin: 24px 0;
        font-size: 14px;
        line-height: 14px; }
        .contact-wrapper table tr td input {
          height: 32px; }
        .contact-wrapper table tr td textarea {
          height: 200px; }
  .button {
    margin-top: 80px;
    padding: 16px 32px;
    font-size: 14px;
    line-height: 14px; }
  footer {
    padding: 80px 0 8px 0; }
  .footer-logo {
    width: 160px; }
  .copyright {
    margin-top: 120px;
    font-size: 12px;
    line-height: 12px; } }

input + label {
  position: fixed;
  top: 40px;
  right: 5%;
  height: 22px;
  width: 40px;
  background: none;
  z-index: 15; }
  input + label span {
    position: absolute;
    width: 40px;
    height: 2px;
    top: 50%;
    margin-top: -2px;
    left: 0;
    display: block;
    background: #A69257;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  input + label span:first-child {
    top: 0px; }
  input + label span:last-child {
    top: 22px; }

#burger {
  opacity: 0; }

label:hover {
  cursor: pointer; }

input:checked + label span {
  opacity: 0;
  top: 50%; }

input:checked + label span:first-child {
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

input:checked + label span:last-child {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input ~ nav {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 10;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  overflow: hidden;
  text-align: center; }
  input ~ nav > ul {
    text-align: center;
    position: absolute;
    top: calc(50% - 200px);
    left: 5%;
    width: 90%; }
    input ~ nav > ul > li {
      opacity: 0;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
      input ~ nav > ul > li > a {
        width: 100%;
        margin: 0;
        text-decoration: none;
        color: #E50113;
        font-weight: 300;
        display: none;
        padding: 8px;
        padding-left: 0; }
        input ~ nav > ul > li > a text {
          float: none;
          text-align: center; }

input:checked ~ nav {
  height: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }
  input:checked ~ nav > ul {
    display: block; }
    input:checked ~ nav > ul > li > a {
      display: block; }
    input:checked ~ nav > ul > .li-1 {
      opacity: 1;
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s; }

/* loading option */
.animsition-loading {
  z-index: 100;
  background-color: transparent;
  border-top: 5px solid rgba(166, 146, 87, 0.2);
  border-right: 5px solid rgba(166, 146, 87, 0.2);
  border-bottom: 5px solid rgba(166, 146, 87, 0.2);
  border-left: 5px solid #A69257; }
  .animsition-loading:after {
    z-index: 100; }
