#global-header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1440px) {
  #global-header {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #global-header {
    height: 70px;
  }
}
#global-header h1 {
  width: 15%;
  padding: 0 16px;
  padding-left: 24px;
  margin-right: 24px;
}
#global-header h1 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  #global-header h1 {
    text-align: center;
    width: 100%;
  }
  #global-header h1 a img {
    width: 30%;
    height: 70%;
    position: relative;
    top: 4px;
    left: 8px;
  }
}
@media screen and (max-width: 480px) {
  #global-header h1 {
    margin-right: 0;
  }
  #global-header h1 a img {
    position: relative;
    top: -1px;
    left: -9.6px;
    width: 54%;
  }
}
#global-header #global-navi {
  width: 85%;
}
#global-header #global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
}
#global-header #global-navi ul li {
  text-align: center;
  width: 100%;
}
#global-header #global-navi ul li a {
  display: block;
  height: 100%;
  padding: 18px 0;
  transition: all .6s ease;
}
#global-header #global-navi ul li a span {
  text-align: center;
  width: 100%;
}
#global-header #global-navi ul li a span.ja {
  font-size: 1.5em;
}
#global-header #global-navi ul li a span.en {
  font-size: 1.3em;
}
#global-header #global-navi ul li a:hover {
  background: #9e9ea2;
}
#global-header #global-navi ul li a:hover span {
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  #global-header #global-navi ul li a {
    padding: 8px 0;
  }
  #global-header #global-navi ul li a span.ja {
    font-size: 1.2em;
  }
  #global-header #global-navi ul li a span.en {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #global-header #global-navi {
    display: none;
  }
}

.key-visual {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 78px;
}
.key-visual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.key-visual p.key-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  margin: auto;
  font-size: 3.5em;
  width: 100%;
  height: 100px;
  text-align: center;
  color: #ffffff;
}
.key-visual p.key-text span.en {
  display: block;
  color: #ffffff;
  font-size: .8em;
}
.key-visual span.key-top-text {
  width: 422px;
  height: 208px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .key-visual span.key-top-text {
    width: 278px;
    height: 143px;
  }
}
.key-visual span.blue-circle {
  width: 300px;
  height: 300px;
  background: rgba(25, 25, 58, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  display: inline-block;
  transition: all .9s .6s ease;
  transform: rotate(0deg);
}
.key-visual span.blue-circle.active {
  transform: rotate(45deg);
}
@media screen and (max-width: 1440px) {
  .key-visual span.blue-circle {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 1280px) {
  .key-visual span.blue-circle {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .key-visual span.blue-circle {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .key-visual span.blue-circle {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1280px) {
  .key-visual {
    margin-top: 49px;
  }
  .key-visual p.key-text {
    font-size: 3em;
  }
  .key-visual p.key-text span.en {
    display: block;
    color: #ffffff;
    font-size: .8em;
  }
}
@media screen and (max-width: 1024px) {
  .key-visual p.key-text {
    font-size: 2em;
    padding-top: 24px;
  }
  .key-visual p.key-text span.en {
    font-size: .8em;
  }
}
@media screen and (max-width: 768px) {
  .key-visual {
    margin-bottom: 56px;
    margin-top: 70px;
  }
  .key-visual p.key-text {
    font-size: 2em;
    height: 70px;
    padding-top: 12px;
  }
  .key-visual p.key-text span.en {
    display: block;
    color: #ffffff;
    font-size: .8em;
  }
  .key-visual p.key-text span.wspace {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .key-visual {
    width: 100%;
    overflow: hidden;
  }
  .key-visual img {
    font-family: "object-fit: cover;";
  }
  .key-visual p.key-text {
    font-size: 3em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    padding-top: 0;
  }
  .key-visual p.key-text span.en {
    font-size: .8em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  }
}

main#container {
  margin-bottom: 80px;
}
main#container .content-header h2 {
  text-align: center;
  font-size: 2.1em;
  margin-bottom: 40px;
}
main#container .content-header h2 span {
  text-align: center;
  font-size: 1.5em;
  color: #7B0B0D;
}
main#container .content-header .content-desc {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.3em;
}
@media screen and (max-width: 480px) {
  main#container .content-desc {
    width: 90%;
    margin: 0 auto 40px;
  }
}

#main-form {
  width: 700px;
  margin: 0 auto;
}
#main-form dl {
  margin-bottom: 24px;
}
#main-form dl div {
  width: 100%;
  padding: 18px 0;
}
#main-form dl div dt {
  font-size: 1.5em;
  width: 100%;
  color: #333;
  margin-bottom: 6px;
}
#main-form dl div span {
  font-size: 1em;
  width: 100%;
  color: #DB0C0F;
  margin-bottom: 6px;
}
#main-form dl div dd {
  font-size: 1.5em;
  width: 100%;
}
#main-form dl div dd input, #main-form dl div dd textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.2em;
  letter-spacing: .15em;
  padding: 6px;
  border: 1px solid #ccc;
}
#main-form .submit-btn {
  text-align: center;
}
#main-form .submit-btn input {
  font-size: 1.6em;
  padding: 8px 24px;
  border: none;
  cursor: pointer;
  background: #efefef;
  transition: all .6s ease;
}
#main-form .submit-btn input:hover {
  background: #0b0b1c;
  color: #ffffff;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  #main-form {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #main-form dl div {
    display: block;
  }
  #main-form dl div dt, #main-form dl div dd {
    width: 100%;
  }
  #main-form dl div dt {
    margin-bottom: 10px;
    font-size: 1.6em;
  }
}

#global-footer {
  background: #36373d;
  padding: 40px 0;
}
#global-footer h2.footer-name {
  color: #ffffff;
  text-align: center;
  font-size: 1.7em;
  margin-bottom: 24px;
}
#global-footer .footer-desc {
  text-align: center;
  color: #ffffff;
  font-size: 1.3em;
  margin-bottom: 40px;
}
#global-footer .f-navi-title {
  text-align: center;
  margin: 0 0 40px;
}
#global-footer .f-navi-title span {
  color: #ffffff;
  font-size: 1.2em;
  padding: 14px 40px;
  border: 1px solid #ffffff;
  border-radius: 2em;
}
#global-footer .f-util {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 auto 24px;
}
#global-footer .f-util li a {
  color: #ffffff;
  font-size: 1.4em;
  padding: 8px 16px;
  transition: all .6s ease;
  border-radius: 2em;
}
#global-footer .f-util li a:hover {
  background: #fff;
  color: #4a4b4f;
}
#global-footer .copy {
  text-align: center;
  color: #ffffff;
  font-size: 1.2em;
}
@media screen and (max-width: 480px) {
  #global-footer .footer-desc {
    font-size: 1.2em;
    padding: 0 40px;
  }
  #global-footer .f-navi-title span {
    font-size: 1.4em;
    padding: 14px 40px;
  }
  #global-footer .f-util li a {
    font-size: 1.8em;
  }
}

/*# sourceMappingURL=contact.css.map */
