@charset "UTF-8";
/* Scss Document */
html {
  scroll-behavior: smooth;
}

#global-header {
  width: 100%;
  transition: all 0.5s;
}
#global-header .inner {
  width: 1240px;
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1240px) {
  #global-header .inner {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .inner {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .inner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #global-header .inner {
    padding: 0;
  }
}
#global-header .inner .logo {
  width: 25%;
  z-index: 1;
}
@media screen and (min-width: 1900px) {
  #global-header .inner .logo {
    width: 25%;
    display: flex;
    align-items: center;
    margin: 0;
    margin-left: 24px;
  }
}
@media screen and (max-width: 1366px) {
  #global-header .inner .logo {
    margin-left: 16PX;
  }
}
@media screen and (max-width: 1240px) {
  #global-header .inner .logo {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .inner .logo {
    width: 20%;
    margin: 0 auto;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #global-header .inner .logo {
    width: 27%;
  }
}
@media screen and (max-width: 480px) {
  #global-header .inner .logo {
    width: 150px;
  }
}
@media screen and (max-width: 320px) {
  #global-header .inner .logo {
    width: 110px;
    padding: 12px 0;
  }
}
#global-header .inner .logo a img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  vertical-align: bottom;
}
#global-header .inner #global-navi {
  width: 100%;
  height: auto;
  margin: 0 0 0 auto;
  padding-right: 240px;
}
@media screen and (max-width: 1366px) {
  #global-header .inner #global-navi {
    padding-right: 240px;
  }
}
@media screen and (max-width: 1240px) {
  #global-header .inner #global-navi {
    padding-right: 190px;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .inner #global-navi {
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  #global-header .inner #global-navi {
    width: 50%;
  }
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  width: 100%;
}
@media screen and (max-width: 1112px) {
  #global-header .inner #global-navi ul {
    justify-content: flex-start;
    padding-left: 40px;
  }
}
#global-header .inner #global-navi ul li {
  position: relative;
  z-index: 1;
  margin-left: 32px;
}
#global-header .inner #global-navi ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1240px) {
  #global-header .inner #global-navi ul li {
    margin-left: 24px;
  }
}
#global-header .inner #global-navi ul li a {
  font-size: 1.45em;
  line-height: 1.3em;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  padding-top: 18px;
}
@media screen and (max-width: 1240px) {
  #global-header .inner #global-navi ul li a {
    font-size: 1.4em;
  }
}
#global-header .inner #global-navi ul li a span {
  font-size: 0.7em;
  font-family: "Montserrat", sans-serif;
  transition: all ease 0.5s;
}
#global-header .inner #global-navi ul li a:hover {
  color: #00078C;
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul li a:hover span {
  color: #00078C;
}
@media screen and (max-width: 1024px) {
  #global-header .inner #global-navi li {
    display: none;
  }
}

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

ul.fix-contact {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 480px) {
  ul.fix-contact {
    bottom: 0;
    top: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  ul.fix-contact .tel {
    position: absolute;
    top: 0;
    right: 96px;
  }
}
@media screen and (max-width: 768px) {
  ul.fix-contact .tel {
    right: 76px;
  }
}
@media screen and (max-width: 480px) {
  ul.fix-contact .tel {
    bottom: 0;
    top: auto;
    position: static;
    right: auto;
    width: 100%;
  }
}
ul.fix-contact .tel a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #00078C;
  width: 80px;
  height: 80px;
  background: #fff;
  border: 1px solid #00078C;
  transition: all 0.5s ease;
  padding: 10px;
}
@media screen and (max-width: 1240px) {
  ul.fix-contact .tel a {
    width: 75px;
    height: 75px;
    padding: 4px;
  }
}
@media screen and (max-width: 1024px) {
  ul.fix-contact .tel a {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  ul.fix-contact .tel a {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  ul.fix-contact .tel a {
    width: 100%;
    height: 50px;
  }
}
ul.fix-contact .tel a:hover {
  color: #fff;
  background: #D2D2E2;
  padding: 10px;
}
@media screen and (max-width: 1240px) {
  ul.fix-contact .tel a:hover {
    width: 75px;
    height: 75px;
    padding: 4px;
  }
}
@media screen and (max-width: 1024px) {
  ul.fix-contact .tel a:hover {
    padding: 10px;
  }
}
ul.fix-contact .tel a img {
  width: 25px;
  height: 25px;
  padding-top: 2px;
}
@media screen and (max-width: 1024px) {
  ul.fix-contact .tel a img {
    width: 20px;
    height: 20px;
    margin-top: 5%;
  }
}
@media screen and (max-width: 320px) {
  ul.fix-contact .tel a img {
    width: 15px;
    height: 15px;
  }
}
ul.fix-contact .tel a p {
  color: #00078C;
  font-size: 0.4em;
  margin-top: 4px;
  font-family: "Montserrat", sans-serif;
}
ul.fix-contact .mail {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  ul.fix-contact .mail {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  ul.fix-contact .mail {
    bottom: 0;
    right: 0;
    position: static;
    top: auto;
    width: 100%;
  }
}
ul.fix-contact .mail a {
  border: 1px solid #00078C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 80px;
  height: 80px;
  background: #00078C;
  transition: all 0.5s ease;
  padding: 10px;
}
@media screen and (max-width: 1240px) {
  ul.fix-contact .mail a {
    width: 75px;
    height: 75px;
    padding: 4px;
  }
}
@media screen and (max-width: 1024px) {
  ul.fix-contact .mail a {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  ul.fix-contact .mail a {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  ul.fix-contact .mail a {
    width: 100%;
    height: 50px;
  }
}
ul.fix-contact .mail a:hover {
  color: #fff;
  background: #9FA1BF;
  padding: 10px;
}
@media screen and (max-width: 1240px) {
  ul.fix-contact .mail a:hover {
    width: 75px;
    height: 75px;
    padding: 4px;
  }
}
@media screen and (max-width: 1024px) {
  ul.fix-contact .mail a:hover {
    padding: 10px;
  }
}
ul.fix-contact .mail a img {
  width: 25px;
  height: 25px;
  filter: drop-shadow(1px 1px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1024px) {
  ul.fix-contact .mail a img {
    width: 20px;
    height: 20px;
    margin-top: 5%;
  }
}
@media screen and (max-width: 320px) {
  ul.fix-contact .mail a img {
    width: 15px;
    height: 15px;
  }
}
ul.fix-contact .mail a p {
  color: #fff;
  font-size: 0.7em;
  margin-top: 4px;
  font-family: "Montserrat", sans-serif;
}

#wrap {
  overflow: hidden;
}

#container {
  padding: 160px 0;
}
@media screen and (max-width: 1024px) {
  #container {
    padding: 120px 0;
  }
}
@media screen and (max-width: 480px) {
  #container {
    padding: 80px 0;
  }
}

#subkey-visual {
  margin: 80px 0 0 auto;
  width: 100%;
  height: 300px;
  background-origin: content-box;
  padding-left: 220px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #subkey-visual {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #subkey-visual {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  #subkey-visual {
    height: 130px;
    margin: 0 0 0 auto;
  }
}
#subkey-visual h2.key-title {
  background: #00078C;
  font-size: 3.6em;
  line-height: 0.7em;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 0;
  bottom: -65px;
  padding: 44px 80px 36px 80px;
}
@media screen and (max-width: 1366px) {
  #subkey-visual h2.key-title {
    padding: 44px 48px 36px 48px;
  }
}
@media screen and (max-width: 768px) {
  #subkey-visual h2.key-title {
    font-size: 2.6em;
    padding: 34px 28px 26px 38px;
  }
}
@media screen and (max-width: 480px) {
  #subkey-visual h2.key-title {
    font-size: 2.1em;
    padding: 18px 12px 10px 20px;
    line-height: 0.8em;
    bottom: -25px;
  }
}
@media screen and (max-width: 320px) {
  #subkey-visual h2.key-title {
    font-size: 1.8em;
    padding: 18px 12px 10px 20px;
  }
}
#subkey-visual h2.key-title span {
  color: #fff;
  font-size: 0.4em;
  font-family: "Montserrat", sans-serif;
}

.contact-bg {
  background: url("../contact/images/top.jpg") no-repeat center;
  background-size: cover;
}

.recruit-bg {
  background: url("../recruit/images/top.jpg") no-repeat center;
  background-size: cover;
}

.about-bg {
  background: url("../about/images/top.jpg") no-repeat center;
  background-size: cover;
}

.price-bg {
  background: url("../price/images/top.jpg") no-repeat center;
  background-size: cover;
}

.service-bg {
  background: url("../service/images/top.jpg") no-repeat center;
  background-size: cover;
}

.column-bg {
  background: url("../images/column-bg.jpg") no-repeat center;
  background-size: cover;
}

.staff-bg {
  background: url("../staff/images/top.jpg") no-repeat center;
  background-size: cover;
}

.service01-bg {
  background: url("../service/service01/images/top.jpg") no-repeat center;
  background-size: cover;
}

.service02-bg {
  background: url("../service/service02/images/top.jpg") no-repeat center;
  background-size: cover;
}

.service03-bg {
  background: url("../service/service03/images/top.jpg") no-repeat center;
  background-size: cover;
}

h3.common-title {
  font-size: 3em;
  font-family: "Montserrat", sans-serif;
  color: #00078C;
  font-weight: bold;
  line-height: 0.8em;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  h3.common-title {
    margin-bottom: 20px;
  }
}
h3.common-title::after {
  content: "";
  background: #00078C;
  height: 1px;
  width: 36px;
  position: absolute;
  right: -45px;
  top: 12px;
  display: block;
}
h3.common-title span {
  font-size: 0.4em;
  color: #00078C;
}

h3.common-centertitle {
  font-size: 3em;
  font-family: "Montserrat", sans-serif;
  color: #00078C;
  font-weight: bold;
  text-align: center;
  line-height: 0.8em;
  position: relative;
  display: table;
  margin: 0 auto 40px auto;
}
@media (max-width: 480px) {
  h3.common-centertitle {
    margin-bottom: 20px;
  }
}
h3.common-centertitle::before {
  content: "";
  background: #00078C;
  height: 1px;
  width: 36px;
  position: absolute;
  left: -45px;
  top: 12px;
  display: block;
}
h3.common-centertitle::after {
  content: "";
  background: #00078C;
  height: 1px;
  width: 36px;
  position: absolute;
  right: -45px;
  top: 12px;
  display: block;
}
h3.common-centertitle span {
  font-size: 0.4em;
  color: #00078C;
}

.recruit-banner {
  background: url("../images/recruit-bg.jpg") no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
}
@media (max-width: 1024px) {
  .recruit-banner {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .recruit-banner {
    height: 150px;
  }
}
.recruit-banner .recruit-bannerinner {
  padding: 20px;
  position: absolute;
  right: 10%;
  width: 30%;
  top: 200px;
  cursor: pointer;
}
@media (max-width: 1240px) {
  .recruit-banner .recruit-bannerinner {
    width: 40%;
    right: 5%;
  }
}
@media (max-width: 1024px) {
  .recruit-banner .recruit-bannerinner {
    width: 45%;
    top: 130px;
  }
}
@media (max-width: 768px) {
  .recruit-banner .recruit-bannerinner {
    width: 50%;
    top: 100px;
  }
}
@media (max-width: 480px) {
  .recruit-banner .recruit-bannerinner {
    width: 90%;
    top: 115px;
  }
}
.recruit-banner .recruit-bannerinner h3 {
  font-size: 2.6em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #F2F2F5;
  line-height: 1.6em;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .recruit-banner .recruit-bannerinner h3 {
    font-size: 1.7em;
  }
}
@media (max-width: 768px) {
  .recruit-banner .recruit-bannerinner h3 {
    margin-bottom: 20px;
    margin-bottom: 4px;
  }
}
.recruit-banner .recruit-bannerinner p {
  font-size: 1.4em;
  line-height: 1.8em;
  color: #F2F2F5;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .recruit-banner .recruit-bannerinner p {
    font-size: 1.3em;
  }
}
.recruit-banner .recruit-bannerinner a {
  font-size: 1.6em;
  font-family: "Montserrat", sans-serif;
  color: #F2F2F5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 1024px) {
  .recruit-banner .recruit-bannerinner a {
    font-size: 1.4em;
  }
}
@media (max-width: 768px) {
  .recruit-banner .recruit-bannerinner a {
    font-size: 1.3em;
  }
}
.recruit-banner .recruit-bannerinner a::after {
  content: "";
  background: #F2F2F5;
  height: 1px;
  width: 24px;
  margin-left: 8px;
}
.recruit-banner .recruit-bannerinner::before {
  content: "";
  position: absolute;
  opacity: 0.98;
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
}
.recruit-banner .bg-blue::before {
  content: "";
  position: absolute;
  background: #00078C;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all ease 0.5s;
}
.recruit-banner .bg-blue:hover::before {
  background: #9FA1BF;
}

.contact {
  background: url("../images/contact-bg.svg") repeat;
  padding: 120px 0 40px 0;
}
@media (max-width: 768px) {
  .contact {
    padding: 160px 0 1px 0;
  }
}
@media (max-width: 480px) {
  .contact {
    padding: 180px 0 1px 0;
  }
}
.contact .contact-inner {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .contact .contact-inner {
    justify-content: flex-start;
  }
}
.contact .contact-inner .contact-left {
  width: 50%;
}
@media (max-width: 1024px) {
  .contact .contact-inner .contact-left {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .contact .contact-inner .contact-left {
    width: 100%;
  }
}
.contact .contact-inner .contact-left h4 {
  font-size: 2.8em;
  font-weight: bold;
  color: #141414;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .contact .contact-inner .contact-left h4 {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  .contact .contact-inner .contact-left h4 {
    margin-bottom: 10px;
    font-size: 2.2em;
  }
}
@media (max-width: 350px) {
  .contact .contact-inner .contact-left h4 {
    margin-bottom: 10px;
    font-size: 2em;
  }
}
.contact .contact-inner .contact-left p {
  font-size: 1.4em;
  line-height: 1.8em;
}
@media (max-width: 480px) {
  .contact .contact-inner .contact-left p {
    font-size: 1.3em;
  }
}
.contact .contact-inner .contact-right {
  width: 45%;
  display: grid;
  place-items: center right;
}
.contact .contact-inner .contact-right img {
  position: relative;
  top: 40px;
}
@media (max-width: 1024px) {
  .contact .contact-inner .contact-right {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .contact .contact-inner .contact-right {
    display: none;
  }
}

.base-contents {
  width: 1240px;
  margin: 0 auto 120px auto;
}
@media screen and (max-width: 1366px) {
  .base-contents {
    width: 80%;
  }
}
@media screen and (max-width: 1240px) {
  .base-contents {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .base-contents {
    margin: 20px auto 60px auto;
  }
}

.content-inner {
  margin: 0 auto 120px;
}
@media screen and (max-width: 1024px) {
  .content-inner {
    width: 90%;
  }
}

.base-title {
  font-size: 2em;
  line-height: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 415px) {
  .base-title {
    margin-bottom: 20px;
  }
}

.base-txt {
  font-size: 1.4em;
  line-height: 2em;
}

.base-header h2 {
  color: #00078C;
  font-size: 3.4em;
  line-height: 2em;
  margin-bottom: 40px;
  text-align: center;
}

h2.key-title {
  padding-top: 5%;
  font-size: 4em;
  color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  h2.key-title {
    font-size: 3em;
  }
}
@media screen and (max-width: 768px) {
  h2.key-title {
    padding-top: 8%;
  }
}
@media screen and (max-width: 415px) {
  h2.key-title {
    padding-top: 13%;
  }
}

.anchor {
  padding-top: 120px;
  margin-top: -120px;
}

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

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

body {
  background: #F3F4F9;
}

#main-form {
  width: 1024px;
  background: #fff;
  padding: 120px 160px;
  margin: 80px auto 120px auto;
}
@media screen and (max-width: 1240px) {
  #main-form {
    padding: 120px 120px;
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #main-form {
    padding: 80px 80px;
  }
}
@media screen and (max-width: 768px) {
  #main-form {
    margin-top: 80px;
    padding: 60px 40px;
  }
}
@media screen and (max-width: 415px) {
  #main-form {
    margin: 40px auto 80px auto;
  }
}
#main-form dl div {
  padding: 24px 0;
}
@media screen and (max-width: 1240px) {
  #main-form dl div {
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  #main-form dl div {
    padding: 8px 0;
  }
}
#main-form dl div dt {
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
}
#main-form dl div dt span.hissu {
  color: #e0222b;
}
#main-form dl div dd {
  width: 100%;
}
#main-form dl div dd input, #main-form dl div dd textarea {
  font-size: 1.6em;
  background: #fff;
  border: 1px solid #D2D2E2;
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
}
#main-form .border-none {
  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;
  cursor: pointer;
  font-size: 1.6em;
  -webkit-appearance: none;
  border-radius: 0;
}
#main-form .btn-group input[type=reset] {
  padding: 24px 48px;
  margin-right: 24px;
  background: #696969;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #main-form .btn-group input[type=reset] {
    padding: 16px 24px;
  }
}
#main-form .btn-group input[type=submit] {
  padding: 24px 48px;
  background: #00078C;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #main-form .btn-group input[type=submit] {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 415px) {
  #main-form .btn-group input[type=reset],
#main-form .btn-group input[type=submit] {
    padding: 12px 24px;
  }
}
@media screen and (max-width: 415px) {
  #main-form {
    padding: 40px 16px 24px 16px;
  }
  #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-right: 8px;
  }
  #main-form dl div dd {
    width: 100%;
  }
}

.radio-input {
  display: none;
}

.radio-input + label {
  padding-left: 30px;
  position: relative;
  margin-right: 40px;
  font-size: 1.5em;
}
@media screen and (max-width: 415px) {
  .radio-input + label {
    line-height: 1em;
  }
}

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio-input:checked + label {
  /*color: #d01137;*/
}

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #d01137;
  border-radius: 50%;
}

.radio {
  flex-direction: column;
  align-items: flex-start;
}

label a {
  color: #C31149 !important;
}

@media screen and (max-width: 415px) {
  .privacy {
    display: none;
  }
}

#global-footer {
  background: #060833;
}
#global-footer .footer-inner {
  background-size: cover;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  #global-footer .footer-inner {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #global-footer .footer-inner {
    width: 90%;
    padding: 0 0 60px 0;
  }
}
#global-footer .footer-inner .contact-left {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner .contact-left {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .contact-left {
    margin-bottom: 0;
  }
}
#global-footer .footer-inner .contact-left h1 {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner .contact-left h1 {
    width: 30%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .contact-left h1 {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  #global-footer .footer-inner .contact-left h1 {
    width: 60%;
  }
}
#global-footer .footer-inner .contact-left h1 a img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  #global-footer .footer-inner .contact-left h1 a img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
#global-footer .footer-inner .contact-left p.address {
  color: #D2D2E2;
  margin-left: 4px;
}
#global-footer .footer-inner .footer-navi {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner .footer-navi {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-navi {
    display: none;
  }
}
#global-footer .footer-inner .footer-navi ul.footer-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner .footer-navi ul.footer-wrap {
    justify-content: space-between;
  }
}
#global-footer .footer-inner .footer-navi ul.footer-wrap .footer-box {
  width: 30%;
}
#global-footer .footer-inner .footer-navi ul.footer-wrap .footer-box li {
  margin: 6px 0;
}
#global-footer .footer-inner .footer-navi ul.footer-wrap .footer-box li a {
  font-size: 1.4em;
  color: #D2D2E2;
  transition: all ease 0.5s;
}
#global-footer .footer-inner .footer-navi ul.footer-wrap .footer-box li a:hover {
  color: #9FA1BF;
}
#global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li {
  margin: 6px 0;
}
#global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li a {
  font-size: 1.4em;
  color: #D2D2E2;
  transition: all ease 0.5s;
}
#global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li a:hover {
  color: #9FA1BF;
}
#global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li ul.footer-subinner {
  padding-left: 8px;
  border-left: 0.5px solid #D2D2E2;
  display: flex;
  flex-direction: column;
}
#global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li ul.footer-subinner li {
  margin: 6px 0;
}
#global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li ul.footer-subinner li a {
  font-size: 1.3em;
  color: #D2D2E2;
  transition: all ease 0.5s;
}
#global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li ul.footer-subinner li a:hover {
  color: #9FA1BF;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li ul.footer-subinner li a {
    font-size: 1.2em;
  }
}
#global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li:last-child {
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-navi ul.footer-wrap li.footer-li:last-child {
    margin-left: 10%;
  }
}
#global-footer .copy {
  padding: 4px 0;
}
#global-footer .copy small {
  text-align: center;
  color: #fff;
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  #global-footer .copy small {
    font-size: 0.1em;
  }
}

.copy_small {
  width: 100%;
  text-align: center;
  background: #060833;
}
@media screen and (max-width: 480px) {
  .copy_small {
    text-align: right;
  }
}

.footer_top {
  display: flex;
  width: 100%;
  padding: 80px 0;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer_top {
    flex-direction: column;
    padding: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .footer_top {
    padding: 40px 0;
  }
}

ul.contact-btn {
  display: flex;
  overflow: hidden;
}
ul.contact-btn li.btn-tel {
  width: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  margin: 0 auto;
  overflow: hidden;
}
ul.contact-btn li.btn-tel .tel-bg {
  background: url("../images/tel-bg.jpg") no-repeat;
  background-size: cover;
  padding: 56px 46px 46px 46px;
}
@media screen and (max-width: 1024px) {
  ul.contact-btn li.btn-tel .tel-bg {
    padding: 46px 36px 36px 36px;
  }
}
@media screen and (max-width: 768px) {
  ul.contact-btn li.btn-tel .tel-bg {
    padding: 36px 0 26px 0;
  }
}
@media screen and (max-width: 480px) {
  ul.contact-btn li.btn-tel .tel-bg {
    padding: 26px 0 16px 0;
  }
}
ul.contact-btn li.btn-tel .tel-bg:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
ul.contact-btn li.btn-tel .tel-bg h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 0.8em;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  ul.contact-btn li.btn-tel .tel-bg h3 {
    margin-bottom: 20px;
    font-size: 2.4em;
  }
}
@media screen and (max-width: 768px) {
  ul.contact-btn li.btn-tel .tel-bg h3 {
    margin-bottom: 10px;
    font-size: 2em;
  }
}
@media screen and (max-width: 375px) {
  ul.contact-btn li.btn-tel .tel-bg h3 {
    font-size: 1.8em;
    margin-bottom: 4px;
  }
}
ul.contact-btn li.btn-tel .tel-bg h3 span {
  font-size: 0.4em;
  color: #fff;
}
ul.contact-btn li.btn-tel .tel-bg p {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6em;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  ul.contact-btn li.btn-tel .tel-bg p {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 768px) {
  ul.contact-btn li.btn-tel .tel-bg p {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 375px) {
  ul.contact-btn li.btn-tel .tel-bg p {
    font-size: 1.6em;
  }
}
ul.contact-btn li.btn-tel .tel-bg p::before {
  content: "";
  background: url("../images/tel-white.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  padding-right: 8px;
}
@media screen and (max-width: 480px) {
  ul.contact-btn li.btn-tel .tel-bg p::before {
    padding-right: 4px;
  }
}
@media screen and (max-width: 375px) {
  ul.contact-btn li.btn-tel .tel-bg p::before {
    width: 16px;
    height: 16px;
  }
}
ul.contact-btn li.btn-mail {
  width: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  overflow: hidden;
}
ul.contact-btn li.btn-mail .mail-bg {
  background: url("../images/mail-bg.jpg") no-repeat;
  background-size: cover;
  padding: 56px 46px 48px 46px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  ul.contact-btn li.btn-mail .mail-bg {
    padding: 46px 36px 38px 36px;
  }
}
@media screen and (max-width: 768px) {
  ul.contact-btn li.btn-mail .mail-bg {
    padding: 36px 0 28px 0;
  }
}
@media screen and (max-width: 480px) {
  ul.contact-btn li.btn-mail .mail-bg {
    padding: 26px 0 19px 0;
  }
}
ul.contact-btn li.btn-mail .mail-bg:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
ul.contact-btn li.btn-mail .mail-bg h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 0.8em;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  ul.contact-btn li.btn-mail .mail-bg h3 {
    margin-bottom: 20px;
    font-size: 2.4em;
  }
}
@media screen and (max-width: 768px) {
  ul.contact-btn li.btn-mail .mail-bg h3 {
    margin-bottom: 10px;
    font-size: 2em;
  }
}
@media screen and (max-width: 375px) {
  ul.contact-btn li.btn-mail .mail-bg h3 {
    font-size: 1.8em;
    margin-bottom: 4px;
  }
}
ul.contact-btn li.btn-mail .mail-bg h3 span {
  font-size: 0.4em;
  color: #fff;
}
ul.contact-btn li.btn-mail .mail-bg p {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  ul.contact-btn li.btn-mail .mail-bg p {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  ul.contact-btn li.btn-mail .mail-bg p {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 375px) {
  ul.contact-btn li.btn-mail .mail-bg p {
    font-size: 1.4em;
  }
}
ul.contact-btn li.btn-mail .mail-bg p::after {
  content: "";
  background: #fff;
  width: 24px;
  height: 1px;
  padding-left: 8px;
}
@media screen and (max-width: 480px) {
  ul.contact-btn li.btn-mail .mail-bg p::after {
    width: 12px;
  }
}

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