@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

#global-header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#global-header .inner {
  width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#global-header .inner .logo {
  width: 30%;
  margin: 2% 3% 1.5% 3%;
  z-index: 1;
}
#global-header .inner .logo a img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
#global-header .inner #global-navi {
  width: 50%;
  margin: 0 auto 0;
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
  margin: 2% 3% 1.5% 2%;
}
#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;
  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 .logo {
    width: 100%;
    text-align: center;
  }
  #global-header .inner .logo a {
    display: inline-block;
  }
  #global-header .inner .logo a img {
    width: 100%;
    height: auto;
  }
  #global-header .inner #global-navi {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #global-header .inner .logo a {
    width: 60%;
  }
  #global-header .inner .logo a img {
    width: 100%;
    height: auto;
  }
}

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 30px;
  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%;
  }
}
@media screen and (max-width: 520px) {
  .page-header h2 {
    line-height: 1.1em;
  }
}
.page-header h2 .c-title {
  font-size: 30px;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.page-header h2 span.en {
  font-size: 3em;
  letter-spacing: 0.25em;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3em;
  color: #2a3035;
  display: inline-block;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1100px) {
  .page-header h2 span.en {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 520px) {
  .page-header h2 span.en {
    padding: 2.5% 0;
    font-size: 1.6em;
  }
}
.page-header h2 span.ja {
  display: inline-block;
  font-size: 1.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0.45em;
  padding: 8px 0 0;
}
@media screen and (max-width: 520px) {
  .page-header h2 span.ja {
    padding: 2.5% 0;
    font-size: 1em;
  }
}
.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%;
  }
}

.btn {
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.btn {
  width: 170px;
  height: 50px;
  margin: 50px auto 40px auto;
  position: relative;
  z-index: 1;
}
.btn a {
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 170px;
  height: 50px;
  border: 1px solid #333333;
  padding: 15px 60px;
  color: #333333;
  transition: all 0.5s ease;
}
.btn a:hover {
  background: #333;
  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;
  font-family: Georgia, "Times New Roman", Times, serif;
}
@media screen and (max-width: 520px) {
  .shiro a {
    padding: 15px 40px;
  }
}
.shiro a:hover {
  background: #2a3035;
  color: #fff;
}

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

#wrap {
  background: #F8F9FA;
}

#key-visual {
  background: url("../contact/images/top.jpg") no-repeat center;
  background-size: cover;
  height: 100%;
  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: -4.7%;
  }
}
@media screen and (max-width: 768px) {
  #key-visual h2 {
    bottom: -3%;
    right: 5%;
    font-size: 2.8em;
  }
}
@media screen and (max-width: 520px) {
  #key-visual h2 {
    bottom: -3%;
    right: 5%;
    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 dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  #main-form dl div {
    padding: 8px 0;
  }
}
#main-form dl div dt {
  width: 30%;
  font-size: 1.4em;
  font-weight: bold;
}
#main-form dl div dt span.hissu {
  color: #e0222b;
}
#main-form dl div dd {
  width: 70%;
}
#main-form dl div dd input, #main-form dl div 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;
}
@media screen and (max-width: 369px) {
  #main-form .btn-group {
    display: none;
  }
}
#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;
}
@media screen and (max-width: 601px) {
  #main-form .btn-group input[type=reset] {
    margin-right: 12px;
  }
}
#main-form .btn-group input[type=submit] {
  padding: 24px 48px;
  background: #6495ed;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 590px) {
  #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%;
  }
}
#main-form .btn-group-2 {
  display: none;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 369px) {
  #main-form .btn-group-2 {
    display: block;
  }
}
#main-form .btn-group-2 input[type=reset],
#main-form .btn-group-2 input[type=submit] {
  border: none;
  font-size: 1.6em;
}
#main-form .btn-group-2 input[type=reset] {
  padding: 24px 48px;
  margin-right: 24px;
  background: #cccccc;
}
@media screen and (max-width: 369px) {
  #main-form .btn-group-2 input[type=reset] {
    margin-right: 0;
  }
}
#main-form .btn-group-2 input[type=submit] {
  padding: 24px 48px;
  background: #6495ed;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 369px) {
  #main-form .btn-group-2 input[type=submit] {
    margin-right: 10px;
  }
}
@media screen and (max-width: 351px) {
  #main-form .btn-group-2 input[type=submit] {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 520px) {
  #main-form .btn-group-2 input[type=reset],
#main-form .btn-group-2 input[type=submit] {
    padding: 12px 18px;
  }
}
@media screen and (max-width: 351px) {
  #main-form .btn-group-2 input[type=reset] {
    padding: 12px 53px;
  }
}
@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: #4B5052;
  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 a img {
  vertical-align: bottom;
  width: 80%;
  height: auto;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner h1 a img {
    width: 30%;
  }
}
@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 .footer_top {
  display: flex;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer_top {
    display: block;
  }
}
#global-footer .footer-inner .footer_top .contact_left {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .footer_top .contact_left {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer_top .contact_left {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer_top .contact_left {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .footer_top .contact_left h1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer_top .contact_left h1 {
    margin-bottom: 20px;
  }
}
#global-footer .footer-inner .footer_top .contact_left h1 img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer_top .contact_left h1 img {
    width: 70%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer_top .contact_left h1 img {
    width: 100%;
  }
}
#global-footer .footer-inner .footer_top .contact_left .footer-navi {
  width: 100%;
  display: flex;
  align-self: flex-start;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .footer_top .contact_left .footer-navi {
    display: none;
  }
}
#global-footer .footer-inner .footer_top .contact_left .footer-navi ul {
  display: flex;
  align-self: flex-start;
  flex: 1;
  width: 100%;
}
#global-footer .footer-inner .footer_top .contact_left .footer-navi ul li {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
#global-footer .footer-inner .footer_top .contact_left .footer-navi ul li a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.55em;
  padding: 12px 0px;
  margin-right: 50px;
  width: 100%;
  display: inline-block;
  transition: all 0.5s ease;
}
#global-footer .footer-inner .footer_top .contact_left .footer-navi ul li a span {
  color: #fff;
  transition: all 0.5s ease;
  display: inline-block;
}
#global-footer .footer-inner .footer_top .contact_left .footer-navi ul li a:hover {
  color: #333;
  padding: 12px 0px;
  display: block;
}
#global-footer .footer-inner .footer_top .contents-right {
  width: 50%;
  margin: 47px auto 25px 0;
  line-height: 1.2em;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .footer_top .contents-right {
    margin: 20px auto 30px;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer_top .contents-right {
    font-size: 10px;
    text-align: center;
  }
}
#global-footer .footer-inner .footer_top .contents-right p {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer_top .contents-right p {
    font-size: 12px;
  }
}
#global-footer .footer-inner .footer_top .contents-right .tel-am {
  color: #fff;
}
#global-footer .footer-inner .footer_top .contents-right .tel-pm {
  color: #fff;
}
#global-footer .footer-inner .footer_top .contents-right .fax {
  color: #fff;
}
#global-footer .footer-inner .footer_top .contents-right .mail {
  color: #fff;
}
#global-footer .copy small {
  width: 70%;
  margin: 0 0 5px 0;
  color: #fff;
  font-size: 1.2em;
}
@media screen and (max-width: 520px) {
  #global-footer .copy small {
    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: 100%;
    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 */
