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

#wrap {
  background: #F8F9FA;
}

#key-visual {
  background: url("../images/contact/key.webp") no-repeat center;
  background-size: cover;
  height: 280px;
  width: auto;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  #key-visual {
    height: 230px;
    position: relative;
  }
}
#key-visual h2 {
  position: absolute;
  bottom: -3%;
  right: 10%;
  font-size: 3.8em;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1100px) {
  #key-visual h2 {
    bottom: -5%;
  }
}
@media screen and (max-width: 768px) {
  #key-visual h2 {
    bottom: -4.2%;
    right: 5%;
    font-size: 2.8em;
  }
}
@media screen and (max-width: 520px) {
  #key-visual h2 {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 2.8em;
  }
}
#key-visual h2 span {
  font-size: 2.5em;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 520px) {
  #key-visual h2 span {
    font-size: 1.6em;
  }
}

.page-contents {
  width: 1366px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1366px) {
  .page-contents {
    width: 100%;
  }
}

.content-inner {
  width: 80%;
  margin: 0 auto;
  margin: 0 auto 4%;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .content-inner {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  .content-inner {
    width: 100%;
  }
}

div.page-desc {
  width: 770px;
  margin: 0 auto 80px;
}
div.page-desc p {
  font-size: 1.55em;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  div.page-desc {
    width: 90%;
  }
}

#main-form {
  background: #fff;
  padding: 80px 30px 30px 30px;
  width: 800px;
  margin: 0 auto;
}
#main-form div dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  #main-form div dl {
    padding: 8px 0;
  }
}
#main-form div dl dt {
  width: 30%;
  font-size: 1.4em;
  font-weight: bold;
}
#main-form div dl dt span.hissu {
  color: #e0222b;
}
#main-form div dl dd {
  width: 70%;
}
#main-form div dl dd input, #main-form div dl dd textarea {
  font-size: 1.6em;
  background: #f2f2f2;
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
  border: none;
}
#main-form .btn-group {
  text-align: center;
  padding: 40px 0;
}
#main-form .btn-group input[type=reset],
#main-form .btn-group input[type=submit] {
  border: none;
  font-size: 1.6em;
}
#main-form .btn-group input[type=reset] {
  padding: 24px 48px;
  margin-right: 24px;
  background: #cccccc;
}
#main-form .btn-group input[type=submit] {
  padding: 24px 48px;
  background: rgb(0, 148, 59);
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #main-form .btn-group input[type=reset],
#main-form .btn-group input[type=submit] {
    padding: 12px 18px;
  }
}
@media screen and (max-width: 1100px) {
  #main-form {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #main-form {
    padding: 24px;
  }
  #main-form dl div {
    display: block;
  }
  #main-form dl div dt {
    width: 100%;
    margin-bottom: 12px;
  }
  #main-form dl div dt br {
    display: none;
  }
  #main-form dl div dt span.hissu {
    padding-left: 8px;
  }
  #main-form dl div dd {
    width: 100%;
  }
}

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