@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic;
}

p {
  letter-spacing: 0.08em;
  font-weight: 500;
  margin: 0;
}

h2 {
  font-family: "Spectral", serif;
  letter-spacing: 0.08em;
  margin: 0;
}

.l-contact {
  width: 100%;
  margin: 0 auto;
}
.l-contact .hero-l-contact {
  background-image: url("https://mdrive.co.jp/system_panel/uploads/images/20210823161938351179.jpg");
  width: 100%;
  height: 574px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 630px) {
  .l-contact .hero-l-contact {
    height: auto;
  }
}
.l-contact .hero-l-contact .inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 80px;
  margin: auto;
}
@media (max-width: 1000px) {
  .l-contact .hero-l-contact .inner {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .l-contact .hero-l-contact .inner {
    padding: 0 40px;
  }
}
@media (max-width: 414px) {
  .l-contact .hero-l-contact .inner {
    padding: 0 15px;
  }
}
.l-contact .hero-l-contact .inner .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  /*------------------*/
  /*お問い合わせ メール*/
  /*-----------------*/
}
.l-contact .hero-l-contact .inner .wrap .contact-box {
  width: 100%;
  height: 425px;
  background: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  margin: 80px 0;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box {
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box {
    height: auto;
  }
}
.l-contact .hero-l-contact .inner .wrap .contact-box .sub-title {
  margin: auto;
  padding: 50px 0 60px;
  text-align: center;
}
@media (max-width: 630px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .sub-title {
    padding: 40px 0;
  }
}
.l-contact .hero-l-contact .inner .wrap .contact-box .sub-title .sub-h2 {
  font-weight: 600;
  font-size: 72px;
  line-height: 82px;
  color: #3d8ad0;
  margin: 0;
}
@media (max-width: 1000px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .sub-title .sub-h2 {
    font-size: 62px;
  }
}
@media (max-width: 950px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .sub-title .sub-h2 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .sub-title .sub-h2 {
    font-size: 42px;
    line-height: 62px;
  }
}
@media (max-width: 600px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .sub-title .sub-h2 {
    font-size: 35px;
  }
}
@media (max-width: 414px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .sub-title .sub-h2 {
    line-height: 52px;
  }
}
.l-contact .hero-l-contact .inner .wrap .contact-box .sub-title .sub-h2-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  margin: 0;
}
@media (max-width: 414px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .sub-title .sub-h2-text {
    text-align: center;
    font-size: 13px;
  }
}
.l-contact .hero-l-contact .inner .wrap .contact-box .contact-text {
  line-height: 29px;
  margin: 0 auto;
  text-align: center;
  color: #333;
  padding: 0 3%;
}
@media (max-width: 1000px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .contact-text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .contact-text {
    width: 58vw;
  }
}
@media (max-width: 414px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .contact-text {
    font-size: 14px;
    width: 88%;
  }
}
@media (max-width: 375px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .contact-text {
    width: 90%;
  }
}
@media (max-width: 320px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .contact-text {
    font-size: 12px;
    width: 17rem;
  }
}
.l-contact .hero-l-contact .inner .wrap .contact-box .contact-from-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px 0 50px;
}
@media (max-width: 630px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .contact-from-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 414px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .contact-from-content {
    margin: 40px 0;
  }
}
.l-contact .hero-l-contact .inner .wrap .contact-box .contact-from-content .tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-right: 45px;
  position: relative;
}
@media (max-width: 630px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .contact-from-content .tel-box {
    margin-right: 0;
    margin-bottom: 45px;
  }
}
.l-contact .hero-l-contact .inner .wrap .contact-box .contact-from-content .tel-box:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 80px;
  background: #333;
  position: absolute;
  top: -20px;
  right: -45px;
}
@media (max-width: 630px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .contact-from-content .tel-box:after {
    width: 84px;
    height: 1px;
    top: 51px;
    right: 62px;
  }
}
@media (max-width: 414px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .contact-from-content .tel-box:after {
    right: 46px;
  }
}
.l-contact .hero-l-contact .inner .wrap .contact-box .contact-from-content .tel-box .tel {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.l-contact .hero-l-contact .inner .wrap .contact-box .contact-from-content .tel-box .tel .tel-text {
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.04em;
  padding-right: 8px;
}
@media (max-width: 768px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .contact-from-content .tel-box .tel .tel-text {
    font-size: 14px;
  }
}
.l-contact .hero-l-contact .inner .wrap .contact-box .contact-from-content .tel-box .tel .tel-number {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .contact-from-content .tel-box .tel .tel-number {
    font-size: 25px;
  }
}
@media (max-width: 414px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .contact-from-content .tel-box .tel .tel-number {
    font-size: 20px;
  }
}
.l-contact .hero-l-contact .inner .wrap .contact-box .contact-from-content .tel-box .tel .tel-number:hover {
  color: blue;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-contact .hero-l-contact .inner .wrap .contact-box .l-mail {
  background: #3d8ad0;
  width: 254px;
  height: 55px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 45px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
@media (max-width: 768px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .l-mail {
    width: 204px;
  }
}
@media (max-width: 630px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .l-mail {
    margin-left: 0;
    margin: auto;
  }
}
@media (max-width: 414px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .l-mail {
    width: 174px;
  }
}
.l-contact .hero-l-contact .inner .wrap .contact-box .l-mail::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #002fff;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.l-contact .hero-l-contact .inner .wrap .contact-box .l-mail:hover .header-btn {
  color: #333;
}
.l-contact .hero-l-contact .inner .wrap .contact-box .l-mail:hover::before {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.l-contact .hero-l-contact .inner .wrap .contact-box .l-mail .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  color: #fff;
}
.l-contact .hero-l-contact .inner .wrap .contact-box .l-mail .header-btn .mail-text-box {
  margin: auto;
}
.l-contact .hero-l-contact .inner .wrap .contact-box .l-mail .header-btn .mail-text-box .mail-text {
  color: #fff;
  font-weight: 700;
  line-height: 18.75px;
  margin: 0;
  padding-left: 8px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .l-mail .header-btn .mail-text-box .mail-text {
    font-size: 14px;
  }
}
.l-contact .hero-l-contact .inner .wrap .contact-box .l-mail .header-btn .mail-img {
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .l-contact .hero-l-contact .inner .wrap .contact-box .l-mail .header-btn .mail-img {
    height: 16px;
  }
}

/*-----------------------*/
/*------footer-bottom----*/
/*-----------------------*/
.footer-bottom-wrap {
  width: 100%;
  margin: 0 auto;
}
.footer-bottom-wrap .footer-inner {
  max-width: 1080px;
  width: 100%;
  margin: 80px auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .footer-bottom-wrap .footer-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 20px;
  }
}
@media (max-width: 700px) {
  .footer-bottom-wrap .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px auto;
  }
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-inner {
    padding: 0 15px;
  }
}
.footer-bottom-wrap .footer-inner .footer-left .l-logo.footer {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.footer-bottom-wrap .footer-inner .footer-left .l-logo.footer .logo-img.footer {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
@media (max-width: 1080px) {
  .footer-bottom-wrap .footer-inner .footer-left .l-logo.footer .logo-img.footer {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-inner .footer-left .l-logo.footer .logo-img.footer {
    width: 45px;
    height: 45px;
    margin-right: 5px;
  }
}
.footer-bottom-wrap .footer-inner .footer-left .l-logo.footer .name.footer {
  font-size: 20px;
  color: #333;
  line-height: 30px;
}
@media (max-width: 768px) {
  .footer-bottom-wrap .footer-inner .footer-left .l-logo.footer .name.footer {
    font-size: 15px;
  }
}
.footer-bottom-wrap .address-box.bottom {
  margin-top: 20px;
}
.footer-bottom-wrap .address-box .address-text {
  font-size: 14px;
  color: #2d2d2d;
  line-height: 21px;
}
@media (max-width: 414px) {
  .footer-bottom-wrap .address-box .address-text {
    font-size: 12px;
  }
}
.footer-bottom-wrap .address-box .address-text.top {
  font-size: 14px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 21px;
  margin-bottom: 2px;
}
@media (max-width: 414px) {
  .footer-bottom-wrap .address-box .address-text.top {
    font-size: 12px;
  }
}
.footer-bottom-wrap .address-box .address-text.center {
  font-size: 14px;
  color: #2d2d2d;
  line-height: 21px;
  padding: 10px 0 15px;
}
@media (max-width: 768px) {
  .footer-bottom-wrap .address-box .address-text.center {
    width: 18em;
    display: inline-block;
  }
}
@media (max-width: 700px) {
  .footer-bottom-wrap .address-box .address-text.center {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .footer-bottom-wrap .address-box .address-text.center {
    width: 18em;
    padding: 5px 0px;
    font-size: 12px;
  }
}
.footer-bottom-wrap .address-box .address-text.center .sp-ad-place {
  display: none;
}
@media (max-width: 1040px) {
  .footer-bottom-wrap .address-box .address-text.center .sp-ad-place {
    display: block;
  }
}
.footer-bottom-wrap .address-box .address-text .tel-num {
  font-size: 14px;
  color: #2d2d2d;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-decoration: none;
}
@media (max-width: 414px) {
  .footer-bottom-wrap .address-box .address-text .tel-num {
    font-size: 12px;
  }
}
.footer-bottom-wrap .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1000px) {
  .footer-bottom-wrap .footer-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 700px) {
  .footer-bottom-wrap .footer-right {
    margin: 20px 0 0 15px;
  }
}
.footer-bottom-wrap .footer-right .footer-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 1000px) {
  .footer-bottom-wrap .footer-right .footer-list-box {
    display: block;
    margin-right: 30px;
  }
}
.footer-bottom-wrap .footer-right .footer-list-box.bottom {
  margin-right: auto;
  margin-left: 0;
}
.footer-bottom-wrap .footer-right .footer-list-box .nav-contents {
  padding: 6px 0;
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-right .footer-list-box .nav-contents {
    padding: 3px 0;
  }
}
.footer-bottom-wrap .footer-right .footer-list-box .nav-contents .list-icon {
  text-decoration: none;
}
.footer-bottom-wrap .footer-nav-text {
  color: #2d2d2d;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  display: inline-block;
  padding: 6px 0;
  margin: 0 40px 0 0;
  position: relative;
}
.footer-bottom-wrap .footer-nav-text:hover {
  color: #0061a1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-bottom-wrap .footer-nav-text.first {
  margin: 0 40px 0 0;
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-nav-text.first {
    margin: 0 15px 0 0;
  }
}
.footer-bottom-wrap .footer-nav-text.last {
  margin: 0;
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-nav-text {
    margin: 0 15px 0 0;
    padding: 3px 0;
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .footer-bottom-wrap .footer-nav-text {
    font-size: 11px;
  }
}
.footer-bottom-wrap .footer-nav-text::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: -1.2em;
  width: 0.6em;
  height: 0.6em;
  border-right: 2px solid #9b9b9b;
  border-bottom: 2px solid #9b9b9b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 320px) {
  .footer-bottom-wrap .footer-nav-text::before {
    top: 1em;
  }
}
.footer-bottom-wrap .footer-nav-text::after {
  position: absolute;
  bottom: 6px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #f09235;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.footer-bottom-wrap .footer-nav-text:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.footer-copy {
  text-align: center;
  padding: 5px 0;
  background: #555;
  color: #fff;
  font-size: 10px;
}

.footer-btn {
  display: block;
  width: 100%;
  position: relative;
}
.footer-btn .top-btn-return {
  text-align: center;
  width: 100%;
  background: rgba(135, 199, 239, 0.7);
  border-radius: 4px;
  width: 40px;
  height: 43.5px;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  right: 5em;
  bottom: 1em;
}
@media (max-width: 700px) {
  .footer-btn .top-btn-return {
    right: 3em;
  }
}
@media (max-width: 414px) {
  .footer-btn .top-btn-return {
    right: 2em;
  }
}
.footer-btn .top-btn-return:hover {
  background: #1115f7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-btn .top-btn-return .top-return-text {
  font-weight: 900;
  color: #fff;
}
.footer-btn .top-btn-return .footer-icon {
  position: absolute;
  left: 30%;
  top: 13px;
  width: 16px;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
}

.footer-copy {
  text-align: center;
  background: #479ee3;
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  padding: 6px 0;
}
/*# sourceMappingURL=footer.css.map */