#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);
  }
}

.key-visual p.key-text {
  text-shadow: 0 0 6PX 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;
  }
}

.greeting {
  width: 1000px;
  height: 480px;
  background: #36373d;
  margin: 0 auto 40px;
}
.greeting .greet-inner {
  width: 100%;
  height: 100%;
  background: url(../company/images/rec-content-bg.png) no-repeat left bottom;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px 0 80px;
  position: relative;
}
.greeting .greet-inner .greet-box {
  position: relative;
  top: -10%;
}
.greeting .greet-inner .greet-box .greet-header {
  margin-bottom: 24px;
  text-align: center;
}
.greeting .greet-inner .greet-box .greet-header h2 {
  color: #ffffff;
  font-size: 2.1em;
}
.greeting .greet-inner .greet-box .greet-header p {
  color: #0071bc;
  font-size: 1.5em;
}
.greeting .greet-inner .greet-box .greet-body p {
  color: #ffffff;
  font-size: 1.31em;
  line-height: 1.6;
  letter-spacing: .15em;
}
.greeting .greet-inner p.concept {
  position: absolute;
  color: #ffffff;
  font-size: 2.6em;
  bottom: 100px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .greeting {
    width: 90%;
  }
  .greeting .greet-inner .greet-box {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .greeting {
    height: 480px;
  }
  .greeting .greet-inner {
    padding: 0;
  }
  .greeting .greet-inner p.concept {
    position: absolute;
    color: #ffffff;
    font-size: 1.6em;
    bottom: 64px;
    right: 20px;
  }
}

.info-body {
  margin-bottom: 80px;
}
.info-body dl {
  width: 1000px;
  margin: 0 auto;
}
.info-body dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 0;
}
.info-body dl div dt {
  width: 24%;
  padding-left: 16px;
  font-size: 1.6em;
  font-weight: bold;
}
.info-body dl div dd {
  width: 76%;
  font-size: 1.6em;
}
.info-body dl div dd ul li {
  padding: 3px 0;
}
.info-body dl div:nth-child(odd) {
  background: #fafafa;
}
@media screen and (max-width: 768px) {
  .info-body dl {
    width: 95%;
  }
  .info-body dl div {
    display: block;
    padding: 24px;
  }
  .info-body dl div dt {
    width: 100%;
    padding-left: 0;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .info-body dl div dd {
    width: 100%;
    font-size: 1.4em;
    line-height: 1.8;
    color: #333;
  }
}
@media screen and (max-width: 480px) {
  .info-body dl {
    width: 95%;
  }
  .info-body dl div {
    display: block;
    padding: 24px;
  }
  .info-body dl div dt {
    width: 100%;
    padding-left: 0;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .info-body dl div dd {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.8;
    color: #333;
  }
}

.accessmap .map-body {
  width: 1000px;
  height: 400px;
  margin: 0 auto;
}
.accessmap .map-body iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .accessmap .map-body {
    width: 90%;
  }
}

#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=company.css.map */
