/* Scss Document */
html {
  scroll-behavior: smooth;
}

#global-header {
  width: 100%;
}
#global-header .inner {
  width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#global-header .inner .logo {
  width: 100%;
  margin: 1.5% 3% 1.5% 3%;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  #global-header .inner .logo {
    margin: 30px auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #global-header .inner .logo {
    width: 90%;
    margin: 30px auto;
  }
}
#global-header .inner .logo a .title {
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 0px 3px #000;
  font-family: "Times New Roman", Times, serif;
}
@media screen and (max-width: 1100px) {
  #global-header .inner .logo a .title {
    font-size: 35px;
  }
}
#global-header .inner #global-navi {
  width: 70%;
  margin: 0 0 0 auto;
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
}
#global-header .inner #global-navi ul li {
  position: relative;
  width: 100%;
  z-index: 1;
}
#global-header .inner #global-navi ul li:hover ul {
  display: block;
  overflow: visible;
  top: 70px;
  color: #ffffff;
  width: 100%;
}
#global-header .inner #global-navi ul li a {
  color: #fff;
  text-shadow: 0px 0px 3px #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.55em;
  padding: 24px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul li a span {
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul li a:hover span {
  color: #333;
  display: block;
}
#global-header .inner #global-navi ul li a:hover {
  color: #333;
  padding: 24px 0px;
}
#global-header .inner #global-navi ul li ul {
  display: none;
  position: absolute;
  width: 100%;
}
#global-header .inner #global-navi ul li ul a {
  color: #ffffff;
  width: 100%;
}
#global-header .inner #global-navi ul li ul a:hover {
  width: 100%;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 1366px) {
  #global-header .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #global-header .inner #global-navi {
    display: none;
  }
}

main#container {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  main#container {
    width: 100%;
  }
}
main#container .logo h2:before {
  content: "";
  display: block;
  width: 36px;
  height: 45px;
  margin: 0 auto;
  background: url("../flow/images/logo.svg") no-repeat;
  background-size: 35px 35px;
}
main#container .page-header.contact-content {
  margin-bottom: 40px;
}

.page-header {
  text-align: center;
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 520px) {
  .page-header {
    margin: 15% auto 3% auto;
    width: 90%;
  }
}
.page-header h2 span.ja {
  display: inline-block;
  font-size: 24px;
  font-family: "Times New Roman", Times, serif;
}
.page-header img {
  width: 50%;
  margin: 0 auto 10px auto;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 520px) {
  .page-header img {
    width: 340px;
  }
}
.page-header p {
  width: 50%;
  text-align: left;
  margin: 20px auto 0 auto;
  font-size: 1.4em;
  line-height: 2em;
}
@media screen and (max-width: 520px) {
  .page-header p {
    width: 80%;
  }
}

.contact {
  width: 100%;
  margin: 0 auto;
}
.contact .content-wrap {
  padding-top: 30px;
  background-color: #eee;
}
@media screen and (max-width: 1100px) {
  .contact .content-wrap {
    padding-top: 20px;
  }
}
.contact .content-wrap .contact_bg {
  width: 100%;
  margin: 0 auto;
}
.contact .content-wrap .contact_bg .contact-inner {
  display: flex;
  align-content: center;
  flex-direction: column;
  padding-bottom: 30px;
}
.contact .content-wrap .contact_bg .contact-inner p {
  text-align: center;
  color: #2a3035;
  font-size: 1.8em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .contact .content-wrap .contact_bg .contact-inner p {
    font-size: 1.2em;
  }
}

.btn {
  width: 170px;
  height: 50px;
  border: 1px solid #333333;
  padding: 15px 60px;
  transition: all 0.5s ease;
  margin: 0 auto 80px;
}
.btn a {
  display: block;
  color: #333333;
  text-align: center;
}
.btn:hover {
  background: #333;
}
.btn:hover a {
  color: #fff;
}

.shiro {
  height: 50px;
  margin: 50px auto 0 auto;
}
.shiro a {
  padding: 15px 60px;
  border: solid 1px #2a3035;
  color: #2a3035;
  transition: all 0.5s ease;
  font-size: 1.5em;
}
@media screen and (max-width: 520px) {
  .shiro a {
    padding: 15px 40px;
  }
}
.shiro a:hover {
  background: #2a3035;
  color: #fff;
}

#key-visual {
  background: url("../images/top/key-visual.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 900px;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  #key-visual {
    height: 400px;
  }
}
#key-visual p {
  color: #fff;
  height: 830px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  #key-visual p {
    height: 530px;
  }
}
@media screen and (max-width: 520px) {
  #key-visual p {
    width: 50%;
    margin: 0 auto;
  }
}

.service {
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .service {
    width: 80%;
    display: block;
  }
}
.service:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  .service:nth-child(2n) {
    flex-direction: column;
  }
}
.service .image-box {
  width: 45%;
  height: 350px;
}
@media screen and (max-width: 1100px) {
  .service .image-box {
    width: 100%;
    display: block;
    height: 300px;
  }
}
.service .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .link {
  width: 50%;
  margin: auto 5% auto auto;
}
@media screen and (max-width: 1100px) {
  .service .link {
    width: 100%;
    margin: auto;
  }
}
.service .link h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "Times New Roman", Times, serif;
}
@media screen and (max-width: 1100px) {
  .service .link h2 {
    font-size: 20px;
  }
}
.service .link p {
  display: block;
  margin-bottom: 20px;
  font-size: 17px;
  font-family: "Times New Roman", Times, serif;
}
@media screen and (max-width: 1100px) {
  .service .link p {
    font-size: 14px;
  }
}
.service .link a {
  display: block;
  width: 150px;
  text-align: center;
  color: #333;
  font-size: 10px;
  position: relative;
  padding: 15px 10px;
  border: 1px solid #333;
  transition: 0.6s;
  background-color: transparent;
}
.service .link a:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .service .link a {
    margin: 0 auto;
  }
}

.company {
  width: 100%;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: 45% 50%;
  column-gap: 5%;
}
@media screen and (max-width: 1100px) {
  .company {
    width: 80%;
    display: block;
  }
}
.company .image-box {
  width: 100%;
  height: auto;
  height: 350px;
}
@media screen and (max-width: 1100px) {
  .company .image-box {
    width: 100%;
    display: block;
    height: 300px;
  }
}
.company .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company .link {
  width: 100%;
  margin: auto;
}
.company .link h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "Times New Roman", Times, serif;
}
@media screen and (max-width: 1100px) {
  .company .link h2 {
    font-size: 20px;
  }
}
.company .link p {
  display: block;
  margin-bottom: 20px;
  font-size: 17px;
  font-family: "Times New Roman", Times, serif;
}
@media screen and (max-width: 1100px) {
  .company .link p {
    font-size: 14px;
  }
}
.company .link a {
  display: block;
  width: 150px;
  text-align: center;
  color: #333;
  font-size: 10px;
  position: relative;
  padding: 15px 10px;
  border: 1px solid #333;
  transition: 0.6s;
  background-color: transparent;
}
.company .link a:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .company .link a {
    margin: 0 auto;
  }
}

#global-footer .footer-inner {
  background: #5e5e5e;
  background-size: cover;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#global-footer .footer-inner h1 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
#global-footer .footer-inner h1 a .title {
  font-size: 30px;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner h1 {
    width: 60%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner h1 {
    width: 10%;
  }
}
#global-footer .footer-inner h2 {
  font-size: 1.6em;
  color: #fff;
}
#global-footer .footer-inner h2 span {
  font-size: 1.55em;
  color: #fff;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner h2 span {
    font-size: 1.1em;
  }
}
#global-footer .footer-inner .contact_left {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .contact_left {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .contact_left {
    text-align: center;
  }
}
#global-footer .footer-inner .contact_left .footer-navi {
  width: 100%;
}
#global-footer .footer-inner .contact_left .footer-navi ul {
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
  column-gap: 2.5%;
  width: 70%;
}
#global-footer .footer-inner .contact_left .footer-navi ul li {
  width: 100%;
  position: relative;
  z-index: 1;
}
#global-footer .footer-inner .contact_left .footer-navi ul li a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3em;
  padding: 12px 0px;
  width: 100%;
  display: inline-block;
  transition: all 0.5s ease;
}
#global-footer .footer-inner .contact_left .footer-navi ul li a:hover {
  color: #333;
}
#global-footer .footer-inner .contact_left .comp_info {
  margin: 20px auto;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .contact_left .comp_info {
    margin: 20px;
    text-align: center;
    display: block;
  }
}
#global-footer .footer-inner .contact_left .comp_info p {
  color: #fff;
  font-size: 15px;
  margin-right: 30px;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .contact_left .comp_info p {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#global-footer .footer-inner .contact_left .comp_info .banner_box a {
  display: inline-block;
  width: 180px;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
}
#global-footer .footer-inner .contact_left .comp_info .banner_box a img {
  width: 60%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 1366px) {
  #global-footer .footer-inner {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner {
    height: 100px;
    align-items: center;
    justify-content: center;
  }
}
#global-footer .copy small {
  width: 80%;
  margin: 0 5px 5px 0;
  color: #fff;
  font-size: 1.2em;
}
@media screen and (max-width: 520px) {
  #global-footer .copy small {
    text-align: left;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1366px) {
  #global-footer .copy small {
    width: 80%;
    margin: 0 auto 5px auto;
  }
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner {
    width: auto;
    height: 100%;
  }
  #global-footer .footer-inner h1 {
    display: block;
    width: 30%;
    margin: 0 auto;
    text-align: center;
  }
  #global-footer .footer-inner .footer-navi {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner {
    width: 100%;
  }
  #global-footer .footer-inner h1 {
    width: 50%;
    padding-right: 10px;
  }
  #global-footer .footer-inner h1 a {
    padding: 6px 0 10px;
  }
  #global-footer .footer-inner h1 a img {
    width: 100%;
  }
}

.copy_small {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 2%;
}

.footer_top {
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 2% auto 0% auto;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .footer_top {
    width: 100%;
  }
}

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